granite-rust/src
2021-08-18 21:15:33 +01:00
..
bootstrap Auto merge of #87119 - jyn514:rustfmt-doc-private, r=Mark-Simulacrum 2021-08-17 04:18:55 +00:00
build_helper rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
ci Auto merge of #87792 - GuillaumeGomez:ci-fetch, r=pietroalbini 2021-08-15 14:02:40 +00:00
doc Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichaut 2021-08-18 01:00:17 +00:00
etc set the executable bit on pre-commit.sh 2021-08-11 15:06:33 -04:00
librustdoc remove box_syntax uses from cranelift and tools 2021-08-18 09:31:51 +02:00
llvm-project@260e0f8682 Bump LLVM for RegAllocFast bugfix 2021-07-29 19:23:41 -05:00
rustdoc-json-types rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
test add tests 2021-08-18 21:15:33 +01:00
tools Auto merge of #88127 - ehuss:update-cargo, r=ehuss 2021-08-18 13:24:17 +00:00
README.md
stage0.txt bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -04:00
version Bump to 1.56 2021-07-23 17:04:59 -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.