rust/src
2021-08-03 01:09:37 +08:00
..
bootstrap Rollup merge of #87513 - hudson-ayers:bootstrap-py-fix, r=jyn514 2021-07-28 18:28:21 +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:32:23 +02:00
doc Fix missing word in comment 2021-07-30 00:58:48 -07:00
etc Auto merge of #85305 - MarcusDunn:master, r=pnkfelix 2021-07-27 05:53:31 +00:00
librustdoc Auto merge of #87421 - estebank:perf-run, r=oli-obk 2021-07-30 17:18:50 +00:00
llvm-project@bdb386270f Update to LLVM 12.0.1 2021-07-12 08:53:53 +02:00
rustdoc-json-types Add generic arg infer 2021-07-25 07:28:51 +00:00
test Implement pointer casting. 2021-08-03 01:09:37 +08:00
tools Auto merge of #86754 - estebank:use-multispans-more, r=varkor 2021-07-30 23:18:12 +00:00
README.md
stage0.txt Update to new bootstrap compiler 2021-06-28 11:30:49 -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.