aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* v0.1.3v0.1.3Ginger Bill2017-03-276-185/+313
* Update version numberGinger Bill2017-03-191-1/+1
* Multiple type cases for `match in`Ginger Bill2017-03-194-187/+177
* Add named branches for match statementsGinger Bill2017-03-192-109/+68
* Add branch labels for loops; using listGinger Bill2017-03-1913-766/+1424
* Update gb.hGinger Bill2017-03-177-215/+439
* windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...Ginger Bill2017-03-128-349/+1415
* Finally fix signed integer conversion and printingGinger Bill2017-03-105-43/+149
* Begin work on the custom backendGinger Bill2017-03-053-5/+921
* Refactoring of code: remove `make` prefix on many proceduresGinger Bill2017-03-058-410/+405
* Update llvm binaries to latest version; Update utf8proc;Ginger Bill2017-03-034-83/+157
* Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacityGinger Bill2017-03-025-28/+58
* fmt.odin uses ^[]byte rather than custom Buffer typeGinger Bill2017-02-261-2/+12
* Slices now have a capacity.Ginger Bill2017-02-266-129/+185
* Ellipsis is now just `..`; Remove half-closed range operator and treat all of...Ginger Bill2017-02-264-20/+35
* ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...Ginger Bill2017-02-266-23/+122
* Fix Tuple type info bugGinger Bill2017-02-241-6/+6
* v0.1.1v0.1.1Ginger Bill2017-02-244-33/+33
* Fix minor bugs in IR for slicesGinger Bill2017-02-233-10/+6
* A decent union type with common fields and variantsGinger Bill2017-02-217-303/+511
* Begin changing `union` syntaxGinger Bill2017-02-194-44/+148
* Unexported struct fields on selectorsGinger Bill2017-02-191-16/+32
* Unexported struct fieldsGinger Bill2017-02-193-19/+48
* `delete` for mapsGinger Bill2017-02-193-15/+52
* Fix overloading bug due to `#import .`; Add sys/wgl.odinGinger Bill2017-02-193-25/+35
* Fix overloading bug due to comparison of named typesGinger Bill2017-02-183-18/+26
* Named return values but do not affect other declarationsGinger Bill2017-02-183-122/+170
* Change ternary expression precedenceGinger Bill2017-02-184-184/+267
* Ternary expression (removed if and block expression)Ginger Bill2017-02-145-424/+181
* Ignore previous silly commit :P I shouldn't have move itGinger Bill2017-02-141-10/+7
* Move error handling for castingGinger Bill2017-02-141-79/+83
* Prevent `cast` on pointer to union typesGinger Bill2017-02-143-6/+19
* Optional ok for `union_cast` (similar to map indices)Ginger Bill2017-02-145-74/+76
* Fix immutable rules; add some general documentationGinger Bill2017-02-149-47/+77
* Reimplement `immutable` with different rules.Ginger Bill2017-02-145-47/+45
* Fix index assignment rules for indirectionGinger Bill2017-02-142-42/+71
* Use a global to store the build context informationGinger Bill2017-02-129-220/+195
* Fix issue #23Ginger Bill2017-02-121-5/+4
* Record type field `names`Ginger Bill2017-02-125-164/+191
* v0.1.0v0.1.0Ginger Bill2017-02-116-126/+89
* Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...Ginger Bill2017-02-119-56/+131
* Only check files that have been truly imported.Ginger Bill2017-02-117-180/+275
* Remove need for `type` keywordGinger Bill2017-02-105-183/+158
* Remove Maybe type; Enum `names`Ginger Bill2017-02-108-354/+237
* Fix global maps and initialize the preload types beforeGinger Bill2017-02-074-10/+18
* Map type info and fmt printingGinger Bill2017-02-074-20/+42
* `map` immutable fields: count, capacity, allocatorGinger Bill2017-02-063-6/+136
* `map` literalsGinger Bill2017-02-063-35/+105
* Make checking map key exists optionalGinger Bill2017-02-063-10/+23
* `map` string keys and `for` iteratorGinger Bill2017-02-063-8/+69