rust/src
2020-10-18 07:57:24 +09:00
..
bootstrap Rollup merge of - Mark-Simulacrum:tidy-bins, r=pnkfelix 2020-10-18 04:11:05 +09:00
build_helper
ci Update Xcode beta version to allow aarch64-apple-darwin to compile again 2020-10-14 13:51:28 -04:00
doc Update submodules for link fixes 2020-10-15 20:30:25 -04:00
etc BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values 2020-10-14 13:03:23 +02:00
librustdoc Rollup merge of - GuillaumeGomez:small-css-cleanup, r=jyn514 2020-10-18 04:11:13 +09:00
llvm-project@77a0125981 llvm: backport SystemZ fix for AGR clobbers 2020-10-15 11:23:07 -07:00
test Add test for issue-70944 2020-10-18 07:57:24 +09:00
tools Rollup merge of - JohnTitor:fix-linkcheck, r=ehuss 2020-10-18 04:11:15 +09:00
README.md
stage0.txt Bump bootstrap compiler 2020-10-16 11:54:16 -07:00
version Bump version to 1.49.0 2020-10-02 08:39:40 -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.