rust/src
Jack Huey b4c17d43a6
Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum
Avoid accidentally enabling unstable features in compilers (take 2)

This allows rustbuild to control whether crates can use nightly features or not.
It also prevents rustbuild from using nightly features itself.

This is #92261, but I fixed the CI error.
2022-05-22 11:37:42 -04:00
..
bootstrap Rollup merge of #97277 - jyn514:no-unstable-for-bootstrap, r=Mark-Simulacrum 2022-05-22 11:37:42 -04:00
ci Rollup merge of #97139 - GuillaumeGomez:move-dom-settings-generation, r=notriddle 2022-05-19 08:22:44 +09:00
doc Rollup merge of #97203 - ehuss:rustc-summary-formatting, r=Dylan-DPC 2022-05-20 19:54:42 +02:00
etc Read the Ref/RefMut pointer in natvis 2022-05-16 17:39:34 -07:00
librustdoc Auto merge of #97177 - oli-obk:const-stability, r=davidtwco 2022-05-22 06:47:36 +00: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 Rollup merge of #97206 - jackh726:issue-73154, r=nikomatsakis 2022-05-22 11:37:40 -04:00
tools Rollup merge of #97043 - c410-f3r:z-errors, r=petrochenkov 2022-05-22 11:37:39 -04: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.