| Age | Commit message (Expand) | Author | Lines |
| 2019-06-13 | typeck: Fix ICE for blocks in repeat expr count. | David Wood | -0/+34 |
| 2019-06-11 | Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkor | Mazdak Farrokhzad | -0/+60 |
| 2019-06-10 | typeck: Fix const generic in repeat param ICE. | David Wood | -0/+60 |
| 2019-06-07 | Add test for deriving Debug for const generics | varkor | -0/+28 |
| 2019-06-07 | Add test for const generics struct constructor | varkor | -0/+21 |
| 2019-06-04 | Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obk | Mazdak Farrokhzad | -0/+18 |
| 2019-06-03 | Allow `true` and `false` in const generic arguments | varkor | -0/+2 |
| 2019-06-02 | Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddyb | Mazdak Farrokhzad | -0/+63 |
| 2019-06-02 | Add regression test for #61422 | varkor | -0/+21 |
| 2019-06-02 | Fix unwrapping usize issue with transparent MaybeUnit array wrapper | varkor | -0/+17 |
| 2019-05-31 | Add test for condition in trait const param | varkor | -0/+16 |
| 2019-05-31 | Rollup merge of #61344 - varkor:const-failed-to-life-ice, r=Centril | Pietro Albini | -0/+24 |
| 2019-05-31 | Fix unwrapping usize issue in HasMutInterior | varkor | -0/+25 |
| 2019-05-30 | Add regression test for const generics ICE | varkor | -0/+24 |
| 2019-05-30 | Rollup merge of #61333 - varkor:apit-const-param-ice, r=estebank | Mazdak Farrokhzad | -0/+16 |
| 2019-05-30 | Add a regression test for const parameters with impl Trait | varkor | -0/+16 |
| 2019-05-29 | Fix ICE with struct ctors and const generics. | David Wood | -22/+20 |
| 2019-05-28 | Use assert_eq! instead of println! in tests | varkor | -2/+2 |
| 2019-05-28 | Use Display rather than Debug printing for const mismatch | varkor | -1/+1 |
| 2019-05-28 | Update tests after pretty printing | varkor | -6/+6 |
| 2019-05-28 | Fix test after rebase | varkor | -2/+13 |
| 2019-05-28 | Add broken MIR regression tests | varkor | -0/+51 |
| 2019-05-28 | Add tests for uninferred consts during codegen | varkor | -0/+48 |
| 2019-05-28 | Add a test for a function taking a const param array as an argument | varkor | -0/+22 |
| 2019-05-25 | Fix rebase fallout | Oliver Scherer | -1/+1 |
| 2019-05-13 | Rollup merge of #60710 - varkor:delay_span_bug-const-parent, r=matthewjasper | Mazdak Farrokhzad | -0/+60 |
| 2019-05-11 | Add test for const impl | varkor | -0/+22 |
| 2019-05-10 | Add a test for failed inference of const types | varkor | -0/+26 |
| 2019-05-10 | Add a test for invalid const arguments | varkor | -0/+34 |
| 2019-05-09 | Rollup merge of #60550 - skinny121:concrete_const_tests, r=varkor | Mazdak Farrokhzad | -0/+50 |
| 2019-05-08 | Add tests for concrete const types | ben | -0/+50 |
| 2019-05-07 | Auto merge of #60612 - Centril:rollup-61drhqt, r=Centril | bors | -8/+2 |
| 2019-05-07 | Auto merge of #60277 - estebank:relate-ice, r=varkor | bors | -0/+21 |
| 2019-05-06 | `token::LArrow` can begin arguments | varkor | -8/+2 |
| 2019-05-04 | Early error for mixing order of const and type parameters | varkor | -10/+10 |
| 2019-05-04 | Add tests | varkor | -0/+29 |
| 2019-05-02 | Don't ICE when relating const type args | Esteban Küber | -0/+21 |
| 2019-05-01 | Add a test for const args that cannot be inferred | varkor | -0/+25 |
| 2019-05-01 | Add a test for incorrect numbers of const args | varkor | -0/+32 |
| 2019-05-01 | Add a test for const arguments | varkor | -0/+19 |
| 2019-05-01 | Add `const-types` test | varkor | -0/+22 |
| 2019-04-25 | Add comment explaining restriction | varkor | -4/+10 |
| 2019-04-25 | Add a test for const parameters with type parameters as types | varkor | -0/+31 |
| 2019-04-25 | Make sure const params with type params don't cause errors without a feature ... | varkor | -0/+25 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+0 |
| 2019-04-18 | Auto merge of #60058 - varkor:const-generics-ty-refactor, r=cramertj | bors | -0/+14 |
| 2019-04-18 | Add a test for unused const parameters | varkor | -0/+14 |
| 2019-04-17 | Resolve inconsistency in error messages between "parameter" and "variable". | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-22 | Fix ICE with const generic param in struct | varkor | -0/+21 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -5/+5 |