rust/src
2021-01-12 03:31:00 +10:00
..
bootstrap Rollup merge of #80820 - nagisa:nagisa/dcl-nixos, r=Mark-Simulacrum 2021-01-10 16:56:02 +09:00
build_helper
ci
doc Fix typo in source-based-code-coverage.md 2021-01-10 22:17:51 +09:00
etc
librustdoc Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 2021-01-11 14:34:54 +09:00
llvm-project@fb115ee43b
test Add test case for wasm non-clash. 2021-01-12 03:31:00 +10:00
tools ast: Remove some indirection layers from values in key-value attributes 2021-01-09 21:50:39 +03:00
README.md
stage0.txt
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.