aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.3 Releasev0.3.0Ginger Bill2017-06-083-9/+9
* v0.3.0Ginger Bill2017-06-079-34/+225
* Make `rune` a basic type and not an alias; Remove `byte`Ginger Bill2017-06-0622-221/+270
* Fix issue #69 for fmt.printf paddingGinger Bill2017-06-062-14/+32
* Merge pull request #53 from ghost/mastergingerBill2017-06-061-1/+1
|\
| * Fix link time error about missing -fPIC flagConstantine Tarasenkov2017-04-281-1/+1
* | Fix key generation for constant strings in IRGinger Bill2017-06-053-3/+18
* | Add murmurhash3.cGinger Bill2017-06-051-0/+220
* | Merge branch 'master' of https://github.com/gingerBill/OdinGinger Bill2017-06-051-1/+6
|\ \
| * \ Merge pull request #68 from ThisDrunkDane/mastergingerBill2017-06-051-1/+6
| |\ \
| | * | Added extra sys/windows.odin stuffMikkel Hjortshoej2017-06-011-1/+6
* | | | Allow 128 bit map keysGinger Bill2017-06-058-84/+108
|/ / /
* | | Allow using on bit fieldsGinger Bill2017-06-043-54/+86
* | | Fix enum printing bugGinger Bill2017-06-042-16/+13
* | | `bit_field`; Lexical sugar operators ≠ ≤ ≥Ginger Bill2017-06-0316-110/+979
* | | Remove Quat from math.odinGinger Bill2017-06-012-6/+5
* | | Remove `quaternion128` and `quaternion256` as core typesGinger Bill2017-06-0110-785/+39
* | | Implement u128/i128 features; Add bits.odinGinger Bill2017-06-0113-316/+510
|/ /
* | Use 128-bit integers for ExactValue integersGinger Bill2017-05-308-170/+768
* | Remove some asserts in timings.cGinger Bill2017-05-291-6/+0
* | Fix unary expression type checkGinger Bill2017-05-281-0/+7
* | Fix procedure overloading distinguishingGinger Bill2017-05-282-7/+8
* | Fix printing of struct literals with custom alignmentGinger Bill2017-05-281-0/+6
* | Convert windows.odin to the new naming conventionGinger Bill2017-05-287-179/+179
* | Change label syntax for `for` and `match` from #label name to name:Ginger Bill2017-05-283-102/+60
* | Change naming convention from Ada_Like to RustLikeGinger Bill2017-05-2813-366/+378
* | Experimental try for ABI for return values on windowsGinger Bill2017-05-285-9/+91
* | Try a different ABI type for return values on WindowsGinger Bill2017-05-284-18/+101
* | Fix bug with too many field values in a structure literal.Ginger Bill2017-05-271-6/+5
* | `default:` to `case:`; `no_alias` to `#no_alias`Ginger Bill2017-05-2718-1612/+240
* | Fix interval loop constant bug; Fix ir edge checking; Fix vector arithmetic w...Ginger Bill2017-05-225-57/+58
* | Optional main for DLL; access struct elements by "index"Ginger Bill2017-05-176-36/+434
* | Fix issue #66Ginger Bill2017-05-142-3/+3
* | Merge branch 'master' of https://github.com/gingerBill/OdinGinger Bill2017-05-131-5/+5
|\ \
| * | Add `#ordered` to the "raw" types in raw.odingingerBill2017-05-121-5/+5
* | | Fix Ternary Operator IR bugGinger Bill2017-05-132-7/+7
|/ /
* | Fix issue with `os.file_size` on *nixGinger Bill2017-05-122-4/+4
* | Reimplement #ordered againGinger Bill2017-05-126-37/+40
* | Fix alignment for normal structures to match LLVMGinger Bill2017-05-105-27/+20
* | Add %% operator (divisor modulo)Ginger Bill2017-05-095-1/+21
* | Fix ir bug; allow formatting options for arrays & et al.Ginger Bill2017-05-093-44/+31
* | Revert demo.odinGinger Bill2017-05-091-1/+16
* | Fix issue #63 for block comments not terminating at an EOFGinger Bill2017-05-098-33/+45
* | Add XOR for booleansGinger Bill2017-05-072-22/+71
* | Fix `fmt_float` precisionGinger Bill2017-05-072-4/+4
* | Fix IR printing bug with global unicode identifiersGinger Bill2017-05-061-9/+10
* | Merge branch 'master' of https://github.com/gingerBill/OdinGinger Bill2017-05-061-1/+25
|\ \
| * \ Merge pull request #61 from ThisDrunkDane/mastergingerBill2017-05-051-1/+25
| |\ \
| | * | Add following win32 functionsMikkel Hjortshoej2017-05-051-0/+24
| | * | Fix casing on FILE_ATTRIBUTE_DIRECTORYMikkel Hjortshoej2017-05-051-1/+1
| |/ /