rust/src
bors d4be8efc62 Auto merge of #110137 - Dylan-DPC:rollup-fdruvwp, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #109724 (prioritize param env candidates if they don't guide type inference)
 - #110021 (Fix a couple ICEs in the new `CastKind::Transmute` code)
 - #110044 (Avoid some manual slice length calculation)
 - #110115 (compiletest: Use remap-path-prefix only in CI)
 - #110121 (Fix `x check --stage 1` when download-rustc is enabled)
 - #110124 (Some clippy fixes in the compiler)

Failed merges:

 - #109752 (Stall auto trait assembly in new solver for int/float vars)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-04-10 09:07:02 +00:00
..
bootstrap Rollup merge of #110121 - jyn514:check-stage1, r=ozkanonur 2023-04-10 14:13:15 +05:30
ci s/ignore_git/omit_git_hash 2023-04-08 11:08:01 +05:30
doc Auto merge of #109173 - flba-eb:add-i586-qnx70-target, r=compiler-errors 2023-04-09 07:36:53 +00:00
etc Make rust-docs optional for the Windows MSI installer. 2023-04-04 13:42:38 -07:00
librustdoc Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk 2023-04-09 13:05:56 +00:00
llvm-project@585a6eb3eb Update to LLVM 16.0.1 2023-04-05 12:40:04 +02:00
rustdoc-json-types fix inconsistent json outputs from rustdoc 2023-03-05 00:09:09 +03:00
tools Auto merge of #110137 - Dylan-DPC:rollup-fdruvwp, r=Dylan-DPC 2023-04-10 09:07:02 +00:00
README.md
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.