rust/src
Yuki Okushi f04454d4c8
Rollup merge of #105256 - GuillaumeGomez:comment-method-margins, r=notriddle
Add small comment explaining what `method-margins.goml` test is about

r? `````@notriddle`````
2022-12-06 12:48:51 +09:00
..
bootstrap Rollup merge of #104953 - jyn514:fewer-submodule-updates, r=Mark-Simulacrum 2022-12-05 20:43:42 +01:00
ci Auto merge of #105328 - matthiaskrgr:rollup-qnfksmq, r=matthiaskrgr 2022-12-05 21:46:58 +00:00
doc Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiser 2022-11-29 22:43:17 +01:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Rollup merge of #104967 - willcrichton:fix-scrape-examples, r=notriddle 2022-12-06 12:48:50 +09:00
llvm-project@a1232c451f update LLVM submodule to make libunwind work on SGX 2022-11-06 15:33:00 +01:00
rustdoc-json-types Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez 2022-11-30 19:53:17 +01:00
test Rollup merge of #105256 - GuillaumeGomez:comment-method-margins, r=notriddle 2022-12-06 12:48:51 +09:00
tools Rollup merge of #105246 - JakobDegen:run-mir-tests, r=jyn514 2022-12-06 12:48:51 +09:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version Bump to 1.67.0 2022-10-29 10:28:52 -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 cargo, etc.

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