| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -11/+4 |
| 2022-11-07 | Add an optional Span to BrAnon and use it to print better error for HRTB erro... | Jack Huey | -0/+1 |
| 2022-11-07 | fully move `on_unimplemented` to error reporting | lcnr | -409/+400 |
| 2022-11-07 | Don't normalize constants unless they need normalization | Michael Goulet | -1/+5 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -7/+23 |
| 2022-11-06 | Auto merge of #103861 - compiler-errors:codegen-select-in-vtable-slot, r=nagisa | bors | -18/+6 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -11/+4 |
| 2022-11-06 | Auto merge of #103975 - oli-obk:tracing, r=jackh726 | bors | -40/+10 |
| 2022-11-05 | Bless chalk tests | Michael Goulet | -1/+2 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -6/+20 |
| 2022-11-05 | Enforce rust-check ABI in signatures, calls | Michael Goulet | -1/+2 |
| 2022-11-05 | Rollup merge of #103984 - V0ldek:103974-refactor-mk_const, r=BoxyUwU | Matthias Krüger | -12/+7 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -11/+11 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -12/+7 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -40/+10 |
| 2022-11-03 | Cleanups | Boxy | -0/+1 |
| 2022-11-02 | Rollup merge of #103862 - compiler-errors:ocx-in-fully-normalize, r=spastorino | Dylan DPC | -18/+9 |
| 2022-11-02 | Use TraitEngine less | Michael Goulet | -11/+11 |