rust/src
2021-03-23 17:16:20 +00:00
..
bootstrap Download a more recent LLVM version if src/version is modified 2021-03-21 12:10:34 -04:00
build_helper
ci
doc Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis 2021-03-22 19:48:27 +00:00
etc
librustdoc Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514 2021-03-23 10:15:45 +09:00
llvm-project@c3a26cbf6e
rustdoc-json-types
test Some refactoring 2021-03-23 17:16:20 +00:00
tools Add has_default to GenericParamDefKind::Const 2021-03-23 17:16:20 +00: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.