rust/src
bors 63b8f01bb5 Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk
Separate const prop lints from optimizations

r? `@oli-obk`

Separates lints and optimizations during const prop by moving the lints into their own file and checking them during post borrowck cleanup.
Thanks to `@oli-obk` for mentoring me.
2022-03-24 20:22:27 +00:00
..
bootstrap Compare installed browser-ui-test version to the one used in CI 2022-03-18 10:49:50 +01:00
ci Auto merge of #94976 - jclulow:solaris-festival, r=Mark-Simulacrum 2022-03-20 01:50:36 +00:00
doc Rollup merge of #95166 - Urgau:check-cfg-values-unstable-book, r=petrochenkov 2022-03-21 19:48:34 +01:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Auto merge of #94901 - fee1-dead:destructable, r=oli-obk 2022-03-23 14:04:38 +00:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk 2022-03-24 20:22:27 +00:00
tools update clippy stderr file 2022-03-24 11:27:07 +00:00
README.md
stage0.json
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.