granite-rust/src
Matthias Krüger b4baef5675
Rollup merge of #94600 - est31:master, r=notriddle
Use if let instead of manual match

Factored out of #94139 . `if let` is better here than both `let ... else` and `let ... = match`.
2022-03-04 17:31:09 +01:00
..
bootstrap Rollup merge of #94568 - bjorn3:rustbuild_remove_dead_code, r=Mark-Simulacrum 2022-03-04 17:31:07 +01:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Move submodule checkout before msys2 installation. 2022-03-01 10:16:47 -08:00
doc Rollup merge of #93418 - ojeda:no-shortcut, r=camelid 2022-03-04 02:06:38 +01:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Use if let instead of manual match 2022-03-04 10:35:56 +01: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 #94593 - estebank:issue-94510, r=davidtwco 2022-03-04 17:31:08 +01:00
tools Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-Simulacrum 2022-03-04 17:31:05 +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.