aboutsummaryrefslogtreecommitdiff
path: root/core/sync_linux.odin
Commit message (Expand)AuthorAgeFilesLines
* Attributes; @(link_name="foo")gingerBill2017-10-291-1/+1
* `match` to `switch`; Optional semicolons after "import" statementsGinger Bill2017-10-011-2/+2
* Use comma for struct field separators (disallow nesting)Ginger Bill2017-09-211-5/+5
* Library collectionsGinger Bill2017-09-071-2/+2
* Replace `import_load` with `using import .`Ginger Bill2017-08-271-4/+2
* Remove `atomic`, `++`, and `--`Ginger Bill2017-07-181-3/+3
* Use semicolons as field delimiters in recordsGinger Bill2017-07-101-5/+5
* :: style procedure declarations; remove old parsing codeGinger Bill2017-06-281-11/+11
* Remove `type` prefix declarationsGinger Bill2017-06-281-2/+2
* Disable `var` and `const` declarationsGinger Bill2017-06-281-5/+5
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-171-2/+2
* Declaration grouping uses braces rather than parenthesesGinger Bill2017-06-131-2/+2
* Pascal style declaration grouping with ()Ginger Bill2017-06-121-2/+4
* `import` and `import_load` as keywords; Fix procedure literal call trickGinger Bill2017-06-121-2/+2
* Prefix `type` and `let` to replace `immutable`Ginger Bill2017-06-121-2/+2
* Prefix `proc` syntaxGinger Bill2017-06-121-11/+11
* Remove := with var and :: with constGinger Bill2017-06-121-18/+18
* Add files in corev0.2.1Ginger Bill2017-05-011-0/+93