rust/src
Matthias Krüger 916ba6dec1
Rollup merge of #111548 - calebcartwright:by-ref-tokentree2, r=compiler-errors
add util function to TokenStream to eliminate some clones

Another proposed change in the same vein as #111492 trying to get rid of some clones.

This adds a TokenStream helper function so that rustdoc can directly get a chunks iterator over the underlying token trees so that it no longer needs the clones and vec.
2023-05-15 10:58:40 +02:00
..
bootstrap Auto merge of #111388 - clubby789:clap-complete, r=jyn514 2023-05-14 00:09:05 +00:00
ci Update browser-ui-test version to 0.16.3 2023-05-14 00:16:00 +02:00
doc Rollup merge of #111389 - esp-rs:esp-idf-platform-support, r=jyn514 2023-05-11 07:05:28 +02:00
etc Generate shell completions for bootstrap with Clap 2023-05-10 21:41:38 +01:00
librustdoc refactor: add chunks method to TokenStream to obviate rustdoc clones 2023-05-13 16:59:28 -05:00
llvm-project@ea6fa9c2d4 Update to LLVM 16.0.2 2023-04-19 12:33:37 +02:00
rustdoc-json-types IAT: Rustdoc integration 2023-05-04 16:59:11 +02:00
tools Auto merge of #104134 - dtolnay:panictemporaries, r=joshtriplett 2023-05-14 16:16:24 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2023-04-28 08:47:55 -07:00
version bump to rust 1.71.0 2023-04-15 12:29:51 +02:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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