aboutsummaryrefslogtreecommitdiff
path: root/core/atomics.odin
Commit message (Collapse)AuthorAgeFilesLines
* Parse directories to be packagesgingerBill2018-05-211-102/+0
|
* Replace `compile_assert` with `#assert`gingerBill2018-02-241-1/+1
|
* Make core library use procedure groupings rather than normal overloadinggingerBill2017-12-041-28/+28
|
* `match` to `switch`; Optional semicolons after "import" statementsGinger Bill2017-10-011-1/+1
|
* Remove `when` suffixes; Implement file scope `when` statement, evaluated in ↵Ginger Bill2017-09-101-1/+3
| | | | source order
* Library collectionsGinger Bill2017-09-071-1/+1
|
* Remove () grouping for `foreign_library`Ginger Bill2017-08-271-1/+1
|
* Remove `atomic`, `++`, and `--`Ginger Bill2017-07-181-2/+2
|
* :: style procedure declarations; remove old parsing codeGinger Bill2017-06-281-24/+24
|
* Disable `var` and `const` declarationsGinger Bill2017-06-281-7/+7
|
* `import` and `import_load` as keywords; Fix procedure literal call trickGinger Bill2017-06-121-1/+1
|
* Prefix `proc` syntaxGinger Bill2017-06-121-24/+24
|
* Remove := with var and :: with constGinger Bill2017-06-121-31/+31
|
* Convert windows.odin to the new naming conventionGinger Bill2017-05-281-13/+13
|
* Add files in corev0.2.1Ginger Bill2017-05-011-0/+100