| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | Use let chains in the new solver | Michael Goulet | -96/+84 |
| 2025-06-27 | Auto merge of #142893 - Mark-Simulacrum:no-const-collect, r=oli-obk | bors | -11/+8 |
| 2025-06-27 | Auto merge of #142816 - Shourya742:2025-06-21-add-caching-layer-to-bootstrap,... | bors | -283/+393 |
| 2025-06-27 | disable caching for cargo commands | bit-aloo | -3/+6 |
| 2025-06-27 | move execution context inside exec and prune execution context, use command d... | bit-aloo | -353/+345 |
| 2025-06-27 | make DeferredCommand a must use and move mark_as_executed inside finish process | bit-aloo | -1/+4 |
| 2025-06-27 | add caching info on bootstrap command | bit-aloo | -6/+4 |
| 2025-06-27 | refactor deferred command and make it compatible with new commandstate, remov... | bit-aloo | -90/+100 |
| 2025-06-27 | add new command state in execution context | bit-aloo | -0/+11 |
| 2025-06-27 | add do_not_cache method and update the warning on as_command_mut | bit-aloo | -3/+9 |
| 2025-06-27 | use metadata for command cache key spawning directly from command | bit-aloo | -20/+25 |
| 2025-06-27 | add command cache key, move to osstring, add should cache to bootstrap command | bit-aloo | -19/+76 |
| 2025-06-27 | add caching fields inside Bootstrap command | bit-aloo | -1/+26 |
| 2025-06-27 | Auto merge of #142223 - compiler-errors:perf-wf, r=lcnr | bors | -3/+94 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -907/+1240 |
| 2025-06-26 | Rollup merge of #143073 - yotamofek:pr/fix-let-chains-fixmes, r=compiler-errors | Michael Goulet | -12/+11 |
| 2025-06-26 | Rollup merge of #143067 - GrigorenkoPV:142269, r=workingjubilee | Michael Goulet | -3/+3 |
| 2025-06-26 | Rollup merge of #143059 - jieyouxu:slice-as-chunks, r=cuviper | Michael Goulet | -2/+10 |
| 2025-06-26 | Rollup merge of #143056 - fmease:mv-ace-test-out-of-gci-dir, r=BoxyUwU | Michael Goulet | -35/+17 |
| 2025-06-26 | Rollup merge of #143041 - Kobzol:matrix-no-cache, r=marcoieni | Michael Goulet | -11/+0 |
| 2025-06-26 | Rollup merge of #143033 - jieyouxu:expand-apis, r=cuviper | Michael Goulet | -2/+6 |
| 2025-06-26 | Rollup merge of #143015 - samueltardieu:pin-macro-diag-item, r=Urgau | Michael Goulet | -0/+2 |
| 2025-06-26 | Rollup merge of #143010 - GuillaumeGomez:update-browser-ui-test, r=Kobzol | Michael Goulet | -1/+1 |
| 2025-06-26 | Rollup merge of #143001 - Shourya742:2025-06-25-rename-run-always, r=Kobzol | Michael Goulet | -24/+27 |
| 2025-06-26 | Rollup merge of #142986 - JonathanBrouwer:export_name_parser, r=jdonszelmann | Michael Goulet | -125/+215 |
| 2025-06-26 | Rollup merge of #142967 - krikera:fix-rwlock-try-write-docs, r=jhpratt | Michael Goulet | -1/+1 |
| 2025-06-26 | Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU | Michael Goulet | -48/+64 |
| 2025-06-26 | Rollup merge of #142700 - theemathas:remove-weak-comment, r=ibraheemdev | Michael Goulet | -2/+0 |
| 2025-06-26 | Rollup merge of #142647 - compiler-errors:less-work-in-coherence, r=lcnr | Michael Goulet | -24/+28 |
| 2025-06-26 | Rollup merge of #142637 - compiler-errors:less-globs, r=lcnr | Michael Goulet | -208/+259 |
| 2025-06-26 | Rollup merge of #142549 - the8472:intersperse-fold-tweak, r=tgross35 | Michael Goulet | -1/+10 |
| 2025-06-26 | Rollup merge of #140942 - RalfJung:const-ref-to-mut, r=oli-obk | Michael Goulet | -373/+448 |
| 2025-06-26 | Rollup merge of #137843 - Daniel-Aaron-Bloom:const_cell, r=oli-obk | Michael Goulet | -35/+138 |
| 2025-06-26 | Fix some fixmes that were waiting for let chains | Yotam Ofek | -12/+11 |
| 2025-06-26 | Auto merge of #143057 - matthiaskrgr:rollup-bulih8o, r=matthiaskrgr | bors | -569/+1204 |
| 2025-06-26 | Tracking issue number for `iter_macro` | Pavel Grigorenko | -3/+3 |
| 2025-06-26 | Auto merge of #142774 - lcnr:search_graph-2, r=oli-obk | bors | -163/+73 |
| 2025-06-27 | Add more missing APIs, and minor fixes | Jieyou Xu | -6/+8 |
| 2025-06-26 | clarify and unify 'transient mutable borrow' errors | Ralf Jung | -112/+83 |
| 2025-06-26 | add more sensible mut-ref-to-immutable test | Ralf Jung | -8/+21 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -253/+344 |
| 2025-06-26 | Add missing stabilized slice chunk methods | Jieyou Xu | -0/+6 |
| 2025-06-26 | Use stable std links | Jieyou Xu | -2/+2 |
| 2025-06-26 | Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebank | Matthias Krüger | -123/+247 |
| 2025-06-26 | Rollup merge of #142884 - makai410:coroutine-body, r=celinval | Matthias Krüger | -0/+111 |
| 2025-06-26 | Rollup merge of #142393 - compiler-errors:nofield, r=petrochenkov | Matthias Krüger | -18/+77 |
| 2025-06-26 | Rollup merge of #142285 - workingjubilee:dont-use-bad-assembly, r=nnethercote | Matthias Krüger | -7/+10 |
| 2025-06-26 | Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, ... | Matthias Krüger | -65/+212 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -58/+260 |
| 2025-06-26 | Rollup merge of #139594 - compiler-errors:if-cause, r=oli-obk | Matthias Krüger | -265/+202 |