aboutsummaryrefslogtreecommitdiff
path: root/core/mem.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix init_arena_from_contextGinger Bill2017-01-031-1/+1
* `while`; `range` is now `for`; remove ++ and --Ginger Bill2017-01-031-12/+15
* Fix parameter/field lists and #import #include syntaxGinger Bill2017-01-021-40/+38
* Nearly finished Jai-like declarationsGinger Bill2017-01-011-40/+38
* Begin transition to Jai-like syntaxGinger Bill2017-01-011-34/+34
* Bring back `enum` but using iotaGinger Bill2017-01-011-4/+5
* Handle calling conventions correctlyGinger Bill2016-12-221-4/+4
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-14/+17
* Remove `enum` for favour of Go-style enumerationsGinger Bill2016-12-191-9/+4
* Change var decl syntaxGinger Bill2016-12-181-31/+31
* Change record field syntaxGinger Bill2016-12-181-6/+6
* var/const decl; remove `:` from parameter listsGinger Bill2016-12-181-33/+33
* Change of `proc` and `type` declaration syntax to "prefix" styleGinger Bill2016-12-181-32/+32
* Semicolons mandatory again (and probably forever now...)Ginger Bill2016-12-161-132/+148
* Custom entry points on Windows (DllMain; WinMain)Ginger Bill2016-12-091-4/+4
* `build_dll`; Require an entry point procedure `main`Ginger Bill2016-12-081-4/+4
* Go/BCPL style semicolon insertion during tokenizing stageGinger Bill2016-12-051-123/+123
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-127/+127
* Minor Style FixesGinger Bill2016-10-221-17/+16
* Add Pointer ArithmeticGinger Bill2016-10-121-5/+129
* Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...Ginger Bill2016-10-101-1/+1
* Untyped `nil`Ginger Bill2016-10-061-3/+3
* Update Standard Library; Fix Type_Info for integersGinger Bill2016-09-281-2/+62
* Bug Fixes: some assertions; variable inits;Ginger Bill2016-09-241-0/+18
* Fix push_* with better defer systemGinger Bill2016-09-231-0/+131