| Age | Commit message (Expand) | Author | Lines |
| 2025-09-02 | llvm: nvptx: Layout update to match LLVM | Matthew Maurer | -1/+5 |
| 2025-09-02 | Auto merge of #145951 - lcnr:proof-tree-as-query, r=compiler-errors | bors | -441/+331 |
| 2025-09-02 | Auto merge of #146113 - nnethercote:undo-workspace-dependencies, r=Kobzol | bors | -212/+187 |
| 2025-09-02 | Revert introduction of `[workspace.dependencies]`. | Nicholas Nethercote | -212/+187 |
| 2025-09-02 | Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlin | bors | -3/+9 |
| 2025-09-01 | Auto merge of #145925 - lcnr:revealing-use-closures-2, r=BoxyUwU | bors | -233/+523 |
| 2025-09-01 | use defining uses of all bodies to constrain non-defining uses | lcnr | -232/+518 |
| 2025-09-01 | Auto merge of #145721 - dpaoliello:ar050, r=bjorn3 | bors | -56/+82 |
| 2025-09-01 | Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=SparrowLii | bors | -4/+419 |
| 2025-09-01 | Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obk | bors | -15/+245 |
| 2025-09-01 | Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalathar | bors | -479/+597 |
| 2025-09-01 | Rollup merge of #146068 - Zalathar:panic-hook, r=jieyouxu | Stuart Cook | -0/+152 |
| 2025-09-01 | Rollup merge of #146060 - WaffleLapkin:fixup-nix-dev-shell-again, r=Noratrieb | Stuart Cook | -0/+3 |
| 2025-09-01 | Rollup merge of #145754 - epage:escape, r=SparrowLii | Stuart Cook | -74/+51 |
| 2025-09-01 | Rollup merge of #145643 - Zalathar:tree, r=SparrowLii | Stuart Cook | -162/+286 |
| 2025-09-01 | Rollup merge of #145468 - karolzwolak:float-tests-dedup, r=tgross35 | Stuart Cook | -243/+105 |
| 2025-09-01 | pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w... | Andrew Zhogin | -15/+245 |
| 2025-09-01 | Auto merge of #146072 - Zalathar:rollup-0svnrfe, r=Zalathar | bors | -591/+691 |
| 2025-09-01 | Capture panic messages via a custom panic hook | Zalathar | -0/+152 |
| 2025-09-01 | Rollup merge of #146051 - LorrensP-2158466:miri-libstd-fix, r=RalfJung | Stuart Cook | -2/+2 |
| 2025-09-01 | Rollup merge of #146046 - chenyukang:yukang-fix-method-exists-for-ret-ty-erro... | Stuart Cook | -1/+39 |
| 2025-09-01 | Rollup merge of #146042 - estebank:issue-83413, r=lcnr | Stuart Cook | -27/+103 |
| 2025-09-01 | Rollup merge of #146004 - petrochenkov:epentry, r=nnethercote | Stuart Cook | -53/+56 |
| 2025-09-01 | Rollup merge of #145968 - connortsui20:bound-copied, r=joboet | Stuart Cook | -2/+30 |
| 2025-09-01 | Rollup merge of #145421 - nnethercote:dump_mir-cleanups, r=davidtwco | Stuart Cook | -506/+461 |
| 2025-09-01 | Auto merge of #145663 - Kobzol:bootstrap-test, r=jieyouxu | bors | -384/+760 |
| 2025-09-01 | Introduce `MirDumper` and `MirWriter`. | Nicholas Nethercote | -276/+275 |
| 2025-09-01 | Indent some functions. | Nicholas Nethercote | -322/+322 |
| 2025-09-01 | Use trait object references for closures. | Nicholas Nethercote | -59/+39 |
| 2025-09-01 | Avoid unnecessary `mut`-ness for various closures. | Nicholas Nethercote | -16/+16 |
| 2025-09-01 | Inline and remove `dump_mir_for_pass`. | Nicholas Nethercote | -16/+6 |
| 2025-09-01 | Inline and remove `dump_matched_mir_node`. | Nicholas Nethercote | -25/+11 |
| 2025-08-31 | Split `ObligationCauseCode::BinOp` for unops to `UnOp` | Esteban Küber | -28/+27 |
| 2025-08-31 | Auto merge of #146038 - notriddle:polarity, r=GuillaumeGomez | bors | -72/+267 |
| 2025-08-31 | dedup to_radians float test | Karol Zwolak | -68/+26 |
| 2025-08-31 | Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrum | bors | -5/+26 |
| 2025-08-31 | dedup to_degrees float test | Karol Zwolak | -59/+29 |
| 2025-08-31 | fixup nix dev shell again | Waffle Lapkin | -0/+3 |
| 2025-08-31 | dedup powi float test | Karol Zwolak | -66/+28 |
| 2025-08-31 | explicitly end `va_list` lifetime | Folkert de Vries | -0/+3 |
| 2025-08-31 | round pointer to alignment without going via int | Folkert de Vries | -3/+6 |
| 2025-08-31 | Auto merge of #146052 - matthiaskrgr:rollup-cfxx9m6, r=matthiaskrgr | bors | -55/+123 |
| 2025-08-31 | std: fix `SplitPaths` regression | joboet | -5/+26 |
| 2025-08-31 | Rollup merge of #145931 - gonzalobg:patch-1, r=nagisa | Matthias Krüger | -3/+2 |
| 2025-08-31 | Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnr | Matthias Krüger | -9/+19 |
| 2025-08-31 | Rollup merge of #145174 - 197g:issue-145148-select-unpredictable-drop, r=joboet | Matthias Krüger | -2/+71 |
| 2025-08-31 | Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb | Matthias Krüger | -41/+31 |
| 2025-08-31 | Auto merge of #146039 - Mark-Simulacrum:fix-bolt-path, r=Kobzol | bors | -5/+15 |
| 2025-08-31 | fix | LorrensP-2158466 | -2/+2 |
| 2025-08-30 | rustdoc-search: improve concurrency at type search | Michael Howell | -9/+15 |