rust/src
2023-10-22 21:27:46 +08:00
..
bootstrap fix(bootstrap) info message show correct path now 2023-10-19 08:52:46 +07:00
ci Auto merge of #116950 - cuviper:ci-llvm-17, r=Mark-Simulacrum 2023-10-22 06:15:18 +00:00
doc fix what-to-include doc example 2023-10-21 19:40:08 -05:00
etc Use gdb.ValuePrinter tag class 2023-10-20 10:49:40 -06:00
librustdoc s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
llvm-project@febc39711a Update to LLVM 17.0.3 2023-10-17 10:44:45 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
README.md
stage0.json Bump to latest beta 2023-10-08 19:57:43 -04:00
version Bump to 1.75.0 2023-09-30 19:09:22 -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.