| Age | Commit message (Expand) | Author | Lines |
| 2025-01-07 | Rollup merge of #135189 - Urgau:triagebot-html-ignored, r=lqd | Guillaume Gomez | -1/+1 |
| 2025-01-07 | Rollup merge of #135187 - onur-ozkan:release-fix, r=pietroalbini | Guillaume Gomez | -1/+12 |
| 2025-01-07 | Rollup merge of #135182 - scottmcm:box-deref-via-transmute, r=oli-obk | Guillaume Gomez | -28/+29 |
| 2025-01-07 | Rollup merge of #135177 - maurer:rename-module, r=nikic | Guillaume Gomez | -17/+5 |
| 2025-01-07 | Rollup merge of #135174 - xingxue-ibm:reproducible-build-aix, r=jieyouxu | Guillaume Gomez | -3/+44 |
| 2025-01-07 | Rollup merge of #135081 - mrkajetanp:jemalloc-64k, r=Kobzol | Guillaume Gomez | -0/+9 |
| 2025-01-07 | Auto merge of #135173 - pietroalbini:pa-fix-rvp, r=workingjubilee | bors | -7/+7 |
| 2025-01-07 | Remove workaround from pull request template | Urgau | -1/+1 |
| 2025-01-07 | apply a workaround fix for the release blocker issue | onur-ozkan | -1/+12 |
| 2025-01-06 | bootstrap: Build jemalloc for AArch64 with support for 64K pages | Kajetan Puchalski | -0/+9 |
| 2025-01-07 | Auto merge of #135183 - jhpratt:rollup-qwg4pm0, r=jhpratt | bors | -123/+812 |
| 2025-01-06 | Rollup merge of #135170 - celinval:chores-vacation-end, r=jieyouxu | Jacob Pratt | -2/+1 |
| 2025-01-06 | Rollup merge of #135139 - c410-f3r:8-years-rfc, r=jhpratt | Jacob Pratt | -31/+11 |
| 2025-01-06 | Rollup merge of #135126 - klensy:deprecated-and-do-nothing, r=jieyouxu | Jacob Pratt | -34/+78 |
| 2025-01-06 | Rollup merge of #135116 - camelid:sidebar-case, r=fmease | Jacob Pratt | -3/+3 |
| 2025-01-06 | Rollup merge of #135090 - compiler-errors:invalid-tuple-ctor-projection, r=lq... | Jacob Pratt | -1/+83 |
| 2025-01-06 | Rollup merge of #134744 - compiler-errors:transmute-non-wf, r=lcnr | Jacob Pratt | -1/+105 |
| 2025-01-06 | Rollup merge of #134568 - BoxyUwU:relnotes_1_84, r=pietroalbini | Jacob Pratt | -0/+116 |
| 2025-01-06 | Rollup merge of #132345 - compiler-errors:fx-diag, r=lcnr | Jacob Pratt | -41/+284 |
| 2025-01-06 | Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee | Jacob Pratt | -10/+131 |
| 2025-01-06 | Transmute from NonNull to pointer when elaborating a box deref (MCP807) | Scott McMurray | -28/+29 |
| 2025-01-07 | llvm: Ignore error value that is always false | Matthew Maurer | -17/+5 |
| 2025-01-06 | Auto merge of #135172 - matthiaskrgr:rollup-8fe3fxi, r=matthiaskrgr | bors | -163/+269 |
| 2025-01-06 | rustdoc: Fix mismatched capitalization in sidebar | Noah Lev | -3/+3 |
| 2025-01-06 | Replace the random substring of a linker argument with a placeholder and null... | Xing Xue | -3/+44 |
| 2025-01-06 | avoid replacing the definition of CURRENT_RUSTC_VERSION | Pietro Albini | -7/+7 |
| 2025-01-06 | Rollup merge of #135157 - bjorn3:fix_rustdoc_error_abort, r=jieyouxu,Guillaum... | Matthias Krüger | -4/+4 |
| 2025-01-06 | Rollup merge of #135153 - crystalstall:master, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2025-01-06 | Rollup merge of #135146 - Zalathar:anyhow-backtrace, r=jieyouxu | Matthias Krüger | -4/+1 |
| 2025-01-06 | Rollup merge of #135097 - Zalathar:coverage-test-step, r=Kobzol | Matthias Krüger | -120/+101 |
| 2025-01-06 | Rollup merge of #134951 - compiler-errors:double-trait-err-msg, r=davidtwco | Matthias Krüger | -19/+101 |
| 2025-01-06 | Rollup merge of #134771 - compiler-errors:const-arg-has-type-err, r=lcnr | Matthias Krüger | -3/+40 |
| 2025-01-06 | Rollup merge of #134742 - compiler-errors:post-borrowck-analysis, r=lcnr | Matthias Krüger | -8/+17 |
| 2025-01-06 | Update triagebot.toml: celinval vacation is over | Celina G. Val | -2/+1 |
| 2025-01-06 | Suggest to replace tuple constructor through projection | Michael Goulet | -1/+83 |
| 2025-01-06 | Recurse on GAT where clauses in fulfillment error proof tree visitor | Michael Goulet | -25/+29 |
| 2025-01-06 | Don't ice on bad transmute in typeck in new solver | Michael Goulet | -1/+105 |
| 2025-01-06 | Add derived causes for host effect predicates | Michael Goulet | -39/+278 |
| 2025-01-06 | last feedback items | Pietro Albini | -0/+2 |
| 2025-01-06 | add deprecated and do nothing flag to options table | klensy | -34/+78 |
| 2025-01-06 | Move the has_errors check in rustdoc back to after TyCtxt is created | bjorn3 | -4/+4 |
| 2025-01-06 | Auto merge of #135112 - tgross35:combine-select-unpredictable-test, r=the8472 | bors | -36/+38 |
| 2025-01-06 | Consolidate coverage test suite steps into a single step | Zalathar | -120/+101 |
| 2025-01-06 | Add support for wasm exception handling to Emscripten target | Hood Chatham | -10/+131 |
| 2025-01-06 | Auto merge of #135151 - matthiaskrgr:rollup-2vy1hwl, r=matthiaskrgr | bors | -57/+108 |
| 2025-01-06 | chore: remove redundant words in comment | crystalstall | -5/+5 |
| 2025-01-06 | Rollup merge of #135150 - lcnr:unconstrained-lts-comment, r=oli-obk | Matthias Krüger | -15/+15 |
| 2025-01-06 | Rollup merge of #135147 - compiler-errors:borrowck-tweaks, r=chenyukang | Matthias Krüger | -37/+69 |
| 2025-01-06 | Rollup merge of #135145 - kpreid:unnameable, r=compiler-errors | Matthias Krüger | -4/+6 |
| 2025-01-06 | Rollup merge of #135132 - BoxyUwU:rdg_ping_group, r=jieyouxu | Matthias Krüger | -1/+5 |