| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-09-09 | dont support blocks | Ellen | -9/+3 |
| 2021-09-06 | Rollup merge of #88602 - BoxyUwU:tests-uwu-nya, r=lcnr | Ryan Levick | -0/+203 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -6/+6 |
| 2021-09-02 | tidy | Ellen | -2/+2 |
| 2021-09-02 | E-not-needs-test | Ellen | -0/+203 |
| 2021-09-02 | Rollup merge of #88592 - b-naber:region_substs, r=oli-obk | Mara Bos | -0/+26 |
| 2021-09-02 | add test | b-naber | -0/+26 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -6/+6 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -83/+83 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -2/+0 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -2743/+803 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -0/+36 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -155/+119 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -1/+0 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -100/+140 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -1/+1 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -2/+2 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -101/+80 |
| 2021-08-11 | Rollup merge of #87854 - BoxyUwU:var-None, r=oli-obk | Yuki Okushi | -0/+24 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -1/+1 |
| 2021-08-07 | fmt | Ellen | -1/+1 |
| 2021-08-07 | less opt in const param of | Ellen | -0/+24 |
| 2021-08-06 | uwu | Ellen | -1/+1 |
| 2021-08-06 | *sprinkles some dust everywhere* | Ellen | -1/+2 |
| 2021-08-06 | encode `generics_of` of fields and ty params | Ellen | -0/+80 |