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

2 commits in 4e143fd131e0c16cefd008456e974236ca54e62e..cebef2951ee69617852844894164b54ed478a7da
2021-07-20 21:55:45 +0000 to 2021-07-22 13:01:52 +0000
- Changes rustc argument from `--force-warns` to `--force-warn` (rust-lang/cargo#9714)
- Display registry name instead of registry URL when possible (rust-lang/cargo#9632)
2021-07-22 15:10:19 +00:00
..
bootstrap Remove cargo workspace to build rustdoc-gui test crates because of cargo config not being applied 2021-07-21 20:07:50 +02:00
build_helper
ci Rollup merge of #87130 - GuillaumeGomez:update-browser-ui-test, r=Mark-Simulacrum 2021-07-14 19:53:41 +02:00
doc Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis 2021-07-21 10:12:30 -07:00
etc Auto merge of #86761 - Alexhuszagh:master, r=estebank 2021-07-17 12:56:22 +00:00
librustdoc Rollup merge of #87288 - ijackson:rustdoc-theme, r=GuillaumeGomez 2021-07-22 13:39:22 +02:00
llvm-project@bdb386270f Update to LLVM 12.0.1 2021-07-12 08:53:53 +02:00
rustdoc-json-types
test Rollup merge of #87307 - michaelwoerister:pgo-unwind-msvc, r=nagisa 2021-07-22 13:39:23 +02:00
tools Update cargo 2021-07-22 07:58:45 -07:00
README.md
stage0.txt
version

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.