rust/src
Scott McMurray 64cce5fc7d Add CastKind::Transmute to MIR
Updates `interpret`, `codegen_ssa`, and `codegen_cranelift` to consume the new cast instead of the intrinsic.

Includes `CastTransmute` for custom MIR building, to be able to test the extra UB.
2023-03-22 15:15:41 -07:00
..
bootstrap Rollup merge of - ozkanonur:issue-109286, r=ozkanonur 2023-03-23 00:00:33 +05:30
ci Auto merge of - hi-rustin:rustin-patch-dockerfile, r=Mark-Simulacrum 2023-03-22 11:45:52 +00:00
doc Change text -> rust,ignore highlighting in sanitizer.md 2023-03-22 01:11:39 -04:00
etc Rename src/etc/vscode_settings.json to rust_analyzer_settings.json 2023-03-01 22:58:05 +05:30
librustdoc Rollup merge of - petrochenkov:docice5, r=GuillaumeGomez 2023-03-23 00:00:33 +05:30
llvm-project@fd949f3034 Revert "Auto merge of - nikic:llvm-16, r=cuviper" 2023-03-18 23:49:24 +01:00
rustdoc-json-types fix inconsistent json outputs from rustdoc 2023-03-05 00:09:09 +03:00
tools Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta 2023-03-15 08:55:22 -04:00
version Bump version to 1.70.0 2023-03-04 10:10:46 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.