rust/src
Matthias Krüger e85b0267a4
Rollup merge of #110507 - weihanglo:print-try-run-output, r=jyn514
boostrap: print output during building tools

Fixes #110506
2023-04-19 06:35:35 +02:00
..
bootstrap Rollup merge of #110507 - weihanglo:print-try-run-output, r=jyn514 2023-04-19 06:35:35 +02:00
ci Test python2.7 in dist-x86_64-illumos 2023-04-16 11:50:20 -07:00
doc Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book, r=Manishearth 2023-04-18 06:44:45 +02:00
etc Typo fix in src/etc/rust-gdb 2023-04-14 19:07:13 -07:00
librustdoc Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=notriddle,jyn514 2023-04-18 06:44:47 +02: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 #110476 - compiler-errors:ty-err-ctxt-good-path, r=lcnr 2023-04-19 06:35:35 +02: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 to rust 1.71.0 2023-04-15 12:29:51 +02: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.