aboutsummaryrefslogtreecommitdiff
path: root/build.bat
Commit message (Expand)AuthorAgeFilesLines
* 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
* enum_to_stringGinger Bill2016-09-191-3/+2
* #import search rule: relative then core/Ginger Bill2016-09-171-9/+9
* Switchable array bounds checkingGinger Bill2016-09-121-2/+2
* Fix missing `type_info` with manual linear searchGinger Bill2016-09-081-0/+1
* Begin Type_InfoGinger Bill2016-09-071-1/+1
* Speed up SSA generation and clang compilationGinger Bill2016-09-051-1/+1
* Change rune literals to #rune "C"Ginger Bill2016-08-251-3/+9
* File Library and TypeDecl syntax changegingerBill2016-08-221-2/+2
* Implicit Context and #thread_localgingerBill2016-08-191-0/+1
* Initial Demo001 code for tour of languageGinger Bill2016-08-191-1/+1
* defer statementsgingerBill2016-08-161-1/+1
* Compile with odin.exe and no run.batgingerBill2016-08-161-1/+1
* Full Unicode SupportgingerBill2016-08-151-1/+1
* string comparisonsgingerBill2016-08-151-0/+1
* Support import files as modules (i.e. import only once)gingerBill2016-07-211-36/+5
* Random Order File Scope DeclarationgingerBill2016-07-121-6/+20