rust/src
2021-09-04 08:47:10 -04:00
..
bootstrap Rollup merge of #87412 - r00ster91:patch-13, r=Mark-Simulacrum 2021-07-24 04:31:15 +09:00
build_helper Revert "Revert "Move llvm submodule updates to rustbuild"" 2021-06-04 22:17:01 -04:00
ci add CI_ONLY_WHEN_CHANNEL and run x86_64-gnu-stable only on nightly 2021-07-28 15:20:33 +02:00
doc Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakis 2021-07-21 10:12:30 -07:00
etc Auto merge of #86761 - Alexhuszagh:master, r=estebank 2021-07-17 12:56:22 +00:00
librustdoc Remove implementors setting 2021-09-04 08:46:34 -04:00
llvm-project@bdb386270f Update to LLVM 12.0.1 2021-07-12 08:53:53 +02:00
rustdoc-json-types rustdoc- Show defaults on const generics 2021-06-03 09:01:25 +01:00
test Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS 2021-09-04 08:47:10 -04:00
tools [beta] Update cargo 2021-08-23 18:06:48 -07:00
README.md
stage0.txt remove dev:1 from stage0.txt 2021-07-29 16:29:04 +02:00
version Bump to 1.54 2021-06-11 19:19:55 -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.