rust/src
Eric Huss 6f22f512ec tidy: Remove unnecessary trailing semicolon.
This will cause a failure due to the warning after the next beta branch
as https://github.com/rust-lang/rust/pull/79812 will hit beta.
2021-01-25 12:43:17 -08:00
..
bootstrap
build_helper
ci ci: use the monorepo's lockfile when building cargo for pgo profiling 2021-01-25 13:33:24 +01:00
doc
etc
librustdoc Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 2021-01-24 22:10:04 +01:00
llvm-project@f9a8d70b6e
test Auto merge of #81355 - jonas-schievink:rollup-vpaadij, r=jonas-schievink 2021-01-24 23:04:15 +00:00
tools tidy: Remove unnecessary trailing semicolon. 2021-01-25 12:43:17 -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.