rust/src
2021-08-28 19:29:47 -04:00
..
bootstrap build llvm libunwind.a in rustbuild 2021-08-28 14:14:22 +08:00
build_helper
ci Bump sccache used in CI to v0.2.15 2021-08-25 16:26:45 -04:00
doc Rollup merge of #88277 - ehuss:update-books, r=ehuss 2021-08-25 15:48:57 +02:00
etc
librustdoc Teach tools that macros are now HIR items 2021-08-28 00:24:39 -07:00
llvm-project@e6c5dd473b
rustdoc-json-types
test Create a specific match folder for match tests 2021-08-28 19:29:47 -04:00
tools Teach tools that macros are now HIR items 2021-08-28 00:24:39 -07: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.