| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | the environment round here is awfully empty | Ellen | -0/+34 |
| 2021-02-13 | Add additional type info to mismatch err | kadmin | -20/+40 |
| 2021-02-13 | a wild test has appeared uwu | Ellen | -0/+24 |
| 2021-02-13 | Heat up the ICE-y error reporting | Ellen | -0/+35 |
| 2021-02-03 | Miscellaneous small diagnostics cleanup | Camelid | -5/+5 |
| 2021-02-02 | Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnr | Jack Huey | -5/+5 |
| 2021-02-02 | Add better diagnostic for missing where clause | kadmin | -5/+5 |
| 2021-02-01 | more things are const evaluatable *sparkles* | Ellen | -1/+17 |
| 2021-02-01 | Rollup merge of #79291 - JulianKnodt:ce_priv, r=petrochenkov | Jonas Schievink | -0/+74 |
| 2021-01-31 | Add error message for private fn | kadmin | -0/+74 |
| 2021-01-31 | Rollup merge of #81566 - osa1:issue71202, r=jonas-schievink | Jonas Schievink | -0/+33 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -2/+0 |
| 2021-01-30 | Add a test for #71202 | Ömer Sinan Ağacan | -0/+33 |
| 2021-01-28 | Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obk | Yuki Okushi | -4/+35 |
| 2021-01-28 | Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obk | Yuki Okushi | -0/+24 |
| 2021-01-27 | fix tidy errors | Ellen | -3/+6 |
| 2021-01-27 | comments | Ellen | -0/+8 |
| 2021-01-27 | const_evaluatable: stop looking into type aliases | Bastian Kauschke | -4/+35 |
| 2021-01-27 | add const_evaluatable_checked test | Bastian Kauschke | -0/+24 |
| 2021-01-27 | boop, ur abstract consts are now expanded | Ellen | -0/+112 |
| 2021-01-23 | add test for lazy norm err | Bastian Kauschke | -4/+6 |
| 2021-01-17 | Rollup merge of #79298 - lcnr:new-elysium, r=matthewjasper | Mara Bos | -0/+34 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+37 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -0/+34 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -29/+113 |
| 2021-01-05 | fixed const_generics error help | Jake Vossen | -53/+53 |
| 2021-01-05 | Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr | Yuki Okushi | -0/+25 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -0/+25 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -8/+12 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2021-01-01 | update `min_const_generics` tests using default values for const params | Rémy Rakic | -8/+12 |
| 2020-12-31 | Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkor | Dylan DPC | -0/+76 |
| 2020-12-31 | Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor | Dylan DPC | -10/+10 |
| 2020-12-31 | support pattern as const parents in type_of | Bastian Kauschke | -0/+76 |
| 2020-12-30 | Take type defaults into account in suggestions to reorder generic parameters | max-heller | -10/+10 |
| 2020-12-30 | Add regression test for #80062 | LeSeulArtichaut | -0/+21 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -2/+0 |
| 2020-12-27 | Add regression test for #80375 | LeSeulArtichaut | -0/+15 |
| 2020-12-26 | update tests | Bastian Kauschke | -661/+423 |
| 2020-12-26 | delete no longer relevant tests | Bastian Kauschke | -72/+0 |
| 2020-12-20 | Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk | bors | -0/+32 |
| 2020-12-05 | Const parameters can not be inferred with `_` | Ethan Brierley | -0/+21 |
| 2020-12-02 | const_evaluatable_checked: fix occurs check | Bastian Kauschke | -0/+32 |
| 2020-12-02 | add comment and bless some tests | Vishnunarayan K I | -10/+2 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -17/+17 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -5/+5 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -3/+83 |
| 2020-11-24 | Swap note for help | mendess | -111/+111 |
| 2020-11-24 | Requested changes | mendess | -40/+58 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+40 |