rust/src
Matthias Krüger 64db7fb115
Rollup merge of #107596 - Kobzol:stage-build-timer, r=Mark-Simulacrum
Add nicer output to PGO build timer

This PR modifies the timer used in the PGO build script to contain nicer, hierarchical output of the individual build steps. It's not trivial to test locally, so I'll fire up a dist build right away.

r? ``@Mark-Simulacrum``
2023-02-06 21:16:40 +01:00
..
bootstrap Rollup merge of #107116 - ozkanonur:consolidate-bootstrap-docs, r=jyn514 2023-02-04 20:29:06 +01:00
ci Rollup merge of #107596 - Kobzol:stage-build-timer, r=Mark-Simulacrum 2023-02-06 21:16:40 +01:00
doc Use triple rather than arch for fuchsia test runner 2023-02-02 13:29:03 -08:00
etc Pass --locked to the x test tidy call 2023-01-21 20:21:04 +00:00
librustdoc Rollup merge of #107669 - notriddle:notriddle/ayu-smaller, r=GuillaumeGomez 2023-02-06 19:54:14 +05:30
llvm-project@477e7285b1 Pull in more LLVM commits 2023-01-20 07:48:59 -08:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Rename Cursor/CursorRef as TokenTreeCursor/RefTokenTreeCursor. 2023-02-03 10:06:52 +11:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Download rustc component for rustfmt toolchain as well 2023-01-31 10:29:33 -05:00
version Bump to 1.69.0 2023-01-20 18:06:54 -05: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.