rust/src
2020-10-17 14:04:49 +03:00
..
bootstrap Auto merge of #77756 - alarsyo:setup-llvm-detect, r=jyn514 2020-10-15 02:10:11 +00:00
build_helper cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
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 Auto merge of #76096 - pickfire:rustdoc-quote, r=jyn514 2020-10-17 08:19:12 +00:00
llvm-project@77a0125981 llvm: backport SystemZ fix for AGR clobbers 2020-10-15 11:23:07 -07:00
test resolve: Do not put nonexistent crate meta into prelude 2020-10-17 14:04:49 +03:00
tools Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrum 2020-10-17 05:36:49 +09:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
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.