| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | use name_generator | Hayashi Mikihiro | -6/+21 |
| 2025-06-27 | Fix typo | xizheyin | -11/+11 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -1/+1 |
| 2025-06-27 | Split exported_symbols for generic and non-generic symbols | bjorn3 | -4/+4 |
| 2025-06-27 | Merge pull request #20110 from ChayimFriedman2/ambiguous-float | Lukas Wirth | -1/+50 |
| 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 #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -29/+35 |
| 2025-06-26 | Rollup merge of #143073 - yotamofek:pr/fix-let-chains-fixmes, r=compiler-errors | Michael Goulet | -3/+3 |
| 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 | -1/+4 |
| 2025-06-26 | Fix some fixmes that were waiting for let chains | Yotam Ofek | -3/+3 |
| 2025-06-27 | Fix completion in when typing `integer.|` | Chayim Refael Friedman | -1/+50 |
| 2025-06-26 | Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchy | Chayim Refael Friedman | -65/+142 |
| 2025-06-27 | generate new for tuple field | Hayashi Mikihiro | -22/+337 |
| 2025-06-26 | rustdoc: show attributes on enum variants | binarycat | -0/+1 |
| 2025-06-26 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2/+8 |
| 2025-06-26 | rustdoc js: several typechecking improvments | binarycat | -77/+43 |
| 2025-06-26 | Add `arguments sharing and isolation` section in `diagnostic-struct` of rdg | xizheyin | -8/+39 |
| 2025-06-26 | Backport new sized-hierarchy trait bounds in old ways | Shoyu Vanilla | -24/+78 |
| 2025-06-26 | Rollup merge of #141648 - GuillaumeGomez:redundant_explicit_links-expansion, ... | Matthias Krüger | -28/+67 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -7/+209 |
| 2025-06-26 | Rename `tilde const` test files to `conditionally const` | Oli Scherer | -1/+0 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -25/+25 |
| 2025-06-26 | Merge pull request #4408 from Patrick-6/rework-thread-join | Ralf Jung | -104/+111 |
| 2025-06-26 | Delay writing of return value of a join until after the join is successful. | Patrick-6 | -104/+111 |
| 2025-06-26 | Merge pull request #20106 from Veykril/push-pytuxksnntux | Lukas Wirth | -129/+206 |
| 2025-06-26 | Bring back the firewall query | Lukas Wirth | -15/+22 |
| 2025-06-26 | Merge pull request #20103 from ChayimFriedman2/path-transform-prettify | Lukas Wirth | -4/+58 |
| 2025-06-26 | Salsa idiomize `VariantFields` query | Lukas Wirth | -131/+201 |
| 2025-06-26 | Merge pull request #20105 from Veykril/push-qtmwnuqvsruw | Lukas Wirth | -9/+19 |
| 2025-06-26 | Auto merge of #142581 - Kobzol:bootstrap-std-method, r=jieyouxu | bors | -680/+943 |
| 2025-06-26 | Parse new const trait syntax | Lukas Wirth | -9/+19 |
| 2025-06-26 | Merge pull request #20104 from Veykril/push-nqnmmlvksyty | Lukas Wirth | -55/+59 |
| 2025-06-26 | Cleanup `provideCodeActions` vscode hook | Lukas Wirth | -55/+59 |
| 2025-06-26 | make size_and_align_of_mplace work on all projectable | Ralf Jung | -4/+4 |
| 2025-06-26 | Prettify AST in `PathTransform` if it's coming from a macro | Chayim Refael Friedman | -4/+58 |
| 2025-06-26 | Port `#[export_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -1/+4 |
| 2025-06-26 | Auto merge of #141899 - Kobzol:stdarch-josh, r=Amanieu | bors | -7/+1 |
| 2025-06-26 | refactor: enhance highlighting for control flow kws in macros | roifewu | -33/+45 |
| 2025-06-26 | refactor: simplify functions related to branch_exit_points in highlight_related | roifewu | -72/+74 |