| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Auto merge of #146038 - notriddle:polarity, r=GuillaumeGomez | bors | -72/+267 |
| 2025-08-31 | Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrum | bors | -5/+26 |
| 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-30 | rustdoc-search: improve concurrency at type search | Michael Howell | -9/+15 |
| 2025-08-31 | Auto merge of #145582 - estebank:issue-107806, r=chenyukang | bors | -0/+160 |
| 2025-08-30 | Auto merge of #146043 - tgross35:rollup-hdumq5v, r=tgross35 | bors | -32/+117 |
| 2025-08-30 | Rollup merge of #146036 - Mark-Simulacrum:rust-1, r=Kobzol | Trevor Gross | -1/+5 |
| 2025-08-30 | Rollup merge of #146035 - GuillaumeGomez:update-browser-ui-test, r=GuillaumeG... | Trevor Gross | -3/+3 |
| 2025-08-30 | Rollup merge of #146030 - ChrisDenton:wait-timeout, r=tgross35 | Trevor Gross | -6/+18 |
| 2025-08-30 | Rollup merge of #144964 - 0xdeafbeef:fix-open-options, r=ibraheemdev | Trevor Gross | -22/+91 |
| 2025-08-30 | Use absolute path to llvm-bolt, merge-fdata rather than PATH | Mark Rousskov | -5/+15 |
| 2025-08-30 | rustdoc-search: split function inverted index by input/output | Michael Howell | -67/+256 |
| 2025-08-30 | review comment: move `Visitor` | Esteban Küber | -27/+29 |
| 2025-08-30 | Fix spurious test timeout | Chris Denton | -6/+18 |
| 2025-08-30 | Auto merge of #146029 - JonathanBrouwer:incorrect-fixme, r=jdonszelmann | bors | -1/+1 |
| 2025-08-30 | Use move_file for rename in tracing | Mark Rousskov | -1/+5 |
| 2025-08-30 | Update `browser-ui-test` version to `0.21.3` | Guillaume Gomez | -3/+3 |
| 2025-08-30 | Auto merge of #145479 - Kmeakin:km/hardcode-char-is-control, r=joboet | bors | -28/+5 |
| 2025-08-30 | std: clarify `OpenOptions` error for create without write access | Vladimir Petrzhikovskii | -22/+91 |
| 2025-08-30 | Remove incorrect FIXME | Jonathan Brouwer | -1/+1 |
| 2025-08-30 | Auto merge of #146026 - Zalathar:rollup-urbmv0t, r=Zalathar | bors | -278/+844 |
| 2025-08-30 | Switch select_unpredictable guard to raw pointer | Aurelia Molzer | -8/+11 |
| 2025-08-30 | Simplify select_unpredictable guard selection | Aurelia Molzer | -6/+6 |
| 2025-08-30 | Clarify panic-drop test for select_unpredictable | Aurelia Molzer | -4/+3 |
| 2025-08-30 | Rollup merge of #145969 - actuallylost:duration-from-nanos-128, r=tgross35 | Stuart Cook | -0/+56 |
| 2025-08-30 | Rollup merge of #145776 - ChaiTRex:ilog_specialization, r=joboet | Stuart Cook | -0/+14 |
| 2025-08-30 | Rollup merge of #145465 - Kivooeo:stabilize-array_repeat, r=joboet | Stuart Cook | -5/+1 |
| 2025-08-30 | Rollup merge of #144651 - connortsui20:nonpoison_condvar, r=joboet | Stuart Cook | -271/+771 |
| 2025-08-30 | Rollup merge of #143462 - Rudxain:read_to_string_usize, r=joboet | Stuart Cook | -2/+2 |
| 2025-08-30 | Add `#[must_use] and update `cloned` documentation | Connor Tsui | -2/+6 |
| 2025-08-30 | add feature gate in doc test | Connor Tsui | -0/+2 |
| 2025-08-30 | add `Bound::copied` | Connor Tsui | -0/+22 |
| 2025-08-30 | Auto merge of #123319 - no92:managarm-target, r=davidtwco | bors | -7/+169 |
| 2025-08-30 | Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrum | bors | -24/+42 |
| 2025-08-29 | Optimize `.ilog({2,10})` to `.ilog{2,10}()` | Chai T. Rex | -0/+14 |