| Age | Commit message (Expand) | Author | Lines |
| 2025-02-13 | Rollup merge of #136895 - maurer:fix-enum-discr, r=nikic | Jubilee | -1/+7 |
| 2025-02-13 | Rollup merge of #136869 - chenyukang:yukang-fix-133713-let-binding, r=estebank | Jubilee | -1/+22 |
| 2025-02-13 | [cg_llvm] Remove dead error message | Daniel Paoliello | -8/+0 |
| 2025-02-14 | eagerly prove WF when resolving fully qualified paths | lcnr | -25/+8 |
| 2025-02-13 | adjust derive_error | lcnr | -46/+108 |
| 2025-02-13 | rework pointee handling for the new rigid alias approach | lcnr | -67/+79 |
| 2025-02-13 | normalizes-to rework rigid alias handling | lcnr | -99/+77 |
| 2025-02-13 | Make `-O` mean `-C opt-level=3` | clubby789 | -29/+34 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -124/+152 |
| 2025-02-13 | Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt | bors | -622/+1007 |
| 2025-02-13 | Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c... | Jacob Pratt | -17/+32 |
| 2025-02-13 | Rollup merge of #136888 - compiler-errors:never-read, r=Nadrieril | Jacob Pratt | -47/+66 |
| 2025-02-13 | Rollup merge of #136881 - dpaoliello:cleanllvm3, r=Zalathar | Jacob Pratt | -421/+479 |
| 2025-02-13 | Rollup merge of #136858 - safinaskar:parallel-cleanup-2025-02-11-07-54, r=Spa... | Jacob Pratt | -67/+17 |
| 2025-02-13 | Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnr | Jacob Pratt | -66/+334 |
| 2025-02-13 | Rollup merge of #136559 - compiler-errors:resolve-regions-for-type-test-failu... | Jacob Pratt | -2/+5 |
| 2025-02-13 | Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki... | Jacob Pratt | -2/+74 |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -9/+26 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -6/+124 |
| 2025-02-13 | Rework collapse method to work correctly with more complex supertrait graphs | Michael Goulet | -21/+46 |
| 2025-02-13 | Implement shadowing lint | Michael Goulet | -12/+155 |
| 2025-02-13 | Implement RFC 3624 supertrait_item_shadowing | Michael Goulet | -4/+63 |
| 2025-02-12 | Split out the `extern_system_varargs` feature | Jubilee Young | -17/+32 |
| 2025-02-13 | Use BikeshedGuaranteedNotDrop in unsafe binder type WF too | Michael Goulet | -2/+5 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -65/+330 |
| 2025-02-13 | coverage: Eliminate more counters by giving them to unreachable nodes | Zalathar | -11/+16 |
| 2025-02-13 | Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhpratt | bors | -82/+69 |
| 2025-02-13 | cg_llvm: Reduce visibility of all functions in the llvm module | Daniel Paoliello | -420/+479 |
| 2025-02-13 | Remove `LLVMGetModuleContext` | Zalathar | -1/+0 |
| 2025-02-13 | Improved named region errors | Michael Goulet | -2/+5 |
| 2025-02-12 | Rollup merge of #136945 - samueltardieu:push-rsqlyknnvyqm, r=fmease | Jacob Pratt | -0/+1 |
| 2025-02-12 | Rollup merge of #136807 - workingjubilee:merge-gpus-to-get-the-arcradeongefor... | Jacob Pratt | -13/+4 |
| 2025-02-12 | Rollup merge of #136806 - adwinwhite:cycle-in-pretty-print-rpitit, r=compiler... | Jacob Pratt | -43/+45 |
| 2025-02-12 | Rollup merge of #136217 - taiki-e:csky-asm-flags, r=Amanieu | Jacob Pratt | -1/+3 |
| 2025-02-12 | Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2025-02-12 | Rollup merge of #135025 - Flakebi:alloca-addrspace, r=nikic | Jacob Pratt | -2/+4 |
| 2025-02-12 | Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk | Jacob Pratt | -21/+10 |
| 2025-02-12 | Use the right binder for rebinding PolyTraitRef | Michael Goulet | -2/+2 |
| 2025-02-13 | simplify valtree branches construction | Lukas Markeffsky | -15/+12 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -111/+142 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -48/+48 |
| 2025-02-12 | Export kernel descriptor for amdgpu kernels | Flakebi | -32/+61 |
| 2025-02-12 | Add diagnostic item for `std::io::BufRead` | Samuel Tardieu | -0/+1 |
| 2025-02-12 | Rollup merge of #136907 - workingjubilee:middle-errors-cleanup, r=compiler-er... | Guillaume Gomez | -21/+10 |
| 2025-02-12 | Rollup merge of #136901 - workingjubilee:stabilize-externabi-hashing-forever,... | Guillaume Gomez | -170/+158 |
| 2025-02-12 | Rollup merge of #136838 - compiler-errors:escaping-unsize, r=fmease | Guillaume Gomez | -2/+3 |
| 2025-02-12 | debuginfo: Set bitwidth appropriately in enum variant tags | Matthew Maurer | -1/+7 |
| 2025-02-12 | Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez | bors | -50/+70 |
| 2025-02-12 | Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk | Guillaume Gomez | -25/+18 |
| 2025-02-12 | Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJung | Guillaume Gomez | -2/+2 |