rust/src
2020-10-25 14:17:26 +00:00
..
bootstrap x.py test --test-args flag description enhancement 2020-10-23 20:06:37 +01:00
build_helper
ci Rollup merge of #78309 2020-10-24 11:17:02 +02:00
doc Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton 2020-10-25 18:43:45 +09:00
etc
librustdoc Always store Rustdoc theme when it's changed 2020-10-23 18:58:42 +02:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Auto merge of #78253 - Aaron1011:bump-llvm-deadarg, r=cuviper 2020-10-25 14:17:26 +00:00
tools Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov 2020-10-25 18:43:49 +09:00
README.md
stage0.txt Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepmaster 2020-10-19 18:20:20 +02:00
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.