rust/src
2021-10-07 20:26:15 -07:00
..
bootstrap Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor 2021-10-07 16:59:13 +02:00
build_helper
ci Get rid of broken ct-ng oldconfig everywhere and directly provide a suitable .config file. 2021-10-06 18:26:01 +02:00
doc Rollup merge of #89082 - smoelius:master, r=kennytm 2021-10-07 20:26:12 -07:00
etc Encode json files with UTF-8 2021-09-30 00:11:14 +09:00
librustdoc Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrum 2021-10-07 23:50:54 +00:00
llvm-project@a7348ae0df Update to the final LLVM 13.0.0 release 2021-10-01 21:06:19 -07:00
rustdoc-json-types Don't ignore impls for primitive types 2021-09-29 23:57:01 +09:00
test Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebank 2021-10-07 20:26:15 -07:00
tools Rollup merge of #89288 - rusticstuff:lld_wrapper, r=Mark-Simulacrum 2021-10-07 20:26:13 -07:00
README.md
stage0.json
version

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.