| Age | Commit message (Expand) | Author | Lines |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -20/+20 |
| 2022-10-04 | Merge the `~const` and `impl const` checks and add some explanatory notes | Oli Scherer | -2/+24 |
| 2022-10-04 | Only allow ~const bounds for traits with #[const_trait] | Oli Scherer | -0/+4 |
| 2022-10-03 | Rollup merge of #102613 - TaKO8Ki:fix-part-of-101739, r=compiler-errors | Matthias Krüger | -5/+8 |
| 2022-10-03 | check if const is ADT or not | Takayuki Maeda | -9/+8 |
| 2022-10-03 | return when obligation has references_error | Takayuki Maeda | -0/+4 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -93/+93 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -93/+93 |
| 2022-09-30 | Rollup merge of #102506 - TaKO8Ki:specify-dyn-kind, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-09-30 | Rollup merge of #102421 - lyming2007:issue-101866, r=lcnr | Matthias Krüger | -5/+14 |
| 2022-09-30 | specify `DynKind::Dyn` | Takayuki Maeda | -1/+1 |
| 2022-09-30 | Auto merge of #102304 - lcnr:coherence-cleanup, r=compiler-errors | bors | -33/+0 |
| 2022-09-29 | remove the unused :: between trait and type to give user correct diagnostic i... | Yiming Lei | -5/+14 |
| 2022-09-29 | Check generic argument compatibility when projecting assoc ty | Michael Goulet | -2/+40 |
| 2022-09-29 | only allow `ConstEquate` with `feature(gce)` | lcnr | -23/+26 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-28 | update fixme | lcnr | -5/+5 |
| 2022-09-28 | Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726 | Yuki Okushi | -1/+2 |
| 2022-09-28 | Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726 | Yuki Okushi | -12/+12 |
| 2022-09-27 | Use already resolved self_ty in confirm_fn_pointer_candidate | Michael Goulet | -1/+2 |
| 2022-09-27 | Tweak `FulfillProcessor`. | Nicholas Nethercote | -12/+12 |
| 2022-09-26 | remove outdated coherence hack | lcnr | -33/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+0 |
| 2022-09-25 | Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726 | Matthias Krüger | -1/+2 |
| 2022-09-24 | Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot | bors | -3/+5 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -3/+5 |
| 2022-09-24 | Rollup merge of #102204 - fee1-dead-contrib:manually-drop-trivially-drop, r=o... | Matthias Krüger | -0/+3 |
| 2022-09-23 | Make `ManuallyDrop` satisfy `~const Destruct` | Deadbeef | -0/+3 |
| 2022-09-23 | Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgr | bors | -19/+1 |
| 2022-09-23 | Rollup merge of #102137 - b-naber:lazy-const-val-conversion, r=lcnr | Matthias Krüger | -19/+1 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -8/+11 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -6/+6 |
| 2022-09-22 | Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPC | bors | -18/+21 |
| 2022-09-22 | Rollup merge of #102037 - jyn514:normalize-docs, r=lcnr | Dylan DPC | -18/+21 |
| 2022-09-22 | Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnr | bors | -2/+2 |
| 2022-09-22 | don't convert valtree to constvalue during normalization | b-naber | -19/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -5/+8 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -2/+3 |
| 2022-09-22 | Normalize opaques with escaping bound vars | Michael Goulet | -2/+2 |
| 2022-09-21 | FIX - adopt new Diagnostic naming in newly migrated modules | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -7/+7 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -9/+9 |
| 2022-09-21 | UPDATE - move SessionDiagnostic from rustc_session to rustc_errors | Jhonny Bill Mena | -2/+2 |
| 2022-09-21 | Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726 | bors | -1/+30 |
| 2022-09-20 | Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound... | bors | -13/+16 |
| 2022-09-19 | Make cycle errors recoverable | Joshua Nelson | -4/+18 |
| 2022-09-19 | Make `OUT` an associated type instead of a generic parameter | Joshua Nelson | -0/+1 |
| 2022-09-19 | slightly cleanup building SelectionContext | Joshua Nelson | -14/+2 |
| 2022-09-19 | improve infer var handling for implied bounds | lcnr | -1/+2 |
| 2022-09-19 | Auto merge of #101901 - lcnr:early-binder-type-foldable, r=compiler-errors | bors | -12/+8 |