rust/src
Jack Huey 4fb00847f8
Rollup merge of #88541 - vandenheuvel:regression_test_74400, r=Mark-Simulacrum
Add regression test for #74400

Closes #74400 by adding a regression test.
2021-09-08 12:24:15 -04:00
..
bootstrap Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum 2021-09-06 16:01:17 +00:00
build_helper
ci
doc Update cargo, books 2021-09-01 09:27:57 -07:00
etc
librustdoc Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid 2021-09-08 12:24:14 -04:00
llvm-project@ec995b75d7 Update LLVM submodule 2021-09-02 22:39:43 +02:00
rustdoc-json-types rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
test Rollup merge of #88541 - vandenheuvel:regression_test_74400, r=Mark-Simulacrum 2021-09-08 12:24:15 -04:00
tools Bump RLS submodule 2021-09-07 11:16:31 -04:00
README.md
stage0.json
version Bump version to 1.57 2021-09-03 21:54:48 -04: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.