rust/src
bors f0c4da4998 Auto merge of #94477 - matthiaskrgr:rollup-8h29qek, r=matthiaskrgr
Rollup of 3 pull requests

Successful merges:

 - #94359 (Fix inconsistent symbol mangling of integers constants with -Zverbose)
 - #94465 (6 - Make more use of `let_chains`)
 - #94470 (⬆️ rust-analyzer)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-03-01 11:24:10 +00:00
..
bootstrap Rollup merge of #94415 - bjorn3:cfg_default_backend, r=Mark-Simulacrum 2022-02-27 21:46:36 +01:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Update dist-s390x-dist image 2022-02-26 23:40:47 +01:00
doc Rollup merge of #93413 - lsimons:patch-1, r=Dylan-DPC 2022-02-28 12:57:47 +01:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Rollup merge of #93385 - CraftSpider:rustdoc-ty-fixes, r=camelid 2022-03-01 03:41:47 +01:00
llvm-project@e29ac13bc9 Update LLVM submodule 2022-02-16 21:15:30 +01:00
rustdoc-json-types rustdoc-json: Better Header Type 2022-02-18 23:31:33 +00:00
test Auto merge of #94477 - matthiaskrgr:rollup-8h29qek, r=matthiaskrgr 2022-03-01 11:24:10 +00:00
tools Rollup merge of #94470 - lnicola:rust-analyzer-2022-03-01, r=lnicola 2022-03-01 12:00:45 +01: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.