| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-09 | Remove save_and_restore_in_snapshot_flag | Michael Goulet | -26/+24 |
| 2022-11-09 | Rollup merge of #104156 - oli-obk:autoderef, r=estebank | Manish Goregaokar | -8/+0 |
| 2022-11-09 | Make span_suggestions take IntoIterator | Michael Goulet | -1/+1 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -18/+24 |
| 2022-11-09 | Auto merge of #104180 - fee1-dead-contrib:fix-wf-fndef, r=oli-obk | bors | -1/+1 |
| 2022-11-09 | Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearth | bors | -3/+22 |
| 2022-11-09 | Use `nominal_obligations_without_const` in wf for FnDef | Deadbeef | -1/+1 |
| 2022-11-08 | Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wesleywiser | Manish Goregaokar | -3/+22 |
| 2022-11-09 | Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot | bors | -0/+1 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -18/+24 |
| 2022-11-08 | Remove an unused span | Oli Scherer | -10/+0 |
| 2022-11-08 | Remove overloaded_span argument from `new`, where it is usually redundant wit... | Oli Scherer | -3/+5 |
| 2022-11-08 | delay errors as bug | lcnr | -2/+2 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -43/+95 |
| 2022-11-08 | Auto merge of #104063 - compiler-errors:ct-norm-unless, r=jackh726 | bors | -1/+5 |
| 2022-11-08 | Rollup merge of #104094 - lcnr:on_unimplemented-move, r=wesleywiser | Dylan DPC | -409/+400 |