rust/src
2021-04-25 18:17:45 +00:00
..
bootstrap Rollup merge of #84250 - jclulow:illumos-bash-bootstrap, r=Mark-Simulacrum 2021-04-24 12:17:02 +09:00
build_helper
ci Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk 2021-04-24 23:16:03 +00:00
doc doc/platform-support: clarify UEFI support 2021-04-22 12:09:30 +02:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Auto merge of #80339 - jyn514:no-span, r=GuillaumeGomez 2021-04-25 01:57:10 +00:00
llvm-project@0ed6038a31 Update LLVM submodule 2021-04-21 15:22:46 +01:00
rustdoc-json-types
test Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor 2021-04-25 14:00:49 +00:00
tools update Miri 2021-04-25 18:47:26 +02:00
README.md
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
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.