rust/src
Pietro Albini 5973fd42a2
build-manifest: stop generating numbered channel names except for stable
This fixes numbered channel names being created for the nightly channel,
and once the root cause of this rides the trains, for beta.
2020-10-12 17:39:13 +02:00
..
bootstrap bootstrap: always use the Rust version in package names 2020-10-09 15:21:45 +02:00
build_helper
ci Auto merge of #75914 - arlosi:aarch64-ci, r=pietroalbini 2020-10-12 10:17:48 +00:00
doc Auto merge of #75914 - arlosi:aarch64-ci, r=pietroalbini 2020-10-12 10:17:48 +00:00
etc Auto merge of #77609 - ortem:fix-lldb-commands, r=Mark-Simulacrum 2020-10-09 15:18:41 +00:00
librustdoc Remove unnecessary RefCell for doc_strings 2020-10-11 20:31:00 -04:00
llvm-project@3adf16e0cb Update submodule llvm to get LVI bugfix 2020-10-08 17:43:26 +02:00
test Auto merge of #75956 - jonas-schievink:lto-opt-sz, r=tmiasko 2020-10-12 06:10:50 +00:00
tools build-manifest: stop generating numbered channel names except for stable 2020-10-12 17:39:13 +02:00
README.md
stage0.txt Bump to 1.48 bootstrap compiler 2020-10-07 19:51:36 -04: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.