rust/src
Dylan DPC 3bc30bb012
Rollup merge of #100443 - est31:let_else_regression_tests, r=Mark-Simulacrum
Add two let else regression tests

Adds a regression test for #94176, as it was fixed by #98574 but doesn't have a regression test. The PR also incorporates a commit from #94012 which added a test for an issue discovered in that PR.

Originally they have been part of #99291, but I've moved them out in the hopes of getting them merged more quickly, as that PR is already open since a month, and so that #99291 can focus on the drop order part of things.

Closes #94176
Closes #96961 -- dupe of #94176
2022-08-12 20:39:18 +05:30
..
bootstrap Auto merge of #99464 - nikic:llvm-15, r=cuviper 2022-08-12 02:58:51 +00:00
ci Auto merge of #99464 - nikic:llvm-15, r=cuviper 2022-08-12 02:58:51 +00:00
doc Rollup merge of #100072 - oToToT:patch-1, r=michaelwoerister 2022-08-10 00:00:27 +02:00
etc check_missing_items.py: Don't overwrite ty in loop 2022-07-30 20:13:40 +01:00
librustdoc Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomez 2022-08-12 20:39:17 +05:30
llvm-project@e3be3f64ec Patch lld for older toolchains 2022-08-11 15:51:59 -07:00
rustdoc-json-types Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid 2022-08-10 00:00:24 +02:00
test Rollup merge of #100443 - est31:let_else_regression_tests, r=Mark-Simulacrum 2022-08-12 20:39:18 +05:30
tools Auto merge of #100435 - ehuss:update-cargo, r=ehuss 2022-08-12 06:45:35 +00:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version Bump to 1.65.0 2022-08-05 11:32:46 -04: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.