rust/src
Michael Goulet 94d9b7e708
Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot
interpret: simplify handling of shifts by no longer trying to handle signed and unsigned shift amounts in the same branch

While we're at it, also update comments in codegen and MIR building related to shifts, and fix the overflow error printed by Miri on negative shift amounts.
2023-11-19 19:14:33 -08:00
..
bootstrap Auto merge of #117888 - notriddle:notriddle/releases, r=Mark-Simulacrum 2023-11-19 16:44:55 +00:00
ci Auto merge of #117813 - onur-ozkan:simplify-download-ci-llvm-option, r=Mark-Simulacrum 2023-11-18 23:02:12 +00:00
doc Auto merge of #117888 - notriddle:notriddle/releases, r=Mark-Simulacrum 2023-11-19 16:44:55 +00:00
etc
librustdoc Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomez 2023-11-19 14:47:08 +00:00
llvm-project@7738295178
rustdoc-json-types
tools Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot 2023-11-19 19:14:33 -08:00
README.md
stage0.json
version

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.