rust/src
Matthias Krüger 539b8dd2e3
Rollup merge of #99617 - ehuss:update-mdbook, r=Dylan-DPC
Update mdbook

This updates mdbook from 0.4.20 to 0.4.21
Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0421

This contains a single fix that prevents mdbook from compiling on nightly (due to #99413). This will be necessary to keep everything working after the next master bootstrap switch.
2022-07-23 12:08:12 +02:00
..
bootstrap miri: make --stage 0 testing work 2022-07-22 08:33:35 -04:00
ci Revert "Use ICF (identical code folding) for building rustc" 2022-07-18 23:50:00 +02:00
doc Update books 2022-07-21 20:41:44 -07:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddle 2022-07-22 16:52:10 +00:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
test Rollup merge of #99580 - fmease:fix-issue-99565, r=estebank 2022-07-23 12:08:11 +02:00
tools Rollup merge of #99617 - ehuss:update-mdbook, r=Dylan-DPC 2022-07-23 12:08:12 +02:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version bump version to 1.64.0 2022-06-24 17:27:24 +02: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.