aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* v0.1.0v0.1.0Ginger Bill2017-02-113-4/+4
* Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...Ginger Bill2017-02-114-15/+15
* Only check files that have been truly imported.Ginger Bill2017-02-112-8/+7
* Remove need for `type` keywordGinger Bill2017-02-105-36/+36
* Remove Maybe type; Enum `names`Ginger Bill2017-02-106-81/+70
* Map type info and fmt printingGinger Bill2017-02-072-28/+95
* `map` immutable fields: count, capacity, allocatorGinger Bill2017-02-061-4/+7
* `map` string keys and `for` iteratorGinger Bill2017-02-061-1/+4
* dynamic `map` insertion and lookupGinger Bill2017-02-061-6/+9
* Nearly implement dynamics map, missing insertionGinger Bill2017-02-061-36/+130
* Begin writing dynamic map procs and fix `using` bug in IRGinger Bill2017-02-052-106/+219
* Add `types.odin`; Begin work on `map`Ginger Bill2017-02-053-1/+212
* Custom struct alignmentGinger Bill2017-02-051-0/+3
* Update code from OSX merge to be consistent with the rest of the codeGinger Bill2017-02-012-54/+16
* Merge branch 'master' of https://github.com/zhiayang/Odinzhiayang2017-02-022-2/+22
|\
| * Change internals of `context`; Disable `immutable`Ginger Bill2017-02-012-2/+22
* | oh boy, basic osx/unix supportzhiayang2017-02-022-0/+231
|/
* Change vector memory layout and operations; `for in` vector.Ginger Bill2017-01-302-14/+25
* Allow _ in floatsGinger Bill2017-01-291-2/+2
* sprint*, variadic append works correctly now.Ginger Bill2017-01-291-0/+19
* Variadic `append`Ginger Bill2017-01-291-6/+8
* Dynamic arraysGinger Bill2017-01-293-44/+91
* Fix untyped to `any` assignments. Fixed crash when arguments with no value ar...Ginger Bill2017-01-291-1/+1
* Changed #foreign user32 to gdi32 where this was wrong.thebirk2017-01-281-3/+3
* Overloaded `free`; 3 dotted ellipsisv0.0.6aGinger Bill2017-01-284-19/+19
* Fix parsing for block/if expression within if/for/etc. statementsv0.0.6Ginger Bill2017-01-271-12/+20
* Remove while loop and readd c-style for loops i.e. all loops are just `for`Ginger Bill2017-01-276-18/+15
* `in` keyword for `for` and `match type`Ginger Bill2017-01-275-61/+61
* Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code.Ginger Bill2017-01-272-30/+44
* Remove case sensitivity for libraries on windowsGinger Bill2017-01-262-27/+27
* Library names - Only link with used foreign librariesGinger Bill2017-01-266-131/+132
* Fix pointer differences (issue #11); remove #dll_importGinger Bill2017-01-262-56/+68
* Basic float printingGinger Bill2017-01-261-344/+44
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-2510-221/+218
* `using` `immutable` `thread_local` on variable declarationsGinger Bill2017-01-191-1/+1
* Closed range `...` (both inclusive); Type comparisons with == and !=Ginger Bill2017-01-191-1/+1
* Change cast syntax, int(x), []byte(s), (^int)(p)Ginger Bill2017-01-1710-205/+205
* Fix conversion of untyped integers to pointersGinger Bill2017-01-172-3/+2
* Comma for all field separators; Overloaded procedures follow exportation rulesGinger Bill2017-01-176-153/+149
* Best viable overloading procedure algorithm; `no_alias`; call expr style castsGinger Bill2017-01-173-10/+10
* Err on ambiguous overloaded callsGinger Bill2017-01-153-89/+89
* Bug fix: comparisons with shiftsGinger Bill2017-01-152-37/+362
* Handle enums correctly with printfGinger Bill2017-01-081-19/+106
* "Old style" enumsGinger Bill2017-01-082-39/+39
* fmt.printf - Go style due to runtime type safetyGinger Bill2017-01-082-354/+696
* Fix core library; Disable adding entity definitions for blank identifiersv0.0.5eGinger Bill2017-01-074-67/+47
* Rename llir -> irGinger Bill2017-01-041-13/+5
* Fix init_arena_from_contextGinger Bill2017-01-031-1/+1
* `while`; `range` is now `for`; remove ++ and --Ginger Bill2017-01-039-134/+145
* `range` statementGinger Bill2017-01-021-0/+4