rust/src
Santiago Pastorino d395fe8653
Bless nll tests
2021-07-27 19:48:54 -03:00
..
bootstrap Rollup merge of #87370 - pkubaj:master, r=oli-obk 2021-07-24 09:51:58 -07:00
build_helper Revert "Revert "Move llvm submodule updates to rustbuild"" 2021-06-04 22:17:01 -04:00
ci Rollup merge of #87130 - GuillaumeGomez:update-browser-ui-test, r=Mark-Simulacrum 2021-07-14 19:53:41 +02:00
doc Add support for powerpc-unknown-freebsd 2021-07-22 17:29:33 +02:00
etc Auto merge of #86761 - Alexhuszagh:master, r=estebank 2021-07-17 12:56:22 +00:00
librustdoc Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=GuillaumeGomez 2021-07-25 21:41:57 +00:00
llvm-project@bdb386270f Update to LLVM 12.0.1 2021-07-12 08:53:53 +02:00
rustdoc-json-types rustdoc- Show defaults on const generics 2021-06-03 09:01:25 +01:00
test Bless nll tests 2021-07-27 19:48:54 -03:00
tools Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=GuillaumeGomez 2021-07-25 21:41:57 +00:00
README.md
stage0.txt Update to new bootstrap compiler 2021-06-28 11:30:49 -04:00
version Bump to 1.56 2021-07-23 17:04:59 -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.