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

5 commits in 1e8703890f285befb5e32627ad4e0a0454dde1fb..3c44c3c4b7900b8b13c85ead25ccaa8abb7d8989
2021-03-26 16:59:39 +0000 to 2021-03-31 21:21:15 +0000
- Fix semver docs for 1.51. (rust-lang/cargo#9316)
- Add `cargo config` subcommand. (rust-lang/cargo#9302)
- Give one more example for the --featuers CLI (rust-lang/cargo#9313)
- Bump to 0.54.0, update changelog (rust-lang/cargo#9308)
- Make the URL to the tracking issue for `--out-dir` into a link (rust-lang/cargo#9309)
2021-04-01 03:13:39 +00:00
..
bootstrap bootstrap: don't complain about linkcheck if it is excluded 2021-03-30 18:47:34 +01:00
build_helper
ci ci: docker: x86_64: specify host explicitly 2021-03-28 16:50:16 +01:00
doc Update books 2021-03-29 13:53:10 -07:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Add var to BoundRegion. Add query to get bound vars for applicable items. 2021-03-31 10:16:37 -04:00
llvm-project@0abbcc04d8 Update LLVM with another wasm simd fix 2021-03-31 10:24:41 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Rollup merge of #83699 - JohnTitor:issue-68830, r=Dylan-DPC 2021-04-01 02:41:45 +02:00
tools Update cargo 2021-03-31 17:45:03 -07:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version Bump to 1.53.0 2021-03-20 12:19:30 -04: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.