rust/src
2021-03-05 17:13:57 -03:00
..
bootstrap Auto merge of #81451 - nikic:llvm-12, r=nagisa 2021-03-04 15:16:44 +00:00
build_helper
ci Auto merge of #81451 - nikic:llvm-12, r=nagisa 2021-03-04 15:16:44 +00:00
doc Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez 2021-03-04 20:01:04 +09:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #82744 - camelid:cratenum-byval, r=GuillaumeGomez 2021-03-04 20:01:12 +09:00
llvm-project@40618a2340 Update submodule to LLVM 12 2021-03-01 23:35:34 +01:00
rustdoc-json-types
test Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
tools Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -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.