| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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/+4 | |
| 2021-06-12 | Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk | Yuki Okushi | -12/+40 | |
| Fix some diagnostic issues with const_generics_defaults feature gate This PR makes a few changes: - print out const param defaults in "lifetime ordering" errors rather than discarding them - update `is_simple_text` to account for const params when checking if a type has no generics, this was causing a note to be failed to add to an error message - fixes some diagnostic wording that incorrectly said there was ordering restrictions between type/const params despite the `const_generics_defaults` feature gate is active | ||||
| 2021-06-07 | note :sparkles: uwuuu | Ellen | -8/+13 | |
| 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-13 | wow | Ellen | -1/+1 | |
| 2021-05-13 | completion uwu | Ellen | -6/+0 | |
| 2021-04-21 | supply substs to anon consts in defaults | lcnr | -25/+29 | |
| 2021-04-21 | improve wf check for const param defaults | lcnr | -5/+54 | |
| 2021-04-21 | loosen ordering restricts for `const_generics_defaults` | lcnr | -71/+128 | |
| 2021-04-21 | fix name resolution for param defaults | lcnr | -2/+63 | |
| 2021-03-29 | Prefer 4 spaces | JohnTitor | -52/+52 | |
| 2021-03-29 | Add a regression test for issue-82792 | JohnTitor | -0/+14 | |
| 2021-03-23 | Update to not have extra match | kadmin | -0/+75 | |
| 2021-03-23 | Update with comments | kadmin | -0/+53 | |
| A bunch of nits fixed, and a new test for pretty printing the AST. | ||||
| 2021-03-23 | Add query for const_param_default | kadmin | -0/+42 | |
| 2021-03-23 | progress, stuff compiles now | lcnr | -7/+25 | |
| 2021-03-23 | Some refactoring | varkor | -4/+1 | |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -0/+15 | |
| This currently creates a field which is always false on GenericParamDefKind for future use when consts are permitted to have defaults Update const_generics:default locations Previously just ignored them, now actually do something about them. Fix using type check instead of value Add parsing This adds all the necessary changes to lower const-generics defaults from parsing. Change P<Expr> to AnonConst This matches the arguments passed to instantiations of const generics, and makes it specific to just anonymous constants. Attempt to fix lowering bugs | ||||
| 2020-12-30 | Take type defaults into account in suggestions to reorder generic parameters | max-heller | -10/+10 | |
| 2020-12-26 | update tests | Bastian Kauschke | -34/+16 | |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+1 | |
| 2020-09-10 | Add revisions to const generic default UI tests. | Hameer Abbasi | -13/+64 | |
| 2020-08-12 | Flip order of const & type | kadmin | -1/+1 | |
| 2020-08-09 | Change Ord impl for ParamKindOrd | kadmin | -40/+43 | |
| Updated tests and error msgs Update stderr from test Update w/ lcnr comments Change some tests around, and also updated Ord implementation for ParamKindOrd Update w/ nits from lcnr | ||||
| 2020-08-09 | Test lifetimes after types after consts forbidden | kadmin | -2/+39 | |
| Added more complex test and changed error message | ||||
| 2020-08-09 | Added +1 test for only works w/ feat const gen | kadmin | -1/+54 | |
| Added this test to ensure that reordering the parameters only works with the feature const generics enabled. Fixed nits Also added another test to verify that intermixed lifetimes are forbidden | ||||
| 2020-08-08 | Rm restriction on ord of default types w/ consts | kadmin | -0/+11 | |
| 2020-08-07 | test min_const_generics using revisions | Bastian Kauschke | -5/+17 | |
| 2020-07-23 | tweak wording | Bastian Kauschke | -1/+1 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-07-22 | require type defaults to be after const generic parameters | Bastian Kauschke | -0/+27 | |
| as if this is currently possible. HA! | ||||
