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

7 commits in d56b42c549dbb7e7d0f712c51b39400260d114d4..c7957a74bdcf3b11e7154c1a9401735f23ebd484
2021-09-27 13:44:18 +0000 to 2021-10-11 20:17:07 +0000
- Add some more information to verbose version. (rust-lang/cargo#9968)
- Skip all `cargo fix` that tends to write to registry cache. (rust-lang/cargo#9938)
- Stabilize named profiles (rust-lang/cargo#9943)
- Update git2 (rust-lang/cargo#9963)
- Distinguish lockfile version req from normal dep in resolver error message (rust-lang/cargo#9847)
- nit: Allocated slightly bigger vec than needed (rust-lang/cargo#9954)
- Add shell completion for shorthand commands (rust-lang/cargo#9951)
2021-10-13 03:00:33 +00:00
..
bootstrap Rollup merge of #89760 - jyn514:remove-incremental-hack, r=Mark-Simulacrum 2021-10-11 23:45:51 +02:00
build_helper
ci
doc Update books 2021-10-11 21:10:05 -07:00
etc
librustdoc Cleanup .item-table CSS 2021-10-11 10:53:48 +02:00
llvm-project@a7348ae0df
rustdoc-json-types
test Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrieril 2021-10-12 20:54:15 +00:00
tools Auto merge of #89802 - ehuss:update-cargo, r=ehuss 2021-10-13 03:00:33 +00:00
README.md
stage0.json
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.