rust/src
bors 67404f7200 Auto merge of #98238 - cjgillot:lint-mod, r=oli-obk
Make some lints incremental.

Those lints do not track a state, so don't need to be performed for the full crate at once.
2022-06-19 12:28:59 +00:00
..
bootstrap Rollup merge of #97511 - jyn514:faster-cargo-build, r=Mark-Simulacrum 2022-06-19 00:17:12 +02:00
ci Update FreeBSD toolchain to 12.3 2022-06-10 15:14:31 +02:00
doc Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa 2022-06-15 14:21:28 +00:00
etc debuginfo: Fix NatVis for Rc and Arc with unsized pointees. 2022-06-15 16:49:52 +02:00
librustdoc Rollup merge of #98230 - GuillaumeGomez:weird-js-condition, r=notriddle 2022-06-19 00:17:16 +02:00
llvm-project@c9e2e89ed3 Update LLVM submodule 2022-06-03 15:57:32 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Auto merge of #98238 - cjgillot:lint-mod, r=oli-obk 2022-06-19 12:28:59 +00:00
tools Auto merge of #98242 - matthiaskrgr:rollup-qbbkwtf, r=matthiaskrgr 2022-06-19 00:25:25 +00:00
README.md
stage0.json change stage0.json to reduce the chance of merge conflicts 2022-06-09 19:43:11 +02: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.