rust/src
2023-07-14 17:34:27 -05:00
..
bootstrap fix another nesting issue 2023-07-14 17:34:27 -05:00
ci Add even more GHA log groups 2023-07-14 17:27:20 -05:00
doc Correct the -> there typo in items.md 2023-07-13 12:00:46 -07:00
etc User may want to skip tidy check sometimes 2023-06-30 15:37:10 +08:00
librustdoc refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
llvm-project@06248fa7f3 Update LLVM submodule 2023-06-20 00:49:54 +01:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Add track_caller to builder.msg 2023-07-14 17:32:05 -05:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump bootstrap compiler to latest 2023-07-12 21:26:04 -04:00
version Bump version 2023-07-08 10:35:49 -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.