aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Unify function and closure syntaxLouis Pilfold2018-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 typesLouis Pilfold2018-08-01
|
* Trick to fix GitHub Rust syntax highlightingLouis Pilfold2018-07-11
|
* Sketch first class moduleLouis Pilfold2018-07-04
|
* Brace based syntaxLouis Pilfold2018-06-29
|
* Restrict export syntaxLouis Pilfold2018-02-28
|
* Compile filesLouis Pilfold2018-02-26
|
* RestructureLouis Pilfold2018-02-24