rust/src
bors 6eb9f2dd67 Auto merge of #107788 - matthiaskrgr:rollup-mw10sli, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #107656 (Bump rust-installer)
 - #107757 (Allow automatically creating vscode `settings.json` with `x setup`)
 - #107769 (Rename `PointerSized` to `PointerLike`)
 - #107770 (rustdoc: use a newline instead of `<br>` to format code headers)
 - #107771 (Tweak ICE message)
 - #107773 (Clearly signal purpose of the yaml template)
 - #107776 (Docs: Fix format of headings in String::reserve)
 - #107779 (Remove astconv usage in diagnostic)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-02-08 07:43:37 +00:00
..
bootstrap Rollup merge of #107757 - clubby789:setup-settings-json, r=jyn514 2023-02-08 07:13:26 +01:00
ci Rollup merge of #107700 - jyn514:tools-builder, r=Mark-Simulacrum 2023-02-07 17:57:16 +01:00
doc Rollup merge of #107750 - tshepang:readability, r=GuillaumeGomez 2023-02-07 17:57:17 +01:00
etc Allow automatically creating vscode settings.json from bootstrap 2023-02-07 17:12:10 +00:00
librustdoc Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez 2023-02-08 07:13:27 +01:00
llvm-project@477e7285b1 Pull in more LLVM commits 2023-01-20 07:48:59 -08:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Auto merge of #107788 - matthiaskrgr:rollup-mw10sli, r=matthiaskrgr 2023-02-08 07:43:37 +00: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.