rust/src
Matthias Krüger c16b969f1d
Rollup merge of #105844 - albertlarsan68:x-rewrite, r=jyn514
Make the x tool use the x and x.ps1 scripts

This removes another python search from bootstrap.

r? `@jyn514`
2022-12-18 18:57:03 +01:00
..
bootstrap Rollup merge of #96584 - bentongxyz:x-setup-h-v-should-work, r=jyn514 2022-12-18 18:57:02 +01:00
ci Test documentation of hidden items in std 2022-12-16 20:21:43 +00:00
doc Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa 2022-12-17 12:10:27 +00:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Rollup merge of #105789 - notriddle:notriddle/examples-margin, r=GuillaumeGomez 2022-12-17 23:44:27 +01:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +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 #105420 - tmiasko:dest-prop-dead-code, r=JakobDegen 2022-12-18 18:57:03 +01:00
tools Make x use the x and x.ps1 scripts 2022-12-18 18:07:48 +01:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01: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.