rust/src
bors 5e1d19d307 Auto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r=Dylan-DPC
Rollup of 4 pull requests

Successful merges:

 - #94566 (Show ignore message in console and json output)
 - #95415 (diagnostics: regression test for HashMap iter_mut suggestion)
 - #95422 (Refactor: Use `format-args-capture` and remove an unnecessary nested block)
 - #95424 (⬆️ rust-analyzer)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-03-29 17:48:40 +00:00
..
bootstrap Auto merge of #95417 - ehuss:doc-no_std-error, r=Dylan-DPC 2022-03-29 01:09:22 +00:00
ci Update browser-ui-test version to 0.8.4 2022-03-25 21:12:31 +01:00
doc Update books 2022-03-28 22:16:31 -07:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid 2022-03-29 12:49:03 +00:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Auto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r=Dylan-DPC 2022-03-29 17:48:40 +00:00
tools ⬆️ rust-analyzer 2022-03-29 08:31:05 +03: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.