rust/src
2022-05-24 12:24:41 -04:00
..
bootstrap Rollup merge of #97290 - jyn514:fast-submodules, r=Mark-Simulacrum 2022-05-24 12:18:32 +09:00
ci Add bitmaps and diesel to rustc PGO benchmarks 2022-05-23 17:55:50 +02:00
doc Remove feature: crate visibility modifier 2022-05-21 14:22:06 -04:00
etc Read the Ref/RefMut pointer in natvis 2022-05-16 17:39:34 -07:00
librustdoc fix simple clippy lints 2022-05-24 12:24:41 -04:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk 2022-05-24 07:13:26 +00:00
tools Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk 2022-05-24 07:13:26 +00:00
README.md
stage0.json Bump stage 0 to new beta 2022-05-18 11:38:34 -04:00
version Bump to 1.63 2022-05-13 10:08:03 -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.