| Age | Commit message (Expand) | Author | Lines |
| 2025-08-11 | Create tracing directory symlink even during dry run | Jakub Beránek | -2/+14 |
| 2025-08-11 | Do not create a span for cached commands | Jakub Beránek | -3/+3 |
| 2025-08-11 | Always profile commands and generate Chrome profile when tracing is enabled | Jakub Beránek | -56/+37 |
| 2025-08-11 | Correctly show executed command name in Chrome trace | Jakub Beránek | -27/+54 |
| 2025-08-11 | Move tracing setup to the `tracing` module | Jakub Beránek | -298/+304 |
| 2025-08-11 | Remove manual `#[instrument]` annotations on steps | Jakub Beránek | -161/+1 |
| 2025-08-11 | Remove ad-hoc print of executed/cached steps in verbose mode | Jakub Beránek | -4/+0 |
| 2025-08-11 | Create a span for each executed step | Jakub Beránek | -28/+108 |
| 2025-08-11 | Replace `tracing_forest` with custom span formatting | Jakub Beránek | -44/+338 |
| 2025-08-11 | Print step timings also when the stap starts to execute | Jakub Beránek | -6/+18 |
| 2025-08-11 | Use shorter command span label | Jakub Beránek | -1/+1 |
| 2025-08-11 | Store Chrome step trace into the tracing directory | Jakub Beránek | -14/+48 |
| 2025-08-11 | Store `latest` symlink to the latest tracing output directory | Jakub Beránek | -6/+15 |
| 2025-08-11 | Store bootstrap tracing outputs to a unified directory | Jakub Beránek | -28/+34 |
| 2025-08-11 | Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxu | bors | -30/+45 |
| 2025-08-11 | don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE] | binarycat | -2/+14 |
| 2025-08-11 | Document compiler and stdlib in stage1 in `pr-check-2` CI job | Jakub Beránek | -3/+3 |
| 2025-08-11 | Rollup merge of #145247 - GuillaumeGomez:update-sysinfo, r=Kobzol | Guillaume Gomez | -4/+4 |
| 2025-08-11 | Rollup merge of #145221 - Kobzol:cargo-dist-fix-2, r=jieyouxu | Guillaume Gomez | -0/+2 |
| 2025-08-11 | Update rustc dev guide | tiif | -1/+6 |
| 2025-08-11 | Turn _span into _trace as trace span name | Stypox | -12/+12 |
| 2025-08-11 | Add tracing to resolve-related functions | Stypox | -0/+2 |
| 2025-08-11 | Update `sysinfo` version to `0.37.0` | Guillaume Gomez | -4/+4 |
| 2025-08-11 | Auto merge of #145215 - Kobzol:rust-backtrace, r=marcoieni | bors | -0/+3 |
| 2025-08-11 | Auto merge of #145011 - Kobzol:bootstrap-doc, r=jieyouxu | bors | -243/+514 |
| 2025-08-11 | Rollup merge of #145149 - Shourya742:2025-07-08-convert-config-method-invoke-... | Stuart Cook | -306/+439 |
| 2025-08-11 | Rollup merge of #143949 - clarfonthey:const-arith-ops, r=Amanieu | Stuart Cook | -6/+3 |
| 2025-08-10 | Rollup merge of #145121 - lambdageek:dist-must-keep-llvm-third-party-siphash,... | Jacob Pratt | -0/+14 |
| 2025-08-10 | Fix Cargo cross-compilation (take two) | Jakub Beránek | -0/+2 |
| 2025-08-10 | Enable RUST_BACKTRACE=1 on CI | Jakub Beránek | -0/+3 |
| 2025-08-10 | Extract Cranelift component | Jakub Beránek | -0/+10 |
| 2025-08-10 | Ship the correct Cranelift backend in its dist step | Jakub Beránek | -30/+35 |
| 2025-08-10 | rustdoc: Use `discr`s `Display` impl to render the value with the correct sig... | Eval EXEC | -5/+3 |
| 2025-08-10 | Explicitly pass path to built stdlib JSON docs and use the correct compiler f... | Jakub Beránek | -23/+26 |
| 2025-08-10 | Rollup merge of #145156 - Kobzol:cargo-build-dir, r=lqd,jieyouxu | Stuart Cook | -0/+9 |
| 2025-08-10 | Rollup merge of #145135 - Kivooeo:stabilize-duration_constructors_lite, r=Chr... | Stuart Cook | -12/+0 |
| 2025-08-10 | Rollup merge of #145129 - dpaoliello:arm64eclink, r=wesleywiser | Stuart Cook | -0/+7 |
| 2025-08-10 | Rollup merge of #145089 - Kobzol:bootstrap-cmd-error, r=jieyouxu | Stuart Cook | -82/+83 |
| 2025-08-10 | Rollup merge of #144739 - GuillaumeGomez:rustdoc-test-cleanup, r=fmease | Stuart Cook | -3/+1 |
| 2025-08-10 | Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=Amanieu | Stuart Cook | -5/+0 |
| 2025-08-10 | Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726 | Stuart Cook | -1/+1 |
| 2025-08-10 | Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwU | Stuart Cook | -6/+109 |
| 2025-08-10 | Bless tests | Jakub Beránek | -3/+20 |
| 2025-08-10 | Review remarks | Jakub Beránek | -2/+6 |
| 2025-08-10 | Add change tracker entry | Jakub Beránek | -0/+5 |
| 2025-08-10 | Update tests | Jakub Beránek | -37/+208 |
| 2025-08-10 | Update `doc` CI steps stage 2 | Jakub Beránek | -3/+3 |
| 2025-08-10 | Update `Std` doc step | Jakub Beránek | -27/+40 |
| 2025-08-10 | Fix documentation of tools | Jakub Beránek | -54/+54 |
| 2025-08-10 | Update `Standalone` and `Releases` doc steps | Jakub Beránek | -16/+29 |