rust/src
Pietro Albini 308dbdd9fe
ci: bump actions/checkout to version 2
This was recommended by GitHub Support to try reducing the things that
could've caused #78743. I checked the changelog and there should be no
practical impact for us (we already set an explicit fetch-depth).
2020-11-05 00:05:20 +01:00
..
bootstrap Create config.toml in the current directory, not the top-level directory 2020-10-29 21:23:55 -04:00
build_helper
ci ci: bump actions/checkout to version 2 2020-11-05 00:05:20 +01:00
doc Rollup merge of #78676 - kiffie:embedded-bare-mipsr2, r=jonas-schievink 2020-11-03 15:27:21 +09: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 #78400 - GuillaumeGomez:fix-unindent, r=jyn514 2020-11-03 15:27:05 +09:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Rollup merge of #78663 - Aaron1011:fix/cap-future-compat, r=tmandry 2020-11-03 15:27:16 +09:00
tools Auto merge of #78667 - pietroalbini:lldb-unbuffered, r=Mark-Simulacrum 2020-11-02 13:07:01 +00:00
README.md
stage0.txt Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepmaster 2020-10-19 18:20:20 +02:00
version Bump version to 1.49.0 2020-10-02 08:39:40 -04:00

README.md

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.