rust/src
Dylan DPC ede4f0ef68
Rollup merge of - GuillaumeGomez:eslint-brace-style, r=notriddle
Add new eslint rule about brace style

It also prevents one liners.

r? `@notriddle`
2022-05-15 18:41:26 +02:00
..
bootstrap Auto merge of - matthiaskrgr:rollup-1nqwfzx, r=matthiaskrgr 2022-05-15 07:32:58 +00:00
ci Update browser-ui-test version 2022-05-13 17:03:33 +02:00
doc Rollup merge of - Volker-Weissmann:patch-1, r=Dylan-DPC 2022-05-15 18:41:26 +02:00
etc Store all generic bounds as where predicates. 2022-04-30 13:55:13 +02:00
librustdoc Add new eslint rule about brace style 2022-05-15 13:59:51 +02:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types
test Auto merge of - petrochenkov:linkstrict2, r=cjgillot,luqmana 2022-05-15 11:19:27 +00:00
tools update miri 2022-05-15 13:37:04 +02:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02: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.