rust/src
Yuki Okushi 9bed3d96e6
Rollup merge of #106640 - lcnr:update-test, r=jackh726
update test for inductive canonical cycles

the previous test always resulted in a cycle 😅 cc https://github.com/rust-lang/chalk/pull/787.

I checked with #102713 and this is the only test which fails with that PR.

r? ``@jackh726``
2023-01-10 08:05:36 +09:00
..
bootstrap Rollup merge of #106387 - jyn514:clippy, r=Mark-Simulacrum 2023-01-10 08:05:35 +09:00
ci Update browser-ui-test version 2023-01-06 15:55:36 +01:00
doc Accept old spelling of Fuchsia target triples 2023-01-09 12:18:12 -05:00
etc adjust comments about pre-push.sh hook 2023-01-04 18:15:43 +01:00
librustdoc Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=GuillaumeGomez 2023-01-07 20:43:23 +01:00
llvm-project@9ad24035fe Update LLVM submodule 2023-01-03 12:08:02 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
test Rollup merge of #106640 - lcnr:update-test, r=jackh726 2023-01-10 08:05:36 +09:00
tools Rollup merge of #106639 - RalfJung:miri, r=RalfJung 2023-01-10 08:05:36 +09:00
README.md
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.