aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.10.0v0.10.0gingerBill2019-06-021-1/+1
* Move internal 128-bit stuff to a windows specific filegingerBill2019-06-013-204/+209
* Update README.mdgingerBill2019-05-301-11/+12
* Update README.mdgingerBill2019-05-301-4/+36
* Create FUNDING.ymlgingerBill2019-05-301-0/+4
* Pedantic conversions on query datagingerBill2019-05-291-18/+18
* Fixes to ABIgingerBill2019-05-293-17/+16
* Fix bit set size with 128-bit integersgingerBill2019-05-282-14/+18
* Add i128/u128 support for bit setsgingerBill2019-05-286-32/+43
* Support 128-bit integers `i128` `u128`gingerBill2019-05-2810-53/+584
* sync_atomic_* make most ordering parameters compile-time constantgingerBill2019-05-281-12/+51
* Improve tokenizer slightlygingerBill2019-05-282-11/+25
* Update parsersgingerBill2019-05-283-3/+5
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-288-40/+40
* Add `..<` operator for ranges; Add extra checking for bit set assignmentsgingerBill2019-05-288-22/+71
* -go-to-definitions (OGTD file format)gingerBill2019-05-269-435/+768
* -compact flag for 'odin query'gingerBill2019-05-252-1/+13
* odin querygingerBill2019-05-2512-86/+1018
* Fix polymorphic procedure return by pointer values #374gingerBill2019-05-192-18/+39
* Change import name rulesgingerBill2019-05-191-5/+7
* Merge pull request #375 from Zilarrezko/mastergingerBill2019-05-191-1/+1
|\
| * make_builder function now properly uses given allocatorZilarrezko2019-05-181-1/+1
|/
* Add an error for C-style pointer selector expressions using '->' when parsinggingerBill2019-05-091-0/+7
* Fix constant representability rulesgingerBill2019-05-091-6/+3
* Fix package odin/parsergingerBill2019-05-091-2/+2
* Allow comparisons with bit field valuesgingerBill2019-05-093-15/+58
* Allow booleans to be assigned to a 1-bit bit field valuegingerBill2019-05-094-9/+28
* Remove test codegingerBill2019-05-091-3/+0
* Fix bug with `clamp`gingerBill2019-05-061-1/+1
* Fix ||= and &&=gingerBill2019-05-064-37/+75
* Improve type inference for variadic parametersgingerBill2019-05-043-5/+27
* Fix parapoly related bugs #370gingerBill2019-05-042-10/+37
* Minor change to bit_field assignment rulesgingerBill2019-05-044-17/+44
* Add float64_range and float32_range to package math/randgingerBill2019-04-281-0/+3
* Modify type_set_offsets to patch minor buggingerBill2019-04-282-2/+10
* Add `#load` to package odin/parsergingerBill2019-04-211-1/+1
* Slight change to determine_path_from_string rulesgingerBill2019-04-201-4/+8
* Change the file name rules for imports (use / rather than \ on windows)gingerBill2019-04-203-12/+48
* `#load` directive (request from #368) (Basic implementation)gingerBill2019-04-204-34/+129
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2019-04-193-22/+51
|\
| * Merge pull request #367 from kevinw/fix-json-parsingJeroen van Rijn2019-04-060-0/+0
| |\
| | * Fix som JSON parsing bugs.Kevin Watters2019-04-061-18/+20
| * | Merge pull request #358 from kevinw/masterJeroen van Rijn2019-04-062-22/+22
| |\ \ | | |/ | |/|
| | * Fix som JSON parsing bugs.Kevin Watters2019-04-061-18/+20
| | * Merge branch 'master' of github.com:odin-lang/OdinKevin Watters2019-04-061-0/+29
| | |\ | | |/ | |/|
| * | call_external_process cleanupJeroen van Rijn2019-04-051-20/+14
| * | Add helpers to launch process and open website.Jeroen van Rijn2019-04-051-0/+35
| | * Merge branch 'master' of github.com:odin-lang/OdinKevin Watters2019-04-017-17/+95
| | |\ | | |/ | |/|
| | * Merge branch 'master' of github.com:odin-lang/OdinKevin Watters2019-03-3113-57/+109
| | |\
| | * | Remove unused import from demo.odin.Kevin Watters2019-03-261-1/+0