| Age | Commit message (Expand) | Author | Lines |
| 2022-02-16 | allow special behavior when printing const infer | lcnr | -4/+4 |
| 2022-02-14 | Make `find_similar_impl_candidates` a little fuzzier. | Ben Reeves | -0/+2 |
| 2022-02-12 | Rebless | Deadbeef | -2/+5 |
| 2022-02-12 | Rebased and improved errors | Deadbeef | -4/+20 |
| 2022-02-12 | bless you | Deadbeef | -3/+7 |
| 2022-02-11 | fix tests, add new tests checking borrowck CFTE ICE | Michael Goulet | -0/+15 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -12/+12 |
| 2022-02-10 | fix min_const_generics oversight | lcnr | -0/+29 |
| 2022-02-07 | Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis | bors | -12/+12 |
| 2022-02-05 | resolve lifetimes for const generic defaults | Michael Goulet | -0/+36 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -12/+12 |
| 2022-01-30 | Bless all pretty printer tests and ui tests | David Tolnay | -1/+1 |
| 2022-01-20 | Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU | Matthias Krüger | -21/+180 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -4/+40 |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -21/+180 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -16/+52 |
| 2022-01-18 | Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnr | Matthias Krüger | -0/+27 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -4/+24 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -16/+32 |
| 2022-01-17 | add and update tests | b-naber | -4/+40 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -12/+12 |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -12/+12 |
| 2022-01-14 | fix bug | Ellen | -11/+15 |
| 2022-01-12 | Add new tests, fix up old tests | Michael Goulet | -0/+27 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -0/+80 |
| 2021-12-27 | Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov | Matthias Krüger | -39/+3 |
| 2021-12-27 | relax priv-in-pub lint on generic bounds and where clauses in trait impls | Jack Wrenn | -39/+3 |
| 2021-12-23 | implement `generic_arg_infer` for array lengths | lcnr | -0/+80 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -23/+11 |
| 2021-12-14 | test | Ellen | -0/+25 |
| 2021-12-13 | extra test for bug i found | Ellen | -0/+15 |
| 2021-12-13 | hurray for portable simd finding a nice test for this FIXME | Ellen | -0/+26 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -206/+46 |
| 2021-12-11 | Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk | bors | -2/+2 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -2/+2 |
| 2021-12-10 | Rollup merge of #91678 - b-naber:tests-for-postpone-const-eval, r=jackh726 | Matthias Krüger | -0/+387 |
| 2021-12-10 | update tests | Ellen | -206/+46 |
| 2021-12-08 | add tests | b-naber | -0/+387 |
| 2021-12-08 | Rollup merge of #91551 - b-naber:const-eval-normalization-ice, r=oli-obk | Matthias Krüger | -0/+61 |
| 2021-12-07 | Refer to const params as "const params" and not "type params" | Esteban Kuber | -1/+1 |
| 2021-12-07 | Refer to uninferred `const` params by their name, instead of `{ _: _ }` | Esteban Kuber | -1/+1 |
| 2021-12-07 | Only shown relevant type params in E0283 label | Esteban Kuber | -1/+1 |
| 2021-12-05 | Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa | Matthias Krüger | -2/+2 |
| 2021-12-05 | Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnr | Matthias Krüger | -1/+23 |
| 2021-12-05 | add test and bless existing ones | b-naber | -0/+61 |
| 2021-12-05 | bless tests | b-naber | -1/+1 |
| 2021-12-05 | add test | b-naber | -0/+22 |
| 2021-12-05 | Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakis | Matthias Krüger | -3/+239 |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -23/+11 |
| 2021-12-01 | Pretty print empty blocks as {} | David Tolnay | -2/+2 |