| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr" | Michael Goulet | -9/+62 |
| 2025-02-14 | Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubilee | bors | -2/+2 |
| 2025-02-13 | Rollup merge of #136951 - compiler-errors:clause-binder, r=lqd | Jubilee | -2/+2 |
| 2025-02-13 | adjust derive_error | lcnr | -26/+108 |
| 2025-02-13 | normalizes-to rework rigid alias handling | lcnr | -4/+1 |
| 2025-02-13 | Use BikeshedGuaranteedNotDrop in unsafe binder type WF too | Michael Goulet | -1/+4 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -1/+143 |
| 2025-02-12 | Use the right binder for rebinding PolyTraitRef | Michael Goulet | -2/+2 |
| 2025-02-12 | Rollup merge of #136838 - compiler-errors:escaping-unsize, r=fmease | Guillaume Gomez | -2/+3 |
| 2025-02-12 | Auto merge of #136905 - matthiaskrgr:rollup-8zwcgta, r=matthiaskrgr | bors | -10/+77 |
| 2025-02-12 | Rollup merge of #135965 - estebank:shorten-ty-sugg, r=lcnr | Matthias Krüger | -10/+77 |
| 2025-02-11 | Make DeeplyNormalize a real type op | Michael Goulet | -3/+55 |
| 2025-02-11 | Rollup merge of #136584 - oli-obk:pattern-types-generic, r=BoxyUwU | Matthias Krüger | -2/+42 |
| 2025-02-10 | Check whole Unsize predicate for escaping bound vars | Michael Goulet | -2/+3 |
| 2025-02-08 | Rustfmt | bjorn3 | -162/+206 |
| 2025-02-06 | stabilize `feature(trait_upcasting)` | Waffle Lapkin | -62/+1 |
| 2025-02-06 | Rollup merge of #136311 - compiler-errors:vtable-fixes-2, r=lcnr | Matthias Krüger | -5/+21 |
| 2025-02-06 | Prevent generic pattern types from being used in libstd | Oli Scherer | -2/+42 |
| 2025-02-05 | Pass spans around new solver | Michael Goulet | -12/+22 |
| 2025-02-05 | Remove span from delegate | Michael Goulet | -2/+0 |
| 2025-02-04 | Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnr | Matthias Krüger | -105/+2 |
| 2025-02-04 | Remove unnecessary layout assertions for object-safe receivers | Michael Goulet | -105/+2 |
| 2025-02-03 | Simplify recursive logic | Esteban Küber | -42/+49 |
| 2025-02-03 | In "specify type" suggestion, skip type params that are already known | Esteban Küber | -12/+72 |
| 2025-02-03 | Make error message less awkward | Michael Goulet | -1/+1 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -61/+8 |
| 2025-02-02 | Rollup merge of #136414 - estebank:expected-return-type, r=oli-obk | Matthias Krüger | -3/+1 |
| 2025-02-02 | Rollup merge of #136415 - estebank:highlight-clarification, r=compiler-errors | Matthias Krüger | -18/+28 |
| 2025-02-02 | Rollup merge of #136412 - estebank:fn-ptr-cast-suggestion, r=jieyouxu | Matthias Krüger | -13/+8 |
| 2025-02-02 | Rollup merge of #136328 - estebank:long-ty-path, r=jieyouxu,lqd | Matthias Krüger | -571/+90 |
| 2025-02-02 | Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obk | Matthias Krüger | -6/+8 |
| 2025-02-02 | Highlight clarifying information in "expected/found" error | Esteban Küber | -18/+28 |
| 2025-02-02 | Shorten error message for callable with wrong return type | Esteban Küber | -3/+1 |
| 2025-02-02 | Tweak fn pointer suggestion span | Esteban Küber | -13/+8 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -2/+19 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -6/+8 |
| 2025-02-01 | Rollup merge of #135900 - compiler-errors:derive-wf, r=lcnr | Matthias Krüger | -542/+595 |
| 2025-01-31 | Rework "long type names" printing logic | Esteban Küber | -571/+90 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -6/+5 |
| 2025-01-31 | Ensure that we never try to monomorphize the upcasting of impossible dyn types | Michael Goulet | -5/+21 |
| 2025-01-31 | Manually walk into WF obligations in BestObligation proof tree visitor | Michael Goulet | -62/+105 |
| 2025-01-31 | Move fulfillment error derivation into new module | Michael Goulet | -496/+506 |
| 2025-01-31 | Enforce unsafe binders must be Copy (for now) | Michael Goulet | -2/+19 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -6/+5 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -24/+90 |
| 2025-01-31 | Rollup merge of #132156 - estebank:closure-return, r=Nadrieril,compiler-errors | Jacob Pratt | -24/+90 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -122/+64 |
| 2025-01-30 | review comment: change `span` argument | Esteban Küber | -4/+9 |
| 2025-01-30 | Remove `unwrap()`s | Esteban Küber | -3/+6 |
| 2025-01-30 | Add closure labels | Esteban Küber | -2/+2 |