rust/src
bors 79734f1db8 Auto merge of #124629 - matthiaskrgr:rollup-gttvzrg, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #124138 (Ignore LLVM ABI in dlltool tests since those targets don't use dlltool)
 - #124414 (remove extraneous note on `UnableToRunDsymutil` diagnostic)
 - #124579 (Align: add bytes_usize and bits_usize)
 - #124622 (Cleanup: Rid the `rmake` test runners of `extern crate run_make_support;`)
 - #124623 (shallow resolve in orphan check)
 - #124624 (Use `tcx.types.unit` instead of `Ty::new_unit(tcx)`)
 - #124627 (interpret: hide some reexports in rustdoc)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-05-02 18:24:38 +00:00
..
bootstrap Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
ci Output run_type from the matrix calculation job 2024-04-29 21:33:17 +02:00
doc Auto merge of #124404 - jonathanpallant:arm-target-changes-new, r=chrisnc 2024-05-01 22:22:51 +00:00
etc introduce x vendor 2024-04-22 17:07:49 +03:00
librustdoc Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk 2024-04-29 18:03:23 +01:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools Auto merge of #124629 - matthiaskrgr:rollup-gttvzrg, r=matthiaskrgr 2024-05-02 18:24:38 +00:00
README.md
stage0.json Bump stage0 to next beta 2024-05-01 21:01:51 -04:00
version Bump version to 1.80 2024-04-27 19:03:50 -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.