rust/src
2021-09-23 17:45:17 -04:00
..
bootstrap Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472 2021-09-21 22:07:32 +00:00
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci ci: Add Dockerfile for dist-m68k-linux 2021-09-17 15:07:13 +00:00
doc Fix inconsistent heading level in the rustdoc book 2021-09-21 19:17:31 -07:00
etc Migrate to 2021 2021-09-20 22:21:42 -04:00
librustdoc Rollup merge of #89164 - camelid:show-type-layout-docs, r=jyn514 2021-09-22 19:03:26 +02:00
llvm-project@86c7daa627 Update LLVM submodule 2021-09-11 00:15:38 +02:00
rustdoc-json-types Migrate to 2021 2021-09-20 22:21:42 -04:00
test Add tests to verify the drop order of fields in fully captured upvars 2021-09-23 17:45:17 -04:00
tools Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum 2021-09-23 02:10:26 +00:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
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.