| Age | Commit message (Expand) | Author | Lines |
| 2020-09-16 | Rollup merge of #75026 - JulianKnodt:array_windows, r=Amanieu | Tyler Mandry | -6/+6 |
| 2020-09-16 | Add array window fn | kadmin | -6/+6 |
| 2020-09-15 | This commit introduces the following changes: | Hameer Abbasi | -5/+59 |
| 2020-09-14 | improve const infer err | Bastian Kauschke | -7/+7 |
| 2020-09-14 | shrink const infer error | Bastian Kauschke | -4/+48 |
| 2020-09-13 | bless tests | Bastian Kauschke | -4/+8 |
| 2020-09-13 | review, improve note span | Bastian Kauschke | -12/+6 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -0/+90 |
| 2020-09-12 | Rollup merge of #76599 - hameerabbasi:const-generics-revs, r=lcnr | Ralf Jung | -11/+53 |
| 2020-09-11 | Add revisions to const generic type-dependent UI tests. | Hameer Abbasi | -2/+3 |
| 2020-09-11 | Add revisions to const generic const_evaluatable_checked tests. | Hameer Abbasi | -9/+50 |
| 2020-09-11 | Auto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnr | bors | -0/+138 |
| 2020-09-10 | Rollup merge of #76559 - lcnr:const-evaluatable, r=oli-obk | Tyler Mandry | -0/+59 |
| 2020-09-10 | fix tidy, small cleanup | Bastian Kauschke | -0/+24 |
| 2020-09-10 | Add revisions to const generic UI tests. | Hameer Abbasi | -4/+25 |
| 2020-09-10 | Add revisions to const generic default UI tests. | Hameer Abbasi | -13/+64 |
| 2020-09-10 | Respond to review comments. | Hameer Abbasi | -74/+7 |
| 2020-09-10 | implement `const_evaluatable_checked` feature MVP | Bastian Kauschke | -0/+35 |
| 2020-09-09 | Add revisions to const generic issue UI tests. | Hameer Abbasi | -149/+467 |
| 2020-09-09 | Rollup merge of #76401 - JulianKnodt:i68366, r=lcnr | Dylan DPC | -0/+39 |
| 2020-09-07 | Add regression test and help note | kadmin | -0/+39 |
| 2020-09-07 | Rollup merge of #76293 - Amjad50:incompatible_features_error, r=lcnr | Dylan DPC | -0/+20 |
| 2020-09-04 | Implementation of incompatible features error | Amjad Alsharafi | -0/+20 |
| 2020-09-03 | Add further tests and liberalize type checking | kadmin | -17/+108 |
| 2020-09-03 | Update to use multipart suggestion | kadmin | -3/+4 |
| 2020-09-03 | Initial commit | kadmin | -0/+46 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -34/+34 |
| 2020-08-31 | Fix duplicate error messages in const_generics tests | Amjad Alsharafi | -64/+42 |
| 2020-08-26 | Fixed file formatting and made `tidy` happy | Amjad Alsharafi | -5/+8 |
| 2020-08-26 | Added more min_const_generics revisions to tests | Amjad Alsharafi | -157/+224 |
| 2020-08-26 | Added a lot of min_const_generics revisions | Amjad Alsharafi | -236/+575 |
| 2020-08-18 | change const param ty warning message | Bastian Kauschke | -77/+57 |
| 2020-08-18 | run wfcheck in parralel again, add test for 74950 | Bastian Kauschke | -11/+73 |
| 2020-08-18 | move const param structural match checks to wfcheck | Bastian Kauschke | -311/+40 |
| 2020-08-13 | Auto merge of #75322 - JulianKnodt:revisions, r=lcnr | bors | -853/+1325 |
| 2020-08-12 | Flip order of const & type | kadmin | -1/+1 |
| 2020-08-12 | Update stderr files | kadmin | -960/+85 |
| 2020-08-12 | Add missing tests in root const-gen dir | kadmin | -102/+1182 |
| 2020-08-12 | Add a bunch of revisions | kadmin | -38/+305 |
| 2020-08-11 | Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-08-10 | Auto merge of #74005 - estebank:type-ascription-redux, r=petrochenkov | bors | -4/+1 |
| 2020-08-10 | Do not suggest similarly named enclosing item | Esteban Küber | -4/+1 |
| 2020-08-10 | unused_delims: trim expr | Bastian Kauschke | -1/+1 |
| 2020-08-10 | Convert `Eq` impl to check Ord::Equal | kadmin | -1/+1 |
| 2020-08-09 | Change Ord impl for ParamKindOrd | kadmin | -46/+47 |
| 2020-08-09 | Test lifetimes after types after consts forbidden | kadmin | -4/+41 |
| 2020-08-09 | Added +1 test for only works w/ feat const gen | kadmin | -1/+54 |
| 2020-08-08 | Rm restriction on ord of default types w/ consts | kadmin | -37/+18 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -58/+313 |
| 2020-08-07 | test min_const_generics using revisions | Bastian Kauschke | -52/+154 |