rust/src
Matthias Krüger 3c2780cf16
Rollup merge of #101364 - compiler-errors:arg-suggestion-spans, r=wesleywiser
Shrink suggestion span of argument mismatch error

This doesn't really help with #101242, but I wanted to put this up while I work on other fixes.
2022-09-03 14:20:52 +02:00
..
bootstrap Rollup merge of #100200 - petrochenkov:zgccld2, r=lqd,Mark-Simulacrum 2022-09-02 18:21:59 +02:00
ci Auto merge of #100935 - cuviper:upgrade-android-ci, r=Mark-Simulacrum 2022-09-02 05:32:57 +00:00
doc Rollup merge of #101347 - diminishedprime:patch-4, r=tmandry 2022-09-03 14:20:51 +02:00
etc Fix a bunch of typo 2022-08-31 18:24:55 +08:00
librustdoc Rollup merge of #101335 - notriddle:notriddle/methods-stability, r=notriddle 2022-09-03 14:20:49 +02:00
llvm-project@e3be3f64ec Patch lld for older toolchains 2022-08-11 15:51:59 -07:00
rustdoc-json-types Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez 2022-08-13 21:06:48 -07:00
test Rollup merge of #101364 - compiler-errors:arg-suggestion-spans, r=wesleywiser 2022-09-03 14:20:52 +02:00
tools Auto merge of #101333 - matthiaskrgr:rollup-qpf1otj, r=matthiaskrgr 2022-09-02 18:40:21 +00:00
README.md Sunset RLS 2022-08-27 21:36:08 -07:00
stage0.json Bump stage0 2022-08-29 19:30:11 +02:00
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, miri, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.