rust/src
Matthias Krüger 601c5a2087
Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514
Support `-A`, `-W`, `-D` and `-F` when running `./x.py clippy`

Resolves #97059

This PR adds support for `-A`, `-W`, `-D` and `-F` when running `./x.py clippy`.
2022-07-11 22:39:03 +02:00
..
bootstrap Rollup merge of #97210 - Milo123459:clippy-args, r=jyn514 2022-07-11 22:39:03 +02:00
ci Auto merge of #98369 - jyn514:configure.py, r=Mark-Simulacrum 2022-07-11 06:37:20 +00:00
doc Implement support for DWARF version 5. 2022-07-08 11:31:08 -07:00
etc
librustdoc Rollup merge of #99114 - GuillaumeGomez:css-cleanup, r=Dylan-DPC 2022-07-11 00:33:50 +02:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types
test Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov 2022-07-11 17:09:37 +00:00
tools Auto merge of #99107 - weihanglo:update-cargo, r=ehuss 2022-07-10 19:26:03 +00:00
README.md
stage0.json bump stage0 compiler 2022-06-29 15:35:30 +02:00
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.