Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Unify function and closure syntax | Louis Pilfold | 2018-08-09 | |
| | | | | | | I feel the `|x| x` syntax is less obvious than the `fn name(x) { x }` syntax used by top level named functions. Using the same syntax everywhere should be clearer. | |||
* | Infer simple constant types | Louis Pilfold | 2018-08-01 | |
| | ||||
* | Trick to fix GitHub Rust syntax highlighting | Louis Pilfold | 2018-07-11 | |
| | ||||
* | Sketch first class module | Louis Pilfold | 2018-07-04 | |
| | ||||
* | Brace based syntax | Louis Pilfold | 2018-06-29 | |
| | ||||
* | Restrict export syntax | Louis Pilfold | 2018-02-28 | |
| | ||||
* | Compile files | Louis Pilfold | 2018-02-26 | |
| | ||||
* | Restructure | Louis Pilfold | 2018-02-24 | |