rust/src
Joshua Nelson 68088026ed
Rollup merge of #82620 - jyn514:apply-renamed-lints, r=Manishearth
Apply lint restrictions from renamed lints

Previously, if you denied the old name of a renamed lint, it would warn
about using the new name, but otherwise do nothing. Now, it will behave
the same as if you'd used the new name.

Fixes https://github.com/rust-lang/rust/issues/82615.

r? `@ehuss`
2021-03-01 11:25:08 -05:00
..
bootstrap Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-Simulacrum 2021-03-01 11:25:06 -05:00
build_helper
ci Rollup merge of #82543 - klensy:skip-jobs, r=Mark-Simulacrum 2021-03-01 15:07:36 +09:00
doc Auto merge of #82350 - ehuss:test-chapter, r=jyn514 2021-02-28 09:18:27 +00:00
etc fix typo in pre-commit.sh 2021-02-24 18:37:13 -05:00
librustdoc Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr 2021-02-28 19:19:09 +00:00
llvm-project@96ae8953e4 Revert LLVM D81803 because it broke Windows 7 2021-02-27 11:09:00 -08:00
rustdoc-json-types
test Rollup merge of #82620 - jyn514:apply-renamed-lints, r=Manishearth 2021-03-01 11:25:08 -05:00
tools Rollup merge of #82578 - camsteffen:diag-items, r=oli-obk 2021-03-01 11:25:07 -05:00
README.md
stage0.txt
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.