rust/src
bors b97dc20784 Auto merge of #94734 - matthiaskrgr:rollup-28shqhy, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #91993 (Tweak output for non-exhaustive `match` expression)
 - #92385 (Add Result::{ok, err, and, or, unwrap_or} as const)
 - #94559 (Remove argument from closure in thread::Scope::spawn.)
 - #94580 (Emit `unused_attributes` if a level attr only has a reason)
 - #94586 (Generalize `get_nullable_type` to allow types where null is all-ones.)
 - #94708 (diagnostics: only talk about `Cargo.toml` if running under Cargo)
 - #94712 (promot debug_assert to assert)
 - #94726 (⬆️ rust-analyzer)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-03-08 10:24:46 +00:00
..
bootstrap Rollup merge of #94621 - ridwanabdillahi:lld-rel-dbg, r=Mark-Simulacrum 2022-03-06 22:35:30 +11:00
ci Move submodule checkout before msys2 installation. 2022-03-01 10:16:47 -08:00
doc Rollup merge of #94630 - ehuss:remove-tier-2-docs-note, r=Mark-Simulacrum 2022-03-05 12:53:15 -05:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgr 2022-03-07 18:06:31 +00:00
llvm-project@e29ac13bc9 Update LLVM submodule 2022-02-16 21:15:30 +01:00
rustdoc-json-types make generic projection types print correctly 2022-03-03 13:01:35 -08:00
test Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnr 2022-03-08 11:04:54 +01:00
tools Auto merge of #94734 - matthiaskrgr:rollup-28shqhy, r=matthiaskrgr 2022-03-08 10:24:46 +00: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.