| Age | Commit message (Expand) | Author | Lines |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -6/+6 |
| 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-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 |
| 2021-08-04 | dropck | Ellen | -0/+16 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -5/+5 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -4/+2 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -4/+2 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -0/+13 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -23/+13 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -1/+2 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -9/+9 |
| 2021-07-25 | Bless tests. | Camille GILLOT | -9/+9 |
| 2021-07-25 | Add generic arg infer | kadmin | -22/+11 |
| 2021-07-24 | Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakis | bors | -0/+96 |
| 2021-07-24 | Rollup merge of #87266 - hellow554:issue87076, r=Mark-Simulacrum | Yuki Okushi | -0/+20 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -2/+2 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -15/+24 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -15/+24 |
| 2021-07-19 | move const-generic issues into seperate directory | Marcel Hellwig | -0/+0 |
| 2021-07-19 | add testcase for 87076 | Marcel Hellwig | -0/+20 |
| 2021-07-18 | Rollup merge of #86843 - FabianWolff:issue-86820, r=lcnr | Yuki Okushi | -0/+40 |
| 2021-07-16 | Check that const parameters of trait methods have compatible types | Fabian Wolff | -0/+40 |
| 2021-07-14 | OOPS | Ellen | -9/+9 |
| 2021-07-14 | Change type param -> generic param | Ellen | -0/+37 |
| 2021-07-10 | redo tests | Ellen | -31/+96 |
| 2021-07-10 | Moves changes to explicit_preds_of/inferred_outlives_of/generics_of | Ellen | -1/+10 |
| 2021-07-10 | Dont provide all parent generics to cgdefaults | Ellen | -0/+22 |
| 2021-07-08 | only check cg defaults wf once instantiated | lcnr | -23/+10 |
| 2021-07-03 | Fix const-generics ICE related to binding | Yuki Okushi | -0/+142 |
| 2021-06-29 | Bless UI tests | Fabian Wolff | -0/+2 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -2/+2 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -2/+2 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -2/+2 |