rust/src
Matthias Krüger 98c9ee8917
Rollup merge of - est31:master, r=notriddle
Use ? operator in one instance instead of manual match

As suggested [here](https://github.com/rust-lang/rust/pull/94139#discussion_r818102403).

r? `@notriddle`
2022-03-03 11:02:55 +01:00
..
bootstrap Rollup merge of - bjorn3:cfg_default_backend, r=Mark-Simulacrum 2022-02-27 21:46:36 +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 - RandomInsano:patch-1, r=Dylan-DPC 2022-03-03 01:09:13 +01:00
etc Auto merge of - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Use ? operator in one instance instead of manual match 2022-03-02 22:10:35 +01:00
llvm-project@e29ac13bc9 Update LLVM submodule 2022-02-16 21:15:30 +01:00
rustdoc-json-types rustdoc-json: Better Header Type 2022-02-18 23:31:33 +00:00
test Rollup merge of - notriddle:notriddle/strip-test-cases, r=GuillaumeGomez 2022-03-03 11:02:50 +01:00
tools Move transmute_undefined_repr back to nursery 2022-03-02 13:07:00 -08: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.