rust/src
bors 660c966ff9 Auto merge of #110324 - JohnTitor:rollup-jq31pd1, r=JohnTitor
Rollup of 7 pull requests

Successful merges:

 - #103682 (Stabilize rustdoc `--test-run-directory`)
 - #106249 (Create "suggested tests" tool in `rustbuild`)
 - #110047 (Add link to `collections` docs to `extend` trait)
 - #110269 (Add `tidy-alphabetical` to features in `core`)
 - #110292 (Add `tidy-alphabetical` to features in `alloc` & `std`)
 - #110305 (rustdoc-search: use ES6 `Map` and `Set` where they make sense)
 - #110315 (Add a stable MIR way to get the main function)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-04-14 15:06:51 +00:00
..
bootstrap Auto merge of #110324 - JohnTitor:rollup-jq31pd1, r=JohnTitor 2023-04-14 15:06:51 +00:00
ci Update browser-ui-test version to 0.15.0 2023-04-11 19:14:35 +02:00
doc Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomez 2023-04-14 23:00:33 +09:00
etc Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514 2023-04-11 20:28:49 -07:00
librustdoc Rollup merge of #110305 - notriddle:notriddle/es6-map-set, r=GuillaumeGomez 2023-04-14 23:00:35 +09:00
llvm-project@585a6eb3eb Update to LLVM 16.0.1 2023-04-05 12:40:04 +02:00
rustdoc-json-types Fix remaining typos 2023-04-10 21:02:49 +02:00
tools Rollup merge of #106249 - Ezrashaw:suggest-test-tool, r=jyn514,albertlarsan68 2023-04-14 23:00:33 +09:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta 2023-03-15 08:55:22 -04:00
version Bump version to 1.70.0 2023-03-04 10:10:46 -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.