| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | Consolidate and rework CoercePointee and DispatchFromDyn errors | Michael Goulet | -97/+40 |
| 2025-02-24 | More eagerly bail in DispatchFromDyn validation | Michael Goulet | -25/+22 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -5/+1 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -1/+1 |
| 2025-02-24 | Better error message for unsized pointers | Michael Goulet | -1/+18 |
| 2025-02-24 | Properly support thin ptrs that are only thin due to their param-env in asm m... | Michael Goulet | -4/+2 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -14/+21 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -7/+8 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -5/+5 |
| 2025-02-24 | hir_analysis: skip self type of host effect preds | David Wood | -0/+4 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -14/+8 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -8/+4 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -114/+53 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -8/+4 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -0/+4 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -5/+4 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -5/+4 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -68/+29 |
| 2025-02-22 | Initial cleanups of InlineAsmCtxt | Michael Goulet | -57/+35 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -6/+6 |
| 2025-02-22 | Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk | Matthias Krüger | -21/+12 |
| 2025-02-22 | Rollup merge of #136458 - compiler-errors:fix-3, r=lcnr | Matthias Krüger | -28/+99 |
| 2025-02-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -28/+99 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -36/+30 |
| 2025-02-19 | Restrict bevy hack | Michael Goulet | -28/+26 |
| 2025-02-18 | Rollup merge of #137206 - estebank:e0599-structured, r=jieyouxu | Matthias Krüger | -9/+18 |
| 2025-02-18 | Rollup merge of #137000 - compiler-errors:deeply-normalize-item-bounds, r=lcnr | Matthias Krüger | -42/+22 |
| 2025-02-18 | Make E0599 a structured error | Esteban Küber | -9/+18 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -28/+25 |
| 2025-02-17 | Deeply normalize associated type bounds before proving them | Michael Goulet | -42/+22 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -205/+113 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -12/+12 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -41/+39 |
| 2025-02-15 | HIR analysis: Remove unnecessary abstraction over list of clauses | León Orell Valerian Liehr | -205/+113 |
| 2025-02-13 | Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obk | bors | -1/+1 |
| 2025-02-13 | Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhpratt | bors | -78/+80 |
| 2025-02-13 | Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c... | Jacob Pratt | -14/+28 |
| 2025-02-13 | Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnr | Jacob Pratt | -64/+52 |
| 2025-02-13 | Implement lint for definition site item shadowing too | Michael Goulet | -1/+72 |
| 2025-02-12 | Split out the `extern_system_varargs` feature | Jubilee Young | -14/+28 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -64/+52 |
| 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 #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -1/+1 |
| 2025-02-12 | Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez | bors | -30/+51 |
| 2025-02-12 | Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk | Guillaume Gomez | -8/+7 |
| 2025-02-12 | Rollup merge of #134981 - estebank:issue-93993, r=BoxyUwU | Guillaume Gomez | -22/+44 |
| 2025-02-12 | Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkin | bors | -3/+31 |
| 2025-02-12 | Rollup merge of #136891 - compiler-errors:unconstrained-anon-lt, r=lqd | Matthias Krüger | -21/+23 |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -8/+7 |