| Age | Commit message (Expand) | Author | Lines |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -12/+18 |
| 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 | -12/+18 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -4/+4 |
| 2022-12-05 | support `Expr` in `is_const_evaluatable` and `compute` | Boxy | -0/+42 |
| 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 | handle assoc consts in fulfill `ConstEquate` | Boxy | -0/+27 |
| 2022-11-25 | handle nested obligations in `satisfied_from_param_env` | Boxy | -0/+43 |
| 2022-11-24 | Change how suggested lifetime args are computed. | Camille GILLOT | -1/+1 |
| 2022-11-01 | fix(generic_const_exprs): Fix predicate inheritance for children of opaque types | Zhixing Zhang | -0/+33 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -9/+11 |
| 2022-10-18 | Clean up query descriptions | nils | -2/+2 |
| 2022-10-18 | `const_evaluatable_unchecked` to const eval | lcnr | -9/+11 |
| 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 | -10/+10 |
| 2022-09-22 | Bless test output changes | Frank Steffahn | -1/+1 |
| 2022-08-24 | Add test for #100414 | Michael Goulet | -0/+44 |
| 2022-08-24 | Note binding obligation causes for const equate errors | Michael Goulet | -0/+54 |
| 2022-08-24 | Call them constants instead of types | Michael Goulet | -30/+30 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -8/+8 |
| 2022-08-18 | Reword "Required because of the requirements on the impl of ..." | Andy Wang | -8/+8 |
| 2022-08-18 | Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t... | Matthias Krüger | -1/+3 |
| 2022-08-17 | point at a type parameter shadowing another type | Takayuki Maeda | -1/+3 |
| 2022-08-12 | Erase regions better in promote_candidate | Michael Goulet | -0/+25 |
| 2022-08-11 | Auto merge of #100315 - compiler-errors:norm-ct-in-proj, r=lcnr | bors | -0/+279 |
| 2022-08-09 | Keep going if normalized projection has unevaluated consts in QueryNormalizer | Michael Goulet | -0/+279 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -1/+1 |
| 2022-07-25 | handle consts with param/infer in const_eval_resolve better | Michael Goulet | -43/+2 |
| 2022-07-19 | feat: omit suffixes in const generics (e.g. `1_i32`) | Artur Sinila | -28/+31 |
| 2022-07-14 | Rollup merge of #99222 - atsuzaki:generic_const_err, r=lcnr | Dylan DPC | -4/+7 |
| 2022-07-13 | Update tests | Katherine Philip | -4/+7 |
| 2022-07-12 | add regression test for #74713 | Takayuki Maeda | -0/+30 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -2/+2 |
| 2022-07-02 | Rollup merge of #98715 - matthiaskrgr:test_97047, r=Mark-Simulacrum | Ralf Jung | -0/+86 |
| 2022-07-01 | Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomez | bors | -6/+6 |
| 2022-07-01 | Don't point at Self type if we can't find an infer variable in ambiguous trai... | Michael Goulet | -6/+6 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -1/+1 |
| 2022-06-30 | add ice test for #97047 | Matthias Krüger | -0/+86 |
| 2022-06-22 | point to type param definition when not finding variant, method and assoc type | Takayuki Maeda | -13/+7 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -2/+7 |
| 2022-06-01 | Mention filename in suggestion when it differs from primary span | Esteban Küber | -0/+1 |
| 2022-05-17 | Add tests for lint on type dependent on consts | kadmin | -0/+111 |
| 2022-05-13 | Check that closures satisfy their where bounds | Oli Scherer | -7/+20 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -4/+15 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -8/+15 |
| 2022-04-05 | Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-04-04 | Fix #90970, doesn't address #87437 | Esteban Kuber | -0/+1 |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -1/+1 |