| Age | Commit message (Expand) | Author | Lines |
| 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-06 | Move some tests to more reasonable directories | Caio | -0/+60 |
| 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 |
| 2021-10-12 | Bless tests | Dominik Stolz | -25/+5 |
| 2021-10-06 | Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnr | Manish Goregaokar | -0/+29 |
| 2021-10-06 | test | Ellen | -0/+29 |
| 2021-10-05 | Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwU | Manish Goregaokar | -9/+17 |
| 2021-10-04 | Move generic error message to separate branches | kadmin | -9/+17 |
| 2021-10-01 | Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebank | Manish Goregaokar | -0/+137 |
| 2021-09-28 | feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's... | Michael Howell | -42/+6 |
| 2021-09-28 | Improve error messages for bad type constraints | Michael Howell | -19/+14 |
| 2021-09-28 | Use less verbose syntax for error annotations | Michael Howell | -4/+4 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -1/+1 |
| 2021-09-17 | Apply review comments | Yuki Okushi | -4/+6 |
| 2021-09-17 | Recover invalid assoc type bounds using `==` | Yuki Okushi | -0/+40 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -1/+3 |
| 2021-09-16 | feat(rustc_parse): recover from pre-RFC-2000 const generics syntax | Michael Howell | -0/+178 |
| 2021-09-16 | fix rebase | Esteban Kuber | -1/+3 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -1/+1 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -2/+2 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -22/+77 |
| 2021-09-11 | Rollup merge of #88779 - estebank:unused-delims, r=davidtwco | Jubilee | -1/+6 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+3 |
| 2021-09-09 | add test for builtin types N + N unifying with fn call | Ellen | -1/+22 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -1/+6 |
| 2021-09-09 | CI please | Ellen | -0/+1 |
| 2021-09-09 | resolve `from_hir_call` FIXME | Ellen | -1/+24 |
| 2021-09-09 | add a `CastKind` to `Node::Cast` | Ellen | -0/+21 |
| 2021-09-09 | bless stderr | Ellen | -13/+8 |