aboutsummaryrefslogtreecommitdiff
path: root/core/os.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter/field lists and #import #include syntaxGinger Bill2017-01-021-1/+1
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-1/+1
* Go/BCPL style semicolon insertion during tokenizing stageGinger Bill2016-12-051-1/+1
* Semicolons are required; `when` condition for certain file scope declarations...Ginger Bill2016-12-011-3/+2
* Delay importing entities till all other entities are collectedGinger Bill2016-11-301-173/+1
* error_nodeGinger Bill2016-11-301-17/+18
* `when` statement; Better entity collection system (for both local and global)...Ginger Bill2016-11-291-1/+3
* v0.0.3 BuildGinger Bill2016-11-171-9/+53
* #foreign_library; vector fields (x, y, z, w) for count <= 4Ginger Bill2016-11-151-6/+6
* Minor Style FixesGinger Bill2016-10-221-0/+1
* Untyped `nil`Ginger Bill2016-10-061-5/+5
* Const Aggregate Literals for IR; Module path fixGinger Bill2016-09-301-8/+5
* Update Standard Library; Fix Type_Info for integersGinger Bill2016-09-281-0/+13
* Bug Fixes: some assertions; variable inits;Ginger Bill2016-09-241-0/+12
* Fix push_* with better defer systemGinger Bill2016-09-231-1/+0
* Filename as default import name; as .; as _; panic()Ginger Bill2016-09-211-2/+1
* enum_to_stringGinger Bill2016-09-191-4/+5
* Core library and Better name mangling for filesGinger Bill2016-09-191-0/+106