| Age | Commit message (Expand) | Author | Lines |
| 2025-06-17 | add run_always to recently migrated start_process command | bit-aloo | -1/+4 |
| 2025-06-17 | move execution context out of deferred command, add as_ref implementation and... | bit-aloo | -26/+20 |
| 2025-06-17 | explain reasoning behind spawn API | bit-aloo | -0/+1 |
| 2025-06-17 | add created at to command execution | bit-aloo | -4/+8 |
| 2025-06-17 | remove new method from command execution | bit-aloo | -12/+14 |
| 2025-06-17 | remove start_porcess helper method | bit-aloo | -29/+0 |
| 2025-06-17 | move from start process to new start and wait for output api's | bit-aloo | -18/+23 |
| 2025-06-17 | add start methods in exec | bit-aloo | -3/+18 |
| 2025-06-17 | add deferred command in execution context and update run method | bit-aloo | -46/+91 |
| 2025-06-16 | Auto merge of #142447 - dianqk:llvm-20.1.7, r=nikic | bors | -0/+0 |
| 2025-06-16 | Auto merge of #142589 - Kobzol:rollup-j90fk2j, r=Kobzol | bors | -238/+912 |
| 2025-06-16 | Rollup merge of #142573 - lcnr:search_graph-3, r=lqd | Jakub Beránek | -17/+6 |
| 2025-06-16 | Rollup merge of #142565 - bjorn3:wasm32_unknown_naked_asm_test, r=RalfJung | Jakub Beránek | -3/+6 |
| 2025-06-16 | Rollup merge of #142562 - tgross35:update-backtrace, r=workingjubilee | Jakub Beránek | -0/+0 |
| 2025-06-16 | Rollup merge of #142554 - nnethercote:fix-PathSource-lifetimes, r=petrochenkov | Jakub Beránek | -33/+33 |
| 2025-06-16 | Rollup merge of #142498 - GrigorenkoPV:as-ptr-refactor, r=jdonszelmann | Jakub Beránek | -13/+41 |
| 2025-06-16 | Rollup merge of #142414 - folkertdev:ignore-nostd-tests, r=jieyouxu | Jakub Beránek | -21/+184 |
| 2025-06-16 | Rollup merge of #142341 - xizheyin:142311, r=fee1-dead | Jakub Beránek | -17/+105 |
| 2025-06-16 | Rollup merge of #139340 - beetrees:riscv-float-struct-abi, r=workingjubilee | Jakub Beránek | -134/+537 |
| 2025-06-16 | Port `#[rustc_as_ptr]` to the new attribute system | Pavel Grigorenko | -13/+41 |
| 2025-06-16 | Dont suggest converting `///` to regular comment when it appears after missin... | xizheyin | -17/+105 |
| 2025-06-16 | Auto merge of #142574 - Kobzol:rollup-ldj386u, r=Kobzol | bors | -203/+693 |
| 2025-06-16 | Rollup merge of #142566 - Kobzol:ci-nopt-fix, r=jieyouxu | Jakub Beránek | -10/+2 |
| 2025-06-16 | Rollup merge of #142561 - nnethercote:fix-njn-comment, r=chenyukang | Jakub Beránek | -1/+2 |
| 2025-06-16 | Rollup merge of #142530 - fee1-dead-contrib:push-klusvwusyqvq, r=compiler-errors | Jakub Beránek | -20/+12 |
| 2025-06-16 | Rollup merge of #142528 - fee1-dead-contrib:push-rlxklunqkwmv, r=RalfJung | Jakub Beránek | -2/+2 |
| 2025-06-16 | Rollup merge of #142450 - xizheyin:rustc-query-doc, r=SparrowLii | Jakub Beránek | -4/+60 |
| 2025-06-16 | Rollup merge of #142431 - Kobzol:bootstrap-snapshot-tests, r=jieyouxu | Jakub Beránek | -20/+158 |
| 2025-06-16 | Rollup merge of #142416 - Kobzol:bootstrap-cleanup-2, r=jieyouxu | Jakub Beránek | -106/+97 |
| 2025-06-16 | Rollup merge of #142373 - m-ou-se:debug-for-location, r=tgross35 | Jakub Beránek | -1/+20 |
| 2025-06-16 | Rollup merge of #142236 - yotamofek:pr/std/pathbuf-extend-docs, r=tgross35 | Jakub Beránek | -0/+27 |
| 2025-06-16 | Rollup merge of #142125 - cberner:file_lock_stable, r=ChrisDenton | Jakub Beránek | -17/+11 |
| 2025-06-16 | Rollup merge of #142082 - xizheyin:rustc_attr_data_structures, r=jdonszelmann | Jakub Beránek | -14/+48 |
| 2025-06-16 | Rollup merge of #141639 - NotLebedev:stable-mir-93, r=oli-obk | Jakub Beránek | -8/+254 |
| 2025-06-16 | candidate_is_applicable to method | lcnr | -17/+6 |
| 2025-06-16 | Auto merge of #142556 - RalfJung:miri-sync, r=RalfJung | bors | -1013/+882 |
| 2025-06-16 | Fix RISC-V C function ABI when passing/returning structs containing floats | beetrees | -134/+537 |
| 2025-06-16 | Fix `-nopt` CI jobs | Jakub Beránek | -10/+2 |
| 2025-06-16 | Test naked asm for wasm32-unknown-unknown | bjorn3 | -3/+6 |
| 2025-06-16 | Fix test description | NotLebedev | -2/+2 |
| 2025-06-16 | Add test for `AdtDef::discriminant_for_variant` polymorphic over parameter | NotLebedev | -0/+29 |
| 2025-06-16 | Add test for `AdtDef::discriminant_for_variant` | NotLebedev | -0/+154 |
| 2025-06-16 | Implement Stable for Discr | NotLebedev | -14/+15 |
| 2025-06-16 | Add discriminant_for_variant to CoroutineDef | NotLebedev | -8/+44 |
| 2025-06-16 | Add discriminant_for_variant to AdtDef | NotLebedev | -4/+30 |
| 2025-06-16 | Add documentation for `PathBuf`'s `FromIterator` and `Extend` impls | Yotam Ofek | -0/+27 |
| 2025-06-16 | Add documentation on top of `rustc_middle/src/query/mod.rs` | xizheyin | -4/+60 |
| 2025-06-16 | Update the `backtrace` submodule | Trevor Gross | -0/+0 |
| 2025-06-16 | Remove an `njn:` comment accidentaly left behind. | Nicholas Nethercote | -1/+2 |
| 2025-06-16 | Auto merge of #142521 - sayantn:simplify-intrinsics, r=nikic,workingjubilee | bors | -242/+55 |