| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-02 | Use ObligationCtxt in fully_normalize | Michael Goulet | -18/+9 |
| 2022-11-02 | Use codegen_select in vtable_trait_upcasting_coercion_new_vptr_slot | Michael Goulet | -18/+6 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -10/+49 |
| 2022-11-01 | Remap RPITIT substs properly | Michael Goulet | -0/+7 |
| 2022-11-01 | Check for substs compatibility for RPITITs | Michael Goulet | -3/+15 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+1 |
| 2022-10-31 | Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-10-30 | Rollup merge of #103726 - TaKO8Ki:avoid-&str-to-string-conversions, r=compile... | Matthias Krüger | -6/+6 |
| 2022-10-29 | Use LanguageItems::require less | Cameron Steffen | -1/+1 |
| 2022-10-29 | Improve LanguageItems api | Cameron Steffen | -2/+2 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -3/+5 |
| 2022-10-29 | avoid unnecessary `&str` to `String` conversions | Takayuki Maeda | -6/+6 |
| 2022-10-27 | remove _types from ocx method names | Michael Goulet | -2/+2 |
| 2022-10-27 | Address some more nits | Michael Goulet | -3/+20 |
| 2022-10-27 | (almost) Always use ObligationCtxt when dealing with canonical queries | Michael Goulet | -7/+29 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -1/+1 |
| 2022-10-25 | Move a wf-check into the site where the value is instantiated | Oli Scherer | -26/+0 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -11/+11 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -11/+11 |
| 2022-10-23 | Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obk | Matthias Krüger | -2/+19 |
| 2022-10-23 | Rollup merge of #103328 - compiler-errors:trivial-false-const-sugg, r=jackh726 | Matthias Krüger | -5/+7 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -53/+28 |
| 2022-10-21 | Delay ambiguity span bug in normalize query iff not rustdoc | Michael Goulet | -2/+19 |
| 2022-10-21 | fix some typos | Rageking8 | -1/+1 |
| 2022-10-20 | Do not suggest trivially false const predicates | Michael Goulet | -5/+7 |
| 2022-10-19 | Don't call `own_existential_vtable_entries` on unresolved trait ref | Michael Goulet | -17/+6 |
| 2022-10-19 | stop folding `UnevaluatedConst` | lcnr | -14/+4 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -2/+2 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -46/+123 |
| 2022-10-19 | Standardize arg suggestions between typeck and trait selection | Michael Goulet | -50/+56 |