rust/src
2021-03-06 00:00:00 +00:00
..
bootstrap Revise prefix a bit, adding both --test (conditionally) and [RUSTC-SHIM] unconditionally. 2021-03-05 11:46:04 -05:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Auto merge of #82747 - JohnTitor:pin-es-check-version, r=Mark-Simulacrum 2021-03-04 19:24:21 +00:00
doc Rollup merge of #82690 - jyn514:remove-pass-docs, r=Manishearth 2021-03-04 21:56:33 +01:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #82809 - notriddle:microoptimize-main-js, r=GuillaumeGomez 2021-03-05 21:44:44 +01:00
llvm-project@40618a2340 Update submodule to LLVM 12 2021-03-01 23:35:34 +01:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Disable destination propagation on all mir-opt-levels 2021-03-06 00:00:00 +00:00
tools Bump mir-opt-level from 3 to 4 in tests 2021-03-05 17:13:57 -03:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01: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.