rust/src
bors 39f2657d11 Auto merge of - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 -  (Retry `pred_known_to_hold_modulo_regions` with fulfillment if ambiguous)
 -  (1.41.1 supported 32-bit Apple targets)
 -  (Canonicalize root var when making response from new solver)
 -  (Remove DropAndReplace terminator)
 -  (Tweak E0740)
 -  (Set `LIBC_CHECK_CFG=1` when building Rust code in bootstrap)
 -  (Improve rustdoc-gui/tester.js code a bit)
 -  (Remove an unused return value in `rustc_hir_typeck`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-03-09 08:21:17 +00:00
..
bootstrap Rollup merge of - ferrocene:pa-libc-check-cfg, r=Mark-Simulacrum 2023-03-08 21:26:52 +01:00
ci Try to avoid the last rustc rebuild 2023-03-04 16:37:40 +01:00
doc Add tracking issue for cf-protection to unstable book 2023-03-06 13:03:12 -05:00
etc Rename src/etc/vscode_settings.json to rust_analyzer_settings.json 2023-03-01 22:58:05 +05:30
librustdoc Rollup merge of - notriddle:notriddle/jank-all, r=jsha 2023-03-08 21:24:50 +01:00
llvm-project@fd949f3034 Update LLVM submodule 2023-02-10 17:00:09 +09:00
rustdoc-json-types fix inconsistent json outputs from rustdoc 2023-03-05 00:09:09 +03:00
tools Auto merge of - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr 2023-03-09 08:21:17 +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 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.