rust/src
bors 70fd012439 Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #107062 (Do some cleanup of doc/index.md)
 - #107890 (Lint against `Iterator::map` receiving a callable that returns `()`)
 - #108431 (Add regression test for #107918)
 - #108432 (test: drop unused deps)
 - #108436 (make "proc macro panicked" translatable)
 - #108444 (docs/test: add UI test and docs for `E0476`)
 - #108449 (Do not lint ineffective unstable trait impl for unresolved trait)
 - #108456 (Complete migrating `ast_passes` to derive diagnostics)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-02-26 02:04:23 +00:00
..
bootstrap Rollup merge of #108229 - lionellloh:issue-107049, r=Mark-Simulacrum 2023-02-25 11:53:10 -08:00
ci Rollup merge of #105736 - chenyukang:yukang/add-mir-opt-level-testing, r=jyn514 2023-02-25 11:53:08 -08:00
doc Rollup merge of #107062 - tgross35:update-doc-index, r=ehuss 2023-02-26 00:46:25 +01:00
etc Change src/etc/vscode_settings.json to always treat ./library as the sysroot source 2023-02-17 15:18:09 -06:00
librustdoc rustdoc: avoid including <li> tags in item table short desc 2023-02-23 13:53:27 -07:00
llvm-project@477e7285b1 Pull in more LLVM commits 2023-01-20 07:48:59 -08:00
rustdoc-json-types
tools Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomez 2023-02-26 00:46:28 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Download rustc component for rustfmt toolchain as well 2023-01-31 10:29:33 -05:00
version Bump to 1.69.0 2023-01-20 18:06:54 -05:00

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.