| Age | Commit message (Expand) | Author | Lines |
| 2025-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -3/+3 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -51/+35 |
| 2025-06-02 | Rollup merge of #141874 - usamoi:eps, r=tgross35 | Jakub Beránek | -0/+2 |
| 2025-06-02 | Rollup merge of #141865 - Nadrieril:dont-steal-thir, r=oli-obk | Jakub Beránek | -4/+18 |
| 2025-06-02 | Rollup merge of #141892 - chenyukang:yukang-fix-141785-extern-crate, r=petroc... | Yukang | -0/+10 |
| 2025-06-02 | Rollup merge of #141884 - bvanjoi:issue-140255, r=petrochenkov | Yukang | -1/+3 |
| 2025-06-02 | Separately check equality of the scalar types and compound types in the order... | Ell | -58/+195 |
| 2025-06-02 | Fix false positive lint error from no_implicit_prelude attr | yukang | -0/+10 |
| 2025-06-02 | fix bug where borrowck tries to describe a name from a macro in another crate | Jana Dönszelmann | -8/+16 |
| 2025-06-02 | allow macro_use as first segment | bohan | -1/+3 |
| 2025-06-02 | Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey... | bors | -5/+40 |
| 2025-06-02 | Auto merge of #141773 - oli-obk:coro-borrow-parallel-loop, r=compiler-errors | bors | -4/+0 |
| 2025-06-02 | Suppress redundant error | Michael Goulet | -2/+5 |
| 2025-06-02 | Don't declare variables in ExprKind::Let in invalid positions | Michael Goulet | -1/+18 |
| 2025-06-02 | Auto merge of #141760 - bjorn3:intrinsic_rework_part2, r=fee1-dead | bors | -163/+127 |
| 2025-06-02 | add f16_epsilon and f128_epsilon | usamoi | -0/+2 |
| 2025-06-02 | Factor out repeated code into `is_mod_inherent`. | Nicholas Nethercote | -9/+8 |
| 2025-06-01 | Rollup merge of #141834 - Timmmm:user/timh/wasi, r=Noratrieb | Guillaume Gomez | -0/+5 |
| 2025-06-01 | Rollup merge of #141823 - amandasystems:reverse_scc_graph_once_cell, r=jieyouxu | Guillaume Gomez | -18/+11 |
| 2025-06-01 | Rollup merge of #141666 - lolbinarycat:rustdoc-source_span_for_markdown_range... | Guillaume Gomez | -2/+72 |
| 2025-06-01 | Rollup merge of #141622 - folkertdev:powerpc-va_arg, r=workingjubilee | Guillaume Gomez | -3/+182 |
| 2025-06-01 | Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmann | Guillaume Gomez | -35/+120 |
| 2025-06-01 | Optionally don't steal the THIR | Nadrieril | -4/+18 |
| 2025-06-01 | Auto merge of #141731 - compiler-errors:tweak-fast-path-trait, r=lcnr | bors | -34/+54 |
| 2025-06-01 | Async drop - type instead of async drop fn and incorrect drop signature don't... | Andrew Zhogin | -2/+14 |
| 2025-06-01 | Add unimplemented `current_dll_path()` for WASI | Tim Hutt | -0/+5 |
| 2025-06-01 | Auto merge of #141730 - osiewicz:collect-crate-deps-postorder-use-indexset, r... | bors | -10/+13 |
| 2025-06-01 | Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwU | bors | -2/+8 |
| 2025-06-01 | Add `visit_id` to ast `Visitor` | Deadbeef | -327/+232 |
| 2025-06-01 | Auto merge of #141842 - jhpratt:rollup-r7ldrl2, r=jhpratt | bors | -1/+138 |
| 2025-06-01 | implement `va_arg` for `powerpc` | Folkert de Vries | -11/+145 |
| 2025-06-01 | Rollup merge of #141812 - JonathanBrouwer:fix-else-if-help, r=jdonszelmann | Jacob Pratt | -0/+25 |
| 2025-06-01 | Rollup merge of #141521 - ruancomelli:const-float-rounding, r=RalfJung | Jacob Pratt | -0/+113 |
| 2025-06-01 | Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt | Jacob Pratt | -1/+0 |
| 2025-05-31 | Auto merge of #139118 - scottmcm:slice-get-unchecked-intrinsic, r=workingjubilee | bors | -0/+48 |
| 2025-05-31 | source_span_for_markdown_range: fix utf8 violation | binarycat | -2/+72 |
| 2025-05-31 | compiler: add CanonAbi | Jubilee Young | -7/+155 |
| 2025-05-31 | Add const support for float rounding methods | Ruan Comelli | -0/+113 |
| 2025-05-31 | Rollup merge of #141815 - mati865:mingw-aarch64-frame-pointers, r=workingjubilee | Matthias Krüger | -1/+7 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -162/+160 |
| 2025-05-31 | Rollup merge of #140787 - xizheyin:issue-140491, r=nnethercote | Matthias Krüger | -0/+10 |
| 2025-05-31 | Fix consider borrowing for else-if | Jonathan Brouwer | -0/+25 |
| 2025-05-31 | Drive-by refactor: use `OnceCell` for the reverse region SCC graph | Amanda Stjerna | -18/+11 |
| 2025-05-31 | Warn when gold was used as the linker | Noratrieb | -1/+58 |
| 2025-05-31 | rustc_llvm: add Windows system libs only when cross-compiling from Windows | Mateusz Mikuła | -2/+2 |
| 2025-05-31 | Enable non-leaf Frame Pointers for mingw-w64 Arm64 Windows | Mateusz Mikuła | -1/+7 |
| 2025-05-31 | Auto merge of #141667 - lqd:lazy-maybe-init, r=matthewjasper | bors | -41/+60 |
| 2025-05-31 | Note ref expr being cast when encounter NonScalar cast error | xizheyin | -0/+10 |
| 2025-05-30 | Rollup merge of #141781 - matthewjasper:unused-unsafe-lifetimes, r=compiler-e... | Jubilee | -2/+1 |
| 2025-05-30 | Rollup merge of #141494 - dianqk:match-br-non-int, r=wesleywiser | Jubilee | -2/+4 |