| Age | Commit message (Expand) | Author | Lines |
| 2022-11-21 | negative_impl_exists should take an InferCtxt | Santiago Pastorino | -8/+7 |
| 2022-11-21 | negative_impl should take a TyCtxt | Santiago Pastorino | -8/+3 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -1/+1 |
| 2022-11-19 | revert-overflow | ouz-a | -16/+0 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -6/+15 |
| 2022-11-19 | Rollup merge of #104469 - estebank:long-types, r=oli-obk | Matthias Krüger | -11/+59 |
| 2022-11-19 | Auto merge of #103509 - compiler-errors:opaques-w-bound-vars-r-hard, r=oli-obk | bors | -2/+2 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -18/+19 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -7/+19 |
| 2022-11-19 | Probe + better error messsage for need_migrate_deref_output_trait_object | Michael Goulet | -32/+27 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -2/+2 |
| 2022-11-19 | Improve spans for RPITIT object-safety errors | Michael Goulet | -6/+15 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -0/+28 |
| 2022-11-18 | Only enforce ABI-mandated align, not preferred align is compatible | Michael Goulet | -1/+1 |
| 2022-11-18 | Check both align and size in PointerSized | Michael Goulet | -1/+2 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+27 |
| 2022-11-18 | Revert "Normalize opaques with escaping bound vars" | Michael Goulet | -2/+2 |
| 2022-11-18 | review comment | Esteban Küber | -8/+2 |
| 2022-11-18 | On E0275 do not print out the full type in the msg | Esteban Küber | -7/+41 |
| 2022-11-18 | On overflow errors, do not print out long types | Esteban Küber | -4/+24 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -1/+4 |
| 2022-11-18 | rename `is_tainted_by_errors` | Boxy | -11/+13 |
| 2022-11-18 | `InferCtxt::is_tainted_by_errors` returns `ErrorGuaranteed` | Boxy | -17/+13 |
| 2022-11-18 | Rollup merge of #103386 - compiler-errors:no-coerceunsized-to-dynstar, r=eholk | Matthias Krüger | -5/+9 |
| 2022-11-18 | Rm diagnostic item, use lang item | Deadbeef | -1/+1 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -130/+134 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -3/+2 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -1/+1 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -130/+134 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -24/+0 |
| 2022-11-15 | use `ocx` type relation routines | lcnr | -7/+19 |
| 2022-11-15 | Rollup merge of #104316 - cjgillot:simplify-async-suggestion, r=estebank | Matthias Krüger | -51/+42 |
| 2022-11-15 | Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgr | bors | -35/+8 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -81/+78 |
| 2022-11-13 | Remove dead NoneError error handling | mejrs | -35/+8 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -3/+2 |
| 2022-11-12 | Simplify suggestions for errors in generators. | Camille GILLOT | -51/+42 |
| 2022-11-12 | Rollup merge of #104206 - compiler-errors:ocx-more-2, r=lcnr | Dylan DPC | -26/+24 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -2/+2 |
| 2022-11-11 | Don't add message that will never be shown to users | Oli Scherer | -2/+2 |
| 2022-11-10 | Unbreak upcasting | Michael Goulet | -3/+7 |
| 2022-11-10 | Don't CoerceUnsized dyn* to dyn* | Michael Goulet | -2/+2 |
| 2022-11-10 | Don't allow implement CoerceUnsized into dyn-star | Michael Goulet | -1/+1 |
| 2022-11-10 | More nits | Michael Goulet | -4/+1 |
| 2022-11-10 | make `Sized` coinductive | lcnr | -1/+4 |
| 2022-11-10 | Rollup merge of #103863 - compiler-errors:fulfillcx-less, r=wesleywiser | Manish Goregaokar | -9/+10 |
| 2022-11-09 | Rollup merge of #102763 - compiler-errors:nits, r=cjgillot | Michael Goulet | -1/+1 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -81/+78 |
| 2022-11-10 | Use TraitEngine in more places, make FulfillmentCtxt constructor more private | Michael Goulet | -9/+10 |