aboutsummaryrefslogtreecommitdiff
path: root/build.bat
Commit message (Expand)AuthorAgeFilesLines
* Update and regression test old demosGinger Bill2017-04-021-1/+1
* Update README.md with latest demoGinger Bill2017-04-021-1/+1
* Complex numbers: complex64 complex128Ginger Bill2017-04-011-1/+1
* v0.1.3v0.1.3Ginger Bill2017-03-271-1/+1
* Add branch labels for loops; using listGinger Bill2017-03-191-4/+3
* Update gb.hGinger Bill2017-03-171-1/+4
* Begin work on the custom backendGinger Bill2017-03-051-9/+3
* Update llvm binaries to latest version; Update utf8proc;Ginger Bill2017-03-031-2/+2
* Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacityGinger Bill2017-03-021-2/+2
* Fix fmt.odin printing enumsGinger Bill2017-02-241-0/+1
* Record type field `names`Ginger Bill2017-02-121-1/+1
* v0.1.0v0.1.0Ginger Bill2017-02-111-1/+1
* Dynamic arraysGinger Bill2017-01-291-1/+1
* Update README.mdv0.0.6bGinger Bill2017-01-291-1/+1
* Fix untyped to `any` assignments. Fixed crash when arguments with no value ar...Ginger Bill2017-01-291-1/+1
* Fix parsing for block/if expression within if/for/etc. statementsv0.0.6Ginger Bill2017-01-271-1/+1
* Fix core library; Disable adding entity definitions for blank identifiersv0.0.5eGinger Bill2017-01-071-2/+1
* Fix line comments at the end of filev0.0.5bGinger Bill2017-01-051-1/+1
* Rename llir -> irGinger Bill2017-01-041-1/+7
* v0.0.5Ginger Bill2017-01-031-1/+1
* Semicolons mandatory again (and probably forever now...)Ginger Bill2016-12-161-13/+7
* v0.0.4 - `odin build_dll`, atomic.odin, sync.odinGinger Bill2016-12-091-2/+2
* Custom entry points on Windows (DllMain; WinMain)Ginger Bill2016-12-091-1/+1
* `build_dll`; Require an entry point procedure `main`Ginger Bill2016-12-081-1/+2
* Go/BCPL style semicolon insertion during tokenizing stageGinger Bill2016-12-051-1/+1
* (Crude) Cyclic Type CheckingGinger Bill2016-12-041-1/+1
* Fix preload initialization orderingGinger Bill2016-12-041-1/+1
* Basic `when` statement - Compile time if statementGinger Bill2016-11-291-2/+2
* Fix slicing and add clampGinger Bill2016-11-281-1/+1
* #rune "" to ''; Remove infix and postfix call notationGinger Bill2016-11-281-1/+1
* Fix parsing for comments; add global ODIN_* string constantsGinger Bill2016-11-241-1/+1
* Update README.md and roadmap.mdGinger Bill2016-11-231-1/+1
* Fix import/export rules for #import as .Ginger Bill2016-11-231-2/+2
* Change extensions .cpp to .cGinger Bill2016-11-231-1/+1
* Compile as C! Whoop!Ginger Bill2016-11-231-4/+4
* Remove: string overloads; deferGinger Bill2016-11-221-2/+2
* Support `any` in `match type`Ginger Bill2016-11-201-1/+1
* v0.0.3 BuildGinger Bill2016-11-171-2/+2
* #foreign_library; vector fields (x, y, z, w) for count <= 4Ginger Bill2016-11-151-2/+2
* Add general timings for sections of the compilerGinger Bill2016-11-141-1/+1
* Interpreter - bounds checkingGinger Bill2016-10-311-1/+3
* Untyped `nil`Ginger Bill2016-10-061-4/+4
* using on indexable field; Auto deref for (Index|Slice)ExprGinger Bill2016-09-291-5/+5
* Demo 004Ginger Bill2016-09-281-10/+4
* Minimal Dependency Map: Only build what is neededGinger Bill2016-09-271-4/+8
* Nested procedures are declared inline but bodies checked laterGinger Bill2016-09-241-1/+1
* Unicode file loading; push_allocator & push_contextGinger Bill2016-09-231-1/+1
* Fix assert; exporting rulesGinger Bill2016-09-221-5/+5
* Demo 003Ginger Bill2016-09-221-5/+5
* Filename as default import name; as .; as _; panic()Ginger Bill2016-09-211-3/+0