rust/src
est31 0f4c81a1a9 Extend the irrefutable_let_patterns lint to let chains
Only look for complete suffixes or prefixes of irrefutable let patterns, so
that an irrefutable let pattern in a chain surrounded by refutable ones is
not linted, as it is an useful pattern.
2022-03-16 00:28:07 +01:00
..
bootstrap fix typos 2022-03-15 02:00:08 +01:00
ci Auto merge of #94704 - Kobzol:llvm-pgo-update-suite, r=Mark-Simulacrum 2022-03-13 15:53:14 +00:00
doc Auto merge of #93749 - ridwanabdillahi:riscv32im_support, r=wesleywiser 2022-03-14 13:43:20 +00:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk 2022-03-15 17:15:53 +01:00
llvm-project@c8eccf626f Update LLVM submodule 2022-03-09 09:51:12 +01:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Extend the irrefutable_let_patterns lint to let chains 2022-03-16 00:28:07 +01:00
tools Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk 2022-03-15 17:15:53 +01:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -05: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.