rust/src
2021-09-28 01:38:54 +02: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 Auto merge of #87064 - Aaron1011:new-closure-track-caller, r=estebank 2021-09-23 12:26:51 +00: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@cba558df77 Update LLVM submodule 2021-09-20 23:07:04 +02:00
rustdoc-json-types Migrate to 2021 2021-09-20 22:21:42 -04:00
test Add unit assignment to MIR for asm!() 2021-09-28 01:38:54 +02: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.