| Age | Commit message (Expand) | Author | Lines |
| 2024-07-08 | Rollup merge of #127325 - Oneirical:gothic-testhetic, r=jieyouxu | Guillaume Gomez | -40/+101 |
| 2024-07-08 | Rollup merge of #127237 - GuillaumeGomez:improve-run-make-llvm-ident, r=Kobzol | Guillaume Gomez | -14/+8 |
| 2024-07-08 | Rollup merge of #126427 - Oneirical:oktobertest, r=jieyouxu | Guillaume Gomez | -62/+99 |
| 2024-07-08 | Improve code of `run-make/llvm-ident` | Guillaume Gomez | -14/+8 |
| 2024-07-08 | Auto merge of #127486 - matthiaskrgr:rollup-lvv018b, r=matthiaskrgr | bors | -259/+900 |
| 2024-07-08 | Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789 | Matthias Krüger | -11/+5 |
| 2024-07-08 | Rollup merge of #127460 - Borgerr:clarify-drop-comment, r=jhpratt | Matthias Krüger | -0/+5 |
| 2024-07-08 | Rollup merge of #127399 - cjgillot:issue-127396, r=oli-obk | Matthias Krüger | -5/+17 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -99/+115 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -144/+758 |
| 2024-07-08 | rewrite target-without-atomic-cas to rmake | Oneirical | -12/+18 |
| 2024-07-08 | rewrite sepcomp-inlining and -separate to rmake.rs | Oneirical | -57/+62 |
| 2024-07-08 | rewrite sepcomp-separate to rmake | Oneirical | -25/+51 |
| 2024-07-08 | rewrite intrinsic-unreachable to rmake | Oneirical | -13/+19 |
| 2024-07-08 | Auto merge of #127199 - Zalathar:hir-holes, r=oli-obk | bors | -150/+348 |
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -181/+200 |
| 2024-07-08 | Auto merge of #127438 - compiler-errors:compute-outlives-visitor, r=lcnr | bors | -247/+127 |
| 2024-07-08 | coverage: Test for handling of nested item spans | Zalathar | -0/+179 |
| 2024-07-08 | Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxu | bors | -1570/+1989 |
| 2024-07-08 | Rollup merge of #127459 - its-the-shrimp:rustdocjson_add_alias_tests, r=aDotI... | 许杰友 Jieyou Xu (Joe) | -0/+33 |
| 2024-07-08 | Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease | 许杰友 Jieyou Xu (Joe) | -31/+126 |
| 2024-07-08 | Rollup merge of #127451 - GuillaumeGomez:improve-output-type-permutations, r=... | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-07-08 | Rollup merge of #127439 - compiler-errors:uplift-elaborate, r=lcnr | 许杰友 Jieyou Xu (Joe) | -522/+506 |
| 2024-07-08 | Rollup merge of #127437 - compiler-errors:uplift-trait-ref-is-knowable, r=lcnr | 许杰友 Jieyou Xu (Joe) | -480/+520 |
| 2024-07-08 | Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -45/+49 |
| 2024-07-08 | Rollup merge of #127367 - ChrisDenton:run-sync, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -6/+2 |
| 2024-07-08 | Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -400/+317 |
| 2024-07-08 | Rollup merge of #126881 - WaffleLapkin:unsafe-code-affected-by-fallback-hard-... | 许杰友 Jieyou Xu (Joe) | -23/+160 |
| 2024-07-08 | Rollup merge of #126841 - c410-f3r:concat-again, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -59/+272 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -174/+2386 |
| 2024-07-08 | Auto merge of #127421 - cjgillot:cache-iter, r=fmease | bors | -8/+26 |
| 2024-07-07 | Auto merge of #127172 - compiler-errors:full-can_eq-everywhere, r=lcnr | bors | -154/+133 |
| 2024-07-07 | Auto merge of #127385 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-07-07 | bootstrap: once_cell::sync::Lazy -> std::sync::LazyLock | Pavel Grigorenko | -11/+5 |
| 2024-07-07 | Fixup a typo in a comment in a test | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Fixup conflict with r-l/r/126567 | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Allow casting `*mut dyn T`->`*mut (dyn T + Send)` if `T` has `Send` super trait | Maybe Lapkin | -2/+18 |
| 2024-07-07 | Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgr | bors | -134/+190 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -5/+10 |
| 2024-07-07 | add an assertion that machine hook doesn't return NoCleanup | Maybe Lapkin | -3/+5 |
| 2024-07-07 | Do renames proposed by review | Maybe Waffle | -9/+9 |
| 2024-07-07 | make `StackPop` field names less confusing | Maybe Waffle | -31/+39 |
| 2024-07-07 | doc fixups from review | Maybe Waffle | -9/+7 |
| 2024-07-07 | add miri tests and a fixme | Maybe Waffle | -0/+112 |
| 2024-07-07 | Refactor & fixup interpreter implementation of tail calls | Maybe Waffle | -70/+162 |
| 2024-07-07 | clarify `sys::unix::fd::FileDesc::drop` comment (#66876) | Ashton Hunt | -0/+5 |
| 2024-07-07 | Finish uplifting supertraits | Michael Goulet | -16/+3 |
| 2024-07-07 | Get rid of the redundant elaboration in middle | Michael Goulet | -100/+40 |
| 2024-07-07 | Uplift elaboration | Michael Goulet | -369/+437 |
| 2024-07-07 | Make push_outlives_components into a visitor | Michael Goulet | -231/+119 |