rust/src
2022-01-12 18:51:31 +01:00
..
bootstrap Rollup merge of #92589 - ChrisDenton:break-loop, r=Mark-Simulacrum 2022-01-06 23:15:20 +01:00
build_helper
ci Switch to es6 for eslint 2022-01-05 11:44:29 -05:00
doc Remove LLVM-style inline assembly from unstable book 2022-01-12 18:51:31 +01:00
etc
librustdoc Store a Symbol instead of an Ident in VariantDef/FieldDef 2022-01-11 10:16:22 -05:00
llvm-project@6b3dbcc81a
rustdoc-json-types
test Auto merge of #90948 - oli-obk:🧹, r=nikomatsakis 2022-01-11 17:31:07 +00:00
tools Store a Symbol instead of an Ident in VariantDef/FieldDef 2022-01-11 10:16:22 -05:00
README.md
stage0.json
version bump version to 1.60.0 2022-01-07 10:04:15 +01:00

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.