| Age | Commit message (Expand) | Author | Lines |
| 2024-07-04 | Add `run` method to `BootstrapCommand` | Jakub Beránek | -288/+288 |
| 2024-07-04 | Auto merge of #127120 - Kobzol:bootstrap-cmd-refactor-3, r=onur-ozkan | bors | -348/+401 |
| 2024-07-04 | Auto merge of #127305 - jhpratt:rollup-3p5wf3h, r=jhpratt | bors | -23/+74 |
| 2024-07-04 | Do not consider LLDB version to be valid if it is empty | Jakub Beránek | -8/+3 |
| 2024-07-04 | Rollup merge of #127303 - cuishuang:master, r=jhpratt | Jacob Pratt | -2/+2 |
| 2024-07-04 | Rollup merge of #127289 - aDotInTheVoid:rustdoc-json-lt, r=GuillaumeGomez | Jacob Pratt | -8/+47 |
| 2024-07-04 | Rollup merge of #127287 - aDotInTheVoid:jsondocck-index, r=GuillaumeGomez | Jacob Pratt | -1/+3 |
| 2024-07-04 | Rollup merge of #127195 - biabbas:vxworks_cleanup, r=jhpratt | Jacob Pratt | -2/+4 |
| 2024-07-04 | Rollup merge of #126792 - wooden-worm:master, r=Mark-Simulacrum | Jacob Pratt | -10/+18 |
| 2024-07-04 | chore: remove repeat words | cuishuang | -2/+2 |
| 2024-07-04 | Auto merge of #127293 - ldm0:ldm_coroutine, r=saethlin | bors | -19/+21 |
| 2024-07-04 | Auto merge of #127226 - mat-1:optimize-siphash-round, r=nnethercote | bors | -10/+12 |
| 2024-07-04 | Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG... | bors | -94/+385 |
| 2024-07-03 | Auto merge of #127296 - matthiaskrgr:rollup-1t1isa7, r=matthiaskrgr | bors | -234/+477 |
| 2024-07-03 | Rollup merge of #127294 - ldm0:ldm_coroutine2, r=lcnr | Matthias Krüger | -6/+7 |
| 2024-07-03 | Rollup merge of #127280 - ferrocene:hoverbear/disable-rmake-rustdoc-io-error,... | Matthias Krüger | -2/+7 |
| 2024-07-03 | Rollup merge of #127253 - chenyukang:yukang-fix-126246-fn-parameters-check, r... | Matthias Krüger | -0/+171 |
| 2024-07-03 | Rollup merge of #127190 - DianQK:llvm-backport, r=nikic | Matthias Krüger | -0/+0 |
| 2024-07-03 | Rollup merge of #127184 - bjorn3:interface_refactor2, r=Nadrieril | Matthias Krüger | -47/+44 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -179/+248 |
| 2024-07-04 | Less magic number for corountine | Liu Dingming | -6/+7 |
| 2024-07-03 | Auto merge of #127044 - Oneirical:fantestic-journey, r=Kobzol,jieyouxu | bors | -76/+134 |
| 2024-07-04 | Use `IndexVec` for coroutine local mapping | Liu Dingming | -19/+21 |
| 2024-07-03 | rustdoc-json: Better representation of lifetime bounds in where clauses. | Alona Enraght-Moony | -8/+47 |
| 2024-07-03 | jsondocck: Use correct index for error message. | Alona Enraght-Moony | -1/+3 |
| 2024-07-03 | Rebase on master | Jakub Beránek | -1/+5 |
| 2024-07-03 | Simplify and generalize implementation of output mode | Jakub Beránek | -38/+42 |
| 2024-07-03 | Review changes | Jakub Beránek | -18/+18 |
| 2024-07-03 | Handle execution of dry run commands | Jakub Beránek | -8/+23 |
| 2024-07-03 | Refactor command outcome handling | Jakub Beránek | -51/+93 |
| 2024-07-03 | Allow unused `Tool` variants | Jakub Beránek | -0/+1 |
| 2024-07-03 | Remove various usages of the `output` function | Jakub Beránek | -132/+120 |
| 2024-07-03 | Remove temporary `BootstrapCommand` trait impls | Jakub Beránek | -143/+114 |
| 2024-07-03 | Make `git` helper return `BootstrapCmd` | Jakub Beránek | -80/+112 |
| 2024-07-03 | Improve documentation | Jakub Beránek | -3/+4 |
| 2024-07-03 | Auto merge of #127036 - cjgillot:sparse-state, r=oli-obk | bors | -80/+141 |
| 2024-07-03 | Disable rmake test rustdoc-io-error on riscv64gc-gnu | Ana Hobden | -2/+7 |
| 2024-07-03 | Auto merge of #127278 - matthiaskrgr:rollup-fjexkdr, r=matthiaskrgr | bors | -274/+559 |
| 2024-07-03 | Rollup merge of #127270 - klensy:PROCESS_MEMORY_COUNTERS, r=Kobzol | Matthias Krüger | -12/+5 |
| 2024-07-03 | Rollup merge of #127264 - GuillaumeGomez:run-make-support-api-improvements, r... | Matthias Krüger | -4/+7 |
| 2024-07-03 | Rollup merge of #127248 - spastorino:unsafe-extern-tests, r=compiler-errors | Matthias Krüger | -0/+47 |
| 2024-07-03 | Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkov | Matthias Krüger | -120/+98 |
| 2024-07-03 | Rollup merge of #127202 - oli-obk:do_not_count_errors, r=wesleywiser | Matthias Krüger | -31/+87 |
| 2024-07-03 | Rollup merge of #127145 - compiler-errors:as_lang_item, r=lcnr | Matthias Krüger | -91/+164 |
| 2024-07-03 | Rollup merge of #127050 - Kobzol:reproducibility-git, r=onur-ozkan | Matthias Krüger | -5/+57 |
| 2024-07-03 | Rollup merge of #126803 - tgross35:verbose-asm, r=Amanieu | Matthias Krüger | -11/+94 |
| 2024-07-03 | Add parse fail test using safe trait/impl trait | Santiago Pastorino | -0/+47 |
| 2024-07-03 | Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoerister | bors | -85/+114 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -266/+358 |
| 2024-07-03 | bootstrap: pass correct struct size to winapi | klensy | -12/+5 |