rust/src
Mara Bos 573f1c059f Fix `install-awscli.sh` error in CI. 2021-02-05 12:17:50 +01:00
..
bootstrap Rollup merge of #81603 - ehuss:error-index-build, r=Mark-Simulacrum 2021-02-02 16:01:42 -05:00
build_helper
ci Fix `install-awscli.sh` error in CI. 2021-02-05 12:17:50 +01:00
doc Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink 2021-02-03 06:00:43 +00:00
etc `src/etc/json-types` -> `src/rustdoc-json-types` 2021-01-27 18:58:43 -05:00
librustdoc Rollup merge of #81681 - Smittyvb:rustdoc-shortcuts-styling, r=GuillaumeGomez 2021-02-03 08:41:28 +01:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00:00
rustdoc-json-types Fix README typo 2021-01-28 11:15:43 -05:00
test Rollup merge of #81725 - mark-i-m:mv-test, r=Mark-Simulacrum 2021-02-04 21:10:40 +01:00
tools Auto merge of #81756 - ehuss:update-cargo, r=ehuss 2021-02-05 02:13:59 +00:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05:00
version

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.