rust/src
Michael Goulet 36287830a2
Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=compiler-errors
style-guide: When breaking binops handle multi-line first operand better

Use the indentation of the *last* line of the first operand, not the first.

Fixes https://github.com/rust-lang/style-team/issues/189
2024-05-14 09:55:27 -04:00
..
bootstrap Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum 2024-05-12 06:26:20 +00:00
ci Rollup merge of #124829 - briansmith:b/armv7-profiler, r=Mark-Simulacrum 2024-05-11 23:43:24 +02:00
doc Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=compiler-errors 2024-05-14 09:55:27 -04:00
etc Implement lldb formattter for "clang encoded" enums (LLDB 18.1+) 2024-05-05 17:53:02 -07:00
librustdoc split out AliasTy -> AliasTerm 2024-05-13 11:59:42 -04:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools Auto merge of #125026 - Oneirical:clink-tests, r=jieyouxu 2024-05-14 05:35:13 +00:00
README.md
stage0 move comments position in src/stage0 2024-05-11 20:49:01 +03:00
version Bump version to 1.80 2024-04-27 19:03:50 -04: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.