rust/src
bors f90b06d7fb Auto merge of #94044 - ehuss:update-cargo, r=ehuss
Update cargo

5 commits in c082648646cbb2be266df9ecbcdc253058158d68..ea2a21c994ca1e4d4c49412827b3cf4dcb158b1d
2022-02-08 14:55:05 +0000 to 2022-02-15 04:24:07 +0000
- cargo-new should not add ignore rule on Cargo.lock inside subdirs (rust-lang/cargo#10379)
- Add a badge for github actions (rust-lang/cargo#10385)
- Remove outdated badges (rust-lang/cargo#10380)
- Remove `strip = "off"` (and undocumented `strip = "n"`/`strip = "no"`) (rust-lang/cargo#10376)
- Fix unmatched backticks (rust-lang/cargo#10375)
2022-02-16 12:51:41 +00:00
..
bootstrap Auto merge of #93918 - jonhoo:bootstrap-native-envflags, r=Mark-Simulacrum 2022-02-15 07:04:10 +00:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Auto merge of #93837 - nikic:arm-update, r=Mark-Simulacrum 2022-02-13 17:41:31 +00:00
doc Add support for control-flow protection 2022-02-14 08:31:24 -08:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Overhaul `Const`. 2022-02-15 16:19:59 +11:00
llvm-project@fdc8f411ec Update llvm-project submodule 2022-02-05 21:00:23 +00:00
rustdoc-json-types
test Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk 2022-02-16 03:03:03 +00:00
tools Update cargo 2022-02-15 20:31:20 -08:00
README.md
stage0.json bump bootstrap compiler 2022-01-28 15:01:04 +01:00
version

README.md

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.