rust/src
Jacob Pratt eb1ebbfc92
Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviper
RawVec::into_box: avoid unnecessary intermediate reference

Fixes the problem described [here](https://github.com/rust-lang/miri/issues/3341#issuecomment-1987207195).
2024-03-11 03:47:21 -04:00
..
bootstrap Rollup merge of #122108 - alexcrichton:target-config-runtool, r=WaffleLapkin 2024-03-11 03:47:21 -04:00
ci Rollup merge of #122125 - majaha:mingw_ci_new, r=Mark-Simulacrum 2024-03-10 10:58:17 +01:00
doc doc/rustc: Move loongarch64-unknown-linux-musl to Tier 3 2024-03-10 14:01:05 +08:00
etc
librustdoc Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum 2024-03-09 21:40:08 +01:00
llvm-project@7973f35602
rustdoc-json-types
tools Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviper 2024-03-11 03:47:21 -04: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.