rust/src
Matthias Krüger af1f6144d8
Rollup merge of #98057 - oli-obk:miri_ui_test, r=oli-obk
Update miri

r? ``@ghost``

fixes #98036
2022-06-13 21:36:01 +02:00
..
bootstrap fix error message for download-ci-llvm 2022-06-13 15:17:19 +02:00
ci update comment 2022-06-05 12:32:46 +02:00
doc Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=pnkfelix 2022-06-13 21:35:54 +02:00
etc Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha 2022-06-06 08:36:59 +02:00
librustdoc remove unnecessary to_string and String::new 2022-06-13 15:48:40 +09:00
llvm-project@c9e2e89ed3 Update LLVM submodule 2022-06-03 15:57:32 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Rollup merge of #98050 - JohnTitor:issue-67945, r=compiler-errors 2022-06-13 21:35:58 +02:00
tools Rollup merge of #98057 - oli-obk:miri_ui_test, r=oli-obk 2022-06-13 21:36:01 +02:00
README.md
stage0.json Finish bumping stage0 2022-05-27 07:36:17 -04:00
version Bump to 1.63 2022-05-13 10:08:03 -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.