aboutsummaryrefslogtreecommitdiff
path: root/core/sync_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* Parse directories to be packagesgingerBill2018-05-211-124/+0
* Fix sync_windows.odingingerBill2018-01-211-1/+1
* Attributes; @(link_name="foo")gingerBill2017-10-291-1/+3
* `match` to `switch`; Optional semicolons after "import" statementsGinger Bill2017-10-011-2/+4
* Use comma for struct field separators (disallow nesting)Ginger Bill2017-09-211-6/+6
* Remove `when` suffixes; Implement file scope `when` statement, evaluated in s...Ginger Bill2017-09-101-1/+1
* Library collectionsGinger Bill2017-09-071-2/+2
* Replace `import_load` with `using import .`Ginger Bill2017-08-271-4/+2
* v0.6.2; Use Ada_Case for typesv0.6.2Ginger Bill2017-08-031-1/+1
* Use semicolons as field delimiters in recordsGinger Bill2017-07-101-6/+6
* Fix _preload.odin; Add for in without parameters; Change sync.Mutex for windowsGinger Bill2017-07-081-1/+30
* :: 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
* Convert windows.odin to the new naming conventionGinger Bill2017-05-281-5/+5
* Add files in corev0.2.1Ginger Bill2017-05-011-0/+91