| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -3/+14 | |
| This is important to not accidentally stabilize the parsing of the syntax while it still is experimental and not formally accepted | ||||
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -1/+4 | |
| - Adds optional default values to const generic parameters in the AST and HIR - Parses these optional default values - Adds a `const_generics_defaults` feature gate | ||||
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -3/+1 | |
| 2020-12-03 | Gracefully handle confusing -> with : in function return type | mibac138 | -1/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+292 | |
