rust/src
2020-12-18 16:21:38 +00:00
..
bootstrap don't wrap code block in Ok() (clipppy::unit_arg) 2020-12-08 20:27:48 +01:00
build_helper
ci ci: use 20.04 on x86_64-gnu-nopt builder 2020-12-10 15:04:48 +00:00
doc Rollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obk 2020-12-10 21:33:12 -08:00
etc
librustdoc Rollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=Manishearth 2020-12-10 21:33:17 -08:00
llvm-project@8d78ad1389 Update LLVM submodule 2020-12-09 00:00:00 +00:00
test Add tests 2020-12-18 16:21:38 +00:00
tools Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad 2020-12-10 21:33:08 -08: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.