rust/src
2022-05-25 22:12:50 -04:00
..
bootstrap fix: undo old changes 2022-05-25 22:12:50 -04:00
ci Update browser-ui-test version to 0.9.0 2022-05-01 21:36:19 +02:00
doc Fix typo in lint levels doc 2022-05-02 22:33:28 -07:00
etc Store all generic bounds as where predicates. 2022-04-30 13:55:13 +02:00
librustdoc Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomez 2022-05-04 05:01:47 +00:00
llvm-project@fc10370ef7 Update LLVM submodule 2022-04-28 16:04:15 +02:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Auto merge of #96593 - jackh726:issue-93262, r=compiler-errors 2022-05-05 00:24:48 +00:00
tools Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov 2022-05-04 21:16:28 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version bump version to 1.62.0 2022-04-04 09:21:03 +02: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.