| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-06-12 | Auto merge of #86130 - BoxyUwU:abstract_const_as_cast, r=oli-obk | bors | -0/+279 |
| 2021-06-12 | Rollup merge of #86205 - JohnTitor:full-test-for-72293, r=oli-obk | Yuki Okushi | -11/+17 |
| 2021-06-12 | Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk | Yuki Okushi | -12/+40 |
| 2021-06-11 | Run full const-generics test for issue-72293 | Yuki Okushi | -11/+17 |
| 2021-06-10 | support `as _` and add tests | Ellen | -2/+217 |
| 2021-06-09 | Add more tests + visit_ty in some places | Ellen | -5/+37 |
| 2021-06-08 | Support as casts in abstract consts | Ellen | -0/+32 |
| 2021-06-07 | note :sparkles: uwuuu | Ellen | -8/+13 |
| 2021-06-06 | Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se | Yuki Okushi | -14/+14 |
| 2021-06-02 | Replace IntoIter::new with IntoIterator::into_iter in std | Muhammad Mominul Huque | -14/+14 |
| 2021-06-01 | Add test for forward declared const param defaults | Ellen | -0/+42 |
| 2021-05-29 | Fix missing note on type mismatch error diagnostics | Ellen | -4/+14 |
| 2021-05-29 | Make lifetime ordering error pretty print const param defaults | Ellen | -2/+15 |
| 2021-05-28 | const eval errors: display the current item instance if there are generics in... | Rémy Rakic | -8/+9 |
| 2021-05-25 | Auto merge of #85481 - lcnr:const-equate, r=matthewjasper | bors | -3/+46 |
| 2021-05-19 | deal with `const_evaluatable_checked` in `ConstEquate` | lcnr | -3/+46 |
| 2021-05-18 | Rollup merge of #85251 - BoxyUwU:constparamdefaultsany%, r=lcnr | Ralf Jung | -9/+2 |
| 2021-05-13 | wow | Ellen | -2/+2 |
| 2021-05-13 | completion uwu | Ellen | -7/+0 |