| Age | Commit message (Expand) | Author | Lines |
| 2025-08-02 | don't warn on explicit casts of never to any | Waffle Lapkin | -35/+17 |
| 2025-08-02 | refactor `unreachable/expr_cast.rs` test | Waffle Lapkin | -20/+21 |
| 2025-08-01 | Tweak rendering of cfg'd out item | Esteban Küber | -193/+98 |
| 2025-08-01 | remove recursive search for items | Esteban Küber | -12/+2 |
| 2025-08-01 | Detect more `cfg`d out items in resolution errors | Esteban Küber | -20/+228 |
| 2025-08-01 | Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnr | bors | -198/+154 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -354/+188 |
| 2025-08-01 | Multiple bounds checking elision failures | lucarlig | -0/+19 |
| 2025-08-01 | LLVM error with unsupported expression in static initializer for const pointe... | lucarlig | -0/+18 |
| 2025-08-01 | Auto merge of #144773 - RalfJung:rollup-uif2yyj, r=RalfJung | bors | -62/+140 |
| 2025-08-01 | Rollup merge of #144397 - Kivooeo:issue2, r=jieyouxu | Ralf Jung | -62/+140 |
| 2025-08-01 | Rollup merge of #144700 - aDotInTheVoid:macro-rules-for-macro-fools, r=Guilla... | Jacob Pratt | -0/+40 |
| 2025-08-01 | Rollup merge of #144691 - xizheyin:suggest-confuse, r=estebank | Jacob Pratt | -22/+178 |
| 2025-08-01 | Rollup merge of #143849 - lolbinarycat:rustdoc-priv-normalize-143222, r=Guill... | Jacob Pratt | -0/+28 |
| 2025-07-31 | aarch64: Make `outline-atomics` a known target feature | Trevor Gross | -0/+5 |
| 2025-08-01 | loop match: error on `#[const_continue]` outside `#[loop_match]` | Folkert de Vries | -6/+73 |
| 2025-07-31 | detect infinite recursion with tail calls in ctfe | Waffle Lapkin | -0/+27 |
| 2025-07-31 | Add lint against dangling pointers form local variables | Urgau | -0/+435 |
| 2025-07-31 | Remove the witness type from coroutine args | Michael Goulet | -60/+10 |
| 2025-07-31 | Stall coroutines based off of ty::Coroutine, not ty::CoroutineWitness | Michael Goulet | -144/+150 |
| 2025-07-31 | comments | Kivooeo | -62/+140 |
| 2025-07-31 | Rollup merge of #144733 - Muscraft:secondary-file-sigil, r=compiler-errors | Jana Dönszelmann | -1/+1 |
| 2025-07-31 | Rollup merge of #144711 - compiler-errors:op-span, r=petrochenkov | Jana Dönszelmann | -11/+11 |
| 2025-07-31 | add tests | lcnr | -0/+81 |
| 2025-07-31 | fix: Match width of ascii and unicode secondary file start | Scott Schafer | -1/+1 |
| 2025-07-31 | Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu | bors | -22/+147 |
| 2025-07-31 | Rollup merge of #136840 - Flakebi:linker-plugin-lto-fat, r=dianqk | Samuel Tardieu | -22/+147 |
| 2025-07-31 | Auto merge of #144723 - Zalathar:rollup-f9e0rfo, r=Zalathar | bors | -0/+93 |
| 2025-07-31 | Rollup merge of #144665 - scottmcm:restore-sroa-simd-check, r=compiler-errors | Stuart Cook | -0/+50 |
| 2025-07-31 | Rollup merge of #144657 - Muscraft:fix-unicode-close-window, r=fee1-dead | Stuart Cook | -0/+43 |
| 2025-07-31 | Fix linker-plugin-lto only doing thin lto | Flakebi | -22/+147 |
| 2025-07-31 | fix: Only "close the window" when its the last annotated file | Scott Schafer | -1/+1 |
| 2025-07-31 | Extend `is_case_difference` to handle digit-letter confusables | xizheyin | -22/+178 |
| 2025-07-31 | Rollup merge of #144663 - Zalathar:empty-span, r=petrochenkov | Stuart Cook | -47/+17 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -0/+35 |
| 2025-07-31 | Rollup merge of #143672 - beepster4096:box_drop_flags_again, r=oli-obk | Stuart Cook | -0/+523 |
| 2025-07-31 | Consider operator's span when computing binop expr span | Michael Goulet | -11/+11 |
| 2025-07-31 | Auto merge of #144405 - lcnr:hir-typeck-uniquify, r=BoxyUwU | bors | -12/+125 |
| 2025-07-30 | test: Check close window rendering | Scott Schafer | -0/+43 |
| 2025-07-30 | [test][AIX] ignore extern_weak linkage test | David Tenty | -0/+1 |
| 2025-07-30 | rustdoc-json: Move `#[macro_export]` from `Other` to it's own variant | Alona Enraght-Moony | -2/+2 |
| 2025-07-30 | rustdoc-json: Add test for `#[macro_use]` attribute | Alona Enraght-Moony | -0/+40 |
| 2025-07-30 | Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycat | Samuel Tardieu | -96/+135 |
| 2025-07-30 | Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov | Samuel Tardieu | -0/+23 |
| 2025-07-30 | handle region dependent goals due to infer vars | lcnr | -0/+52 |
| 2025-07-30 | Fix tests for big-endian | Eduard Stefes | -8/+10 |
| 2025-07-30 | Rollup merge of #144668 - daltenty:daltenty/runmake-llvm-components, r=jieyouxu | Stuart Cook | -0/+5 |
| 2025-07-30 | Rollup merge of #144666 - compiler-errors:correct-late, r=lqd | Stuart Cook | -0/+76 |
| 2025-07-30 | Rollup merge of #144411 - Kivooeo:remove-world, r=jieyouxu | Stuart Cook | -4/+0 |
| 2025-07-30 | Rollup merge of #144042 - dpaoliello:verifyllvmcomp, r=jieyouxu | Stuart Cook | -31/+29 |