| Age | Commit message (Expand) | Author | Lines |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -17/+28 |
| 2022-12-06 | normalize before matching on `ConstKind` | Boxy | -0/+12 |
| 2022-12-06 | Change CTFE backtraces to use `note` instead of `label` to preserve their order | Oli Scherer | -17/+28 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -6/+6 |
| 2022-12-06 | Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki | Matthias Krüger | -0/+42 |
| 2022-12-06 | Rollup merge of #105338 - estebank:other-impls, r=compiler-errors | Yuki Okushi | -6/+2 |
| 2022-12-05 | support `Expr` in `is_const_evaluatable` and `compute` | Boxy | -0/+42 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -6/+2 |
| 2022-12-03 | Skip recording resolution for duplicated generic params. | Camille GILLOT | -0/+15 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -1/+1 |
| 2022-11-25 | `super_relate_consts` do not spurriously fail on assoc consts | Boxy | -0/+20 |
| 2022-11-25 | fmt | Boxy | -1/+1 |
| 2022-11-25 | handle assoc consts in fulfill `ConstEquate` | Boxy | -151/+61 |
| 2022-11-25 | handle nested obligations in `satisfied_from_param_env` | Boxy | -8/+79 |
| 2022-11-25 | Add expand_abstract_const | kadmin | -21/+1 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -33/+175 |
| 2022-11-24 | Change how suggested lifetime args are computed. | Camille GILLOT | -1/+1 |
| 2022-11-22 | Add failing test for projections used as const generic | Guillaume Gomez | -0/+31 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -2/+2 |
| 2022-11-14 | Show a note where a macro failed to match | Nilstrieb | -0/+6 |
| 2022-11-11 | Visit opaque types during type collection too. | Camille GILLOT | -26/+5 |
| 2022-11-02 | Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr... | Matthias Krüger | -0/+33 |
| 2022-11-01 | fix(generic_const_exprs): Fix predicate inheritance for children of opaque types | Zhixing Zhang | -0/+33 |
| 2022-10-27 | Correct inconsistent error messages in tests | Byron Zhong | -1/+1 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -20/+24 |
| 2022-10-18 | Clean up query descriptions | nils | -2/+2 |
| 2022-10-18 | `const_evaluatable_unchecked` to const eval | lcnr | -20/+24 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -2/+2 |
| 2022-10-08 | Rollup merge of #102782 - Hosshii:issue-102124, r=Mark-Simulacrum | Michael Howell | -0/+20 |
| 2022-10-07 | Add regression test for #102124 | Hosshii | -0/+20 |
| 2022-10-07 | fix a ICE #102768 | Takayuki Maeda | -0/+47 |
| 2022-10-04 | Normalize substs before resolving instance in NoopMethodCall lint | Michael Goulet | -0/+23 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -16/+16 |
| 2022-09-26 | Auto merge of #102184 - chenyukang:fix-102087-add-binding-sugg, r=nagisa | bors | -0/+5 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+5 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -4/+4 |
| 2022-09-22 | Rollup merge of #102119 - steffahn:fix-pararmeter, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-09-22 | Bless test output changes | Frank Steffahn | -1/+1 |
| 2022-09-21 | Make error messages great again (and fix clippy and add test) | Deadbeef | -11/+6 |
| 2022-09-17 | bless tests again | Deadbeef | -6/+11 |
| 2022-09-16 | bless tests | Deadbeef | -1/+4 |
| 2022-09-10 | Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726 | Dylan DPC | -2/+2 |
| 2022-09-09 | review | lcnr | -10/+10 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -2/+2 |
| 2022-09-08 | update ui tests | lcnr | -10/+10 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -1/+1 |
| 2022-08-31 | Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate... | Matthias Krüger | -3/+10 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -42/+164 |
| 2022-08-28 | Support method calls | Hirochika Matsumoto | -3/+10 |