rust/src
2023-07-10 20:22:15 +02:00
..
bootstrap Auto merge of #113341 - Kobzol:stage0-sysroot, r=Mark-Simulacrum 2023-07-09 18:41:32 +00:00
ci CI: use macos-13 runner for Apple jobs 2023-07-10 20:22:15 +02:00
doc Remove default_free_fn feature 2023-07-08 12:10:12 +09:00
etc User may want to skip tidy check sometimes 2023-06-30 15:37:10 +08:00
librustdoc remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00: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 Remove the library/term exception in tidy's pal checker code 2023-07-10 08:25:50 +00: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 compiler 2023-05-30 08:00:10 -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.