rust/src
Yuki Okushi c268cc0b4d
Rollup merge of #77879 - ijackson:x-py, r=jyn514
Provide better documentation and help messages for x.py setup

Closes: #77861

I have split this up into tiny comments because I find it clearer this way.  Feel free to squash it.
2020-10-15 07:32:32 +09:00
..
bootstrap x.py setup: Avoid infinite loop if stdin is /dev/null 2020-10-14 11:40:53 +01: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 Rollup merge of #77239 - shepmaster:silicon-ci-plus, r=pietroalbini 2020-10-14 06:02:12 +09:00
etc Rollup merge of #77788 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum 2020-10-14 02:30:36 +02:00
librustdoc Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514 2020-10-15 07:32:31 +09:00
llvm-project@3adf16e0cb Update submodule llvm to get LVI bugfix 2020-10-08 17:43:26 +02:00
test Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514 2020-10-15 07:32:31 +09:00
tools Rollup merge of #77895 - shepmaster:silicon-manifest, r=pietroalbini 2020-10-14 06:02:38 +09:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
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.