rust/src
bors e95b10ba4a Auto merge of #94916 - matthiaskrgr:rollup-s6zedfl, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 - #93292 (Implement `BITS` constant for non-zero integers)
 - #94777 (Update armv7-unknown-linux-uclibceabi platform support page.)
 - #94816 (Add `Atomic*::get_mut_slice`)
 - #94844 (Reduce rustbuild bloat caused by serde_derive)
 - #94907 (Omit stdarch test crates from the rust-src component)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-03-13 20:59:29 +00:00
..
bootstrap Auto merge of #94916 - matthiaskrgr:rollup-s6zedfl, r=matthiaskrgr 2022-03-13 20:59:29 +00:00
ci Auto merge of #94704 - Kobzol:llvm-pgo-update-suite, r=Mark-Simulacrum 2022-03-13 15:53:14 +00:00
doc Rollup merge of #94777 - lancethepants:armv7-unknown-linux-uclibceabi, r=Mark-Simulacrum 2022-03-13 20:01:59 +01:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jsha 2022-03-13 07:56:08 +00:00
llvm-project@c8eccf626f Update LLVM submodule 2022-03-09 09:51:12 +01:00
rustdoc-json-types rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSON 2022-03-04 05:54:12 +01:00
test Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jsha 2022-03-13 07:56:08 +00:00
tools Auto merge of #94898 - RalfJung:miri, r=RalfJung 2022-03-13 02:27:30 +00:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -05:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

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