| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-11-27 | Only check for errors in predicate when skipping impl assembly | Aaron Hill | -16/+7 |
| 2021-11-25 | Visit `param_env` field in Obligation's `TypeFoldable` impl | Aaron Hill | -7/+16 |
| 2021-11-20 | Do not mention associated items when they introduce an obligation | Esteban Kuber | -16/+0 |
| 2021-11-20 | Point at source of trait bound obligations in more places | Esteban Kuber | -16/+9 |
| 2021-11-19 | Rollup merge of #90578 - lcnr:add-test, r=Mark-Simulacrum | Yuki Okushi | -0/+85 |
| 2021-11-18 | bless nll | lcnr | -0/+26 |
| 2021-11-17 | add const generics test | lcnr | -0/+59 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -41/+28 |
| 2021-11-08 | Add a note about feature(explicit_generic_args_with_impl_trait) to the releva... | Jakub Kądziołka | -0/+3 |
| 2021-11-07 | consider unevaluated consts in extract_inference_diagnostics_data | b-naber | -15/+29 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+60 |
| 2021-11-05 | add tests | b-naber | -3/+225 |
| 2021-10-30 | Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnr | Matthias Krüger | -0/+47 |
| 2021-10-29 | ignore type flags insertion in default_anon_const_substs if error occurred | b-naber | -0/+47 |
| 2021-10-29 | add test | b-naber | -0/+20 |
| 2021-10-26 | Rollup merge of #90181 - notriddle:notriddle/error-pointer, r=estebank | Matthias Krüger | -4/+8 |
| 2021-10-25 | Rollup merge of #90266 - b-naber:uneval_substs, r=lcnr | Matthias Krüger | -0/+25 |
| 2021-10-25 | fix(rustc_typeck): report function argument errors on matching type | Michael Howell | -4/+8 |
| 2021-10-25 | add tests | b-naber | -0/+25 |
| 2021-10-23 | Rollup merge of #89829 - voidc:assoc-const-variance, r=lcnr | Matthias Krüger | -25/+5 |
| 2021-10-21 | *dust dust* | Ellen | -2/+2 |
| 2021-10-20 | Ordering | Ellen | -1/+10 |
| 2021-10-20 | add fixme | Ellen | -1/+1 |
| 2021-10-20 | Inference | Ellen | -0/+26 |
| 2021-10-20 | Wfness | Ellen | -0/+59 |
| 2021-10-20 | Return pos impl trait | Ellen | -0/+94 |
| 2021-10-20 | Trait objects | Ellen | -0/+104 |