aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all binariesllvm-4.0-windowsGinger Bill2017-03-036-737/+1
* Update llvm binaries to latest version; Update utf8proc;Ginger Bill2017-03-039-86/+159
* Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacityGinger Bill2017-03-0212-88/+184
* fmt.odin uses ^[]byte rather than custom Buffer typeGinger Bill2017-02-264-241/+222
* Slices now have a capacity.Ginger Bill2017-02-268-143/+224
* Ellipsis is now just `..`; Remove half-closed range operator and treat all of...Ginger Bill2017-02-2614-197/+210
* Fix fmt integer width printingGinger Bill2017-02-262-40/+24
* ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...Ginger Bill2017-02-2617-174/+879
* Fix Tuple type info bugGinger Bill2017-02-242-6/+18
* Add core/strings.odinGinger Bill2017-02-241-0/+15
* Fix fmt.odin printing enumsGinger Bill2017-02-242-7/+13
* v0.1.1v0.1.1Ginger Bill2017-02-245-133/+45
* Fix minor bugs in IR for slicesGinger Bill2017-02-235-21/+25
* A decent union type with common fields and variantsGinger Bill2017-02-2110-386/+675
* Begin changing `union` syntaxGinger Bill2017-02-196-45/+192
* Unexported struct fields on selectorsGinger Bill2017-02-193-18/+39
* Unexported struct fieldsGinger Bill2017-02-195-26/+50
* `delete` for mapsGinger Bill2017-02-195-16/+60
* Fix overloading bug due to `#import .`; Add sys/wgl.odinGinger Bill2017-02-197-43/+114
* Fix overloading bug due to comparison of named typesGinger Bill2017-02-185-21/+29
* Named return values but do not affect other declarationsGinger Bill2017-02-184-124/+177
* Change ternary expression precedenceGinger Bill2017-02-186-197/+271
* Ternary expression (removed if and block expression)Ginger Bill2017-02-147-435/+197
* Ignore previous silly commit :P I shouldn't have move itGinger Bill2017-02-141-10/+7
* Move error handling for castingGinger Bill2017-02-142-81/+84
* Prevent `cast` on pointer to union typesGinger Bill2017-02-147-9/+29
* Optional ok for `union_cast` (similar to map indices)Ginger Bill2017-02-148-89/+100
* Fix immutable rules; add some general documentationGinger Bill2017-02-1414-166/+193
* Reimplement `immutable` with different rules.Ginger Bill2017-02-146-54/+48
* Fix index assignment rules for indirectionGinger Bill2017-02-143-46/+82
* Use a global to store the build context informationGinger Bill2017-02-129-220/+195
* Fix issue #23Ginger Bill2017-02-122-5/+11
* Record type field `names`Ginger Bill2017-02-128-203/+228
* v0.1.0v0.1.0Ginger Bill2017-02-1112-170/+164
* Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...Ginger Bill2017-02-1114-88/+172
* Only check files that have been truly imported.Ginger Bill2017-02-1110-198/+283
* Remove need for `type` keywordGinger Bill2017-02-1011-220/+195
* Remove Maybe type; Enum `names`Ginger Bill2017-02-1015-474/+345
* Fix global maps and initialize the preload types beforeGinger Bill2017-02-075-13/+27
* Map type info and fmt printingGinger Bill2017-02-077-52/+139
* `map` immutable fields: count, capacity, allocatorGinger Bill2017-02-064-10/+143
* `map` literalsGinger Bill2017-02-064-48/+138
* Make checking map key exists optionalGinger Bill2017-02-064-12/+25
* `map` string keys and `for` iteratorGinger Bill2017-02-065-14/+82
* dynamic `map` insertion and lookupGinger Bill2017-02-065-45/+55
* Nearly implement dynamics map, missing insertionGinger Bill2017-02-066-86/+327
* Begin writing dynamic map procs and fix `using` bug in IRGinger Bill2017-02-0511-307/+617
* Add `types.odin`; Begin work on `map`Ginger Bill2017-02-0510-40/+442
* Custom struct alignmentGinger Bill2017-02-059-350/+485
* Add build guards around compiling part of the code.Ginger Bill2017-02-011-1/+4