rust/src
bors 6b46c996e1 Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #112207 (Add trustzone and virtualization target features for aarch32.)
 - #112454 (Make compiletest aware of targets without dynamic linking)
 - #112628 (Allow comparing `Box`es with different allocators)
 - #112692 (Provide more context for `rustc +nightly -Zunstable-options` on stable)
 - #112972 (Make `UnwindAction::Continue` explicit in MIR dump)
 - #113020 (Add tests impl via obj unless denied)
 - #113084 (Simplify some conditions)
 - #113103 (Normalize types when applying uninhabited predicate.)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-06-27 21:31:47 +00:00
..
bootstrap bootstrap: rename 'user' profile to 'dist' 2023-06-26 22:54:47 +00:00
ci Auto merge of #112969 - CryZe:patch-7, r=Mark-Simulacrum 2023-06-26 21:51:03 +00:00
doc Update books 2023-06-26 09:44:26 -07:00
etc Rollup merge of #112915 - preveen-stack:patch-1, r=Mark-Simulacrum 2023-06-24 20:26:45 +02:00
librustdoc Provide more context for rustc +nightly -Zunstable-options on stable 2023-06-27 23:23:33 +08:00
llvm-project@22897bce7b
rustdoc-json-types
tools Rollup merge of #112692 - jieyouxu:better-err-msg-for-unstable-options, r=davidtwco 2023-06-27 22:10:14 +02: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.