| Age | Commit message (Expand) | Author | Lines |
| 2025-07-21 | Dont ICE on copy error being suppressed due to overflow | Michael Goulet | -4/+5 |
| 2025-07-21 | Don't ICE on non-TypeId metadata within TypeId | Oli Scherer | -1/+1 |
| 2025-07-21 | Auto merge of #144238 - jhpratt:rollup-xb8aida, r=jhpratt | bors | -25/+6 |
| 2025-07-21 | Remove Retag for Unique | bjorn3 | -2/+0 |
| 2025-07-21 | Remove each_linked_rlib_for_lto from CodegenContext | bjorn3 | -23/+63 |
| 2025-07-21 | Move exported_symbols_for_lto out of CodegenContext | bjorn3 | -17/+39 |
| 2025-07-21 | Merge exported_symbols computation into exported_symbols_for_lto | bjorn3 | -90/+69 |
| 2025-07-21 | Move LTO symbol export calculation from backends to cg_ssa | bjorn3 | -191/+132 |
| 2025-07-21 | Remove worker id | bjorn3 | -56/+19 |
| 2025-07-21 | Merge modules and cached_modules for fat LTO | bjorn3 | -33/+14 |
| 2025-07-20 | Rollup merge of #144216 - Nadrieril:revert-pin-hack, r=compiler-errors | Jacob Pratt | -21/+2 |
| 2025-07-20 | Rollup merge of #144162 - beepster4096:drop_elaborator_debug_impls, r=compile... | Jacob Pratt | -4/+4 |
| 2025-07-21 | Auto merge of #143833 - scottmcm:final-mcp-838, r=compiler-errors | bors | -23/+30 |
| 2025-07-20 | Also bail out if predicates contain errors. | Camille GILLOT | -2/+2 |
| 2025-07-20 | Consider parent predicates in ImpossiblePredicates pass. | Camille GILLOT | -7/+19 |
| 2025-07-20 | fix handling of base address for TypeId allocations | Ralf Jung | -16/+18 |
| 2025-07-20 | Consider param-env for fast path | Michael Goulet | -20/+30 |
| 2025-07-20 | Ban projecting into SIMD types [MCP838] | Scott McMurray | -14/+14 |
| 2025-07-20 | Update cranelift tests | Scott McMurray | -9/+16 |
| 2025-07-20 | Silence a warning | Nadrieril | -3/+3 |
| 2025-07-20 | List all the variants of non-exhaustive enums in exhaustive mode | Nadrieril | -6/+46 |
| 2025-07-20 | pattern_analysis: add option to get a full set of witnesses | Nadrieril | -16/+116 |
| 2025-07-20 | Don't consider unstable fields always-inhabited | Nadrieril | -21/+2 |
| 2025-07-20 | Rollup merge of #144190 - scottmcm:spanned-errors-in-mir-validation, r=RalfJung | Guillaume Gomez | -8/+10 |
| 2025-07-20 | Rollup merge of #144143 - Gelbpunkt:target-features-crt-static, r=RalfJung | Guillaume Gomez | -2/+2 |
| 2025-07-20 | Rollup merge of #143720 - scottmcm:rvalue-always-operand, r=lcnr | Guillaume Gomez | -4/+12 |
| 2025-07-20 | Lower extra lifetimes before normal generic params. | Camille GILLOT | -11/+18 |
| 2025-07-20 | Unquerify maybe_unused_trait_imports. | Camille GILLOT | -6/+1 |
| 2025-07-20 | Reject relaxed bounds inside associated type bounds | León Orell Valerian Liehr | -9/+11 |
| 2025-07-20 | Remove the ptr_unique lang item | bjorn3 | -4/+0 |
| 2025-07-20 | Rollup merge of #144169 - RalfJung:type-id-fix, r=oli-obk | Matthias Krüger | -6/+4 |
| 2025-07-20 | Rollup merge of #144148 - compiler-errors:async-print-hack, r=lqd | Matthias Krüger | -25/+1 |
| 2025-07-20 | Rollup merge of #144142 - compiler-errors:itib, r=fmease | Matthias Krüger | -0/+8 |
| 2025-07-20 | Rollup merge of #144116 - nikic:llvm-21-fixes, r=dianqk | Matthias Krüger | -2/+17 |
| 2025-07-20 | Rollup merge of #141260 - LuigiPiucco:volatile-null, r=RalfJung | Matthias Krüger | -3/+1 |
| 2025-07-19 | Allow `Rvalue::Repeat` to return true in `rvalue_creates_operand` too | Scott McMurray | -4/+12 |
| 2025-07-19 | Give a message with a span on validation error | Scott McMurray | -8/+10 |
| 2025-07-19 | Auto merge of #144172 - lqd:revert-144013, r=petrochenkov | bors | -58/+45 |
| 2025-07-19 | Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgr | bors | -35/+66 |
| 2025-07-19 | Revert "resolve: Make disambiguators for underscore bindings module-local" | Rémy Rakic | -58/+45 |
| 2025-07-19 | interpret: fix TypeId pointers being considered data pointers | Ralf Jung | -6/+4 |
| 2025-07-19 | Auto merge of #143784 - scottmcm:enums-again-new-ex2, r=dianqk | bors | -30/+130 |
| 2025-07-19 | Rollup merge of #144115 - lcnr:auto-trait-comment, r=compiler-errors | Matthias Krüger | -4/+2 |
| 2025-07-19 | Rollup merge of #144103 - xizheyin:emit-unless, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2025-07-19 | Rollup merge of #144098 - cjgillot:lint-rpitit, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2025-07-19 | Rollup merge of #143704 - compiler-errors:cycle-exotic, r=cjgillot | Matthias Krüger | -16/+28 |
| 2025-07-19 | Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4 | Matthias Krüger | -0/+13 |
| 2025-07-19 | Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgr | bors | -501/+502 |
| 2025-07-18 | debug impls for drop elaborators | beepster4096 | -4/+4 |
| 2025-07-18 | gpu host code generation | Manuel Drehwald | -7/+464 |