rust/src
Michael Goulet e7bd402a38
Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov
Make some non-diagnostic-affecting `QPath::LangItem` into regular `QPath`s

The rest of 'em affect diagnostics, so leave them alone... for now.

cc #115178
2023-12-26 13:29:13 -05:00
..
bootstrap Update sysinfo version to 0.30.1 2023-12-25 22:44:49 +01:00
ci Auto merge of #119283 - GuillaumeGomez:warning-block-pos, r=notriddle 2023-12-25 02:08:21 +00:00
doc Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank 2023-12-26 12:27:29 +00:00
etc
librustdoc Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-errors 2023-12-26 02:24:39 +00:00
llvm-project@606bc11367
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov 2023-12-26 13:29:13 -05:00
README.md
stage0.json
version

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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