rust/src
bors 4f226925ce Auto merge of #116006 - GuillaumeGomez:rollup-elrbjd4, r=GuillaumeGomez
Rollup of 5 pull requests

Successful merges:

 - #115566 (clean up unneeded `ToPredicate` impls)
 - #115962 (coverage: Remove debug code from the instrumentor)
 - #115988 (rustdoc: add test cases, and fix, search tabs layout jank)
 - #115991 (Ensure `build/tmp` exists in `rustdoc_themes::get_themes`)
 - #115997 (RELEASES.md: Add missing patch releases)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-09-20 16:16:01 +00:00
..
bootstrap Rollup merge of #115957 - cuishuang:master, r=GuillaumeGomez 2023-09-19 20:23:20 +02:00
ci Rollup merge of #115949 - GuillaumeGomez:update-browser-ui-test, r=notriddle 2023-09-19 01:29:45 +02:00
doc Rollup merge of #113383 - joshtriplett:style-bugs, r=compiler-errors 2023-09-19 20:23:18 +02:00
etc update rust_analyzer_settings.json 2023-09-14 09:58:43 +02:00
librustdoc rustdoc: add comment about numeric spacing 2023-09-20 07:51:30 -07:00
llvm-project@42263494d2 Update to LLVM 17.0.0 2023-09-19 11:14:35 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #116006 - GuillaumeGomez:rollup-elrbjd4, r=GuillaumeGomez 2023-09-20 16:16:01 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -04: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.