rust/src
bors 5be3f9f10e Auto merge of - JohnTitor:label-name-sugg, r=davidtwco
Tweak diagnostics on shadowing lifetimes/labels

Fixes 

Skip adding a new test assuming we have already sufficient tests.
2020-12-03 18:55:01 +00:00
..
bootstrap Add tests for rustdoc json 2020-12-01 18:34:39 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci add enable-full-tools to freebsd builds to prevent occasional link errors when compiling rust programs 2020-11-27 14:21:23 -08:00
doc Auto merge of - devsnek:inline-asm-wasm, r=Amanieu 2020-12-01 20:23:06 +00:00
etc Auto merge of - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Auto merge of - GuillaumeGomez:doc-keyword-checks, r=oli-obk 2020-12-03 14:34:20 +00:00
llvm-project@7ade8dc4b8 update llvm submodule 2020-11-18 22:28:20 -06:00
test Auto merge of - JohnTitor:label-name-sugg, r=davidtwco 2020-12-03 18:55:01 +00:00
tools Address review comments. 2020-12-01 18:34:39 +00:00
README.md
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
version bump version to 1.50.0 2020-11-13 09:47:16 +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.