| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | v0.10.0v0.10.0 | gingerBill | 2019-06-02 | 1 | -1/+1 |
| | | |||||
| * | Move internal 128-bit stuff to a windows specific file | gingerBill | 2019-06-01 | 3 | -204/+209 |
| | | |||||
| * | Update README.md | gingerBill | 2019-05-30 | 1 | -11/+12 |
| | | |||||
| * | Update README.md | gingerBill | 2019-05-30 | 1 | -4/+36 |
| | | |||||
| * | Create FUNDING.yml | gingerBill | 2019-05-30 | 1 | -0/+4 |
| | | |||||
| * | Pedantic conversions on query data | gingerBill | 2019-05-29 | 1 | -18/+18 |
| | | |||||
| * | Fixes to ABI | gingerBill | 2019-05-29 | 3 | -17/+16 |
| | | |||||
| * | Fix bit set size with 128-bit integers | gingerBill | 2019-05-28 | 2 | -14/+18 |
| | | |||||
| * | Add i128/u128 support for bit sets | gingerBill | 2019-05-28 | 6 | -32/+43 |
| | | |||||
| * | Support 128-bit integers `i128` `u128` | gingerBill | 2019-05-28 | 10 | -53/+584 |
| | | |||||
| * | sync_atomic_* make most ordering parameters compile-time constant | gingerBill | 2019-05-28 | 1 | -12/+51 |
| | | |||||
| * | Improve tokenizer slightly | gingerBill | 2019-05-28 | 2 | -11/+25 |
| | | |||||
| * | Update parsers | gingerBill | 2019-05-28 | 3 | -3/+5 |
| | | |||||
| * | Make core library use `a..<b` rather than doing `a..b-1` | gingerBill | 2019-05-28 | 8 | -40/+40 |
| | | |||||
| * | Add `..<` operator for ranges; Add extra checking for bit set assignments | gingerBill | 2019-05-28 | 8 | -22/+71 |
| | | |||||
| * | -go-to-definitions (OGTD file format) | gingerBill | 2019-05-26 | 9 | -435/+768 |
| | | |||||
| * | -compact flag for 'odin query' | gingerBill | 2019-05-25 | 2 | -1/+13 |
| | | |||||
| * | odin query | gingerBill | 2019-05-25 | 12 | -86/+1018 |
| | | | | | Output .json file containing information about the program | ||||
| * | Fix polymorphic procedure return by pointer values #374 | gingerBill | 2019-05-19 | 2 | -18/+39 |
| | | |||||
| * | Change import name rules | gingerBill | 2019-05-19 | 1 | -5/+7 |
| | | |||||
| * | Merge pull request #375 from Zilarrezko/master | gingerBill | 2019-05-19 | 1 | -1/+1 |
| |\ | | | | | make_builder function now properly uses given allocator | ||||
| | * | make_builder function now properly uses given allocator | Zilarrezko | 2019-05-18 | 1 | -1/+1 |
| |/ | |||||
| * | Add an error for C-style pointer selector expressions using '->' when parsing | gingerBill | 2019-05-09 | 1 | -0/+7 |
| | | |||||
| * | Fix constant representability rules | gingerBill | 2019-05-09 | 1 | -6/+3 |
| | | |||||
| * | Fix package odin/parser | gingerBill | 2019-05-09 | 1 | -2/+2 |
| | | |||||
| * | Allow comparisons with bit field values | gingerBill | 2019-05-09 | 3 | -15/+58 |
| | | |||||
| * | Allow booleans to be assigned to a 1-bit bit field value | gingerBill | 2019-05-09 | 4 | -9/+28 |
| | | |||||
| * | Remove test code | gingerBill | 2019-05-09 | 1 | -3/+0 |
| | | |||||
| * | Fix bug with `clamp` | gingerBill | 2019-05-06 | 1 | -1/+1 |
| | | |||||
| * | Fix ||= and &&= | gingerBill | 2019-05-06 | 4 | -37/+75 |
| | | |||||
| * | Improve type inference for variadic parameters | gingerBill | 2019-05-04 | 3 | -5/+27 |
| | | |||||
| * | Fix parapoly related bugs #370 | gingerBill | 2019-05-04 | 2 | -10/+37 |
| | | |||||
| * | Minor change to bit_field assignment rules | gingerBill | 2019-05-04 | 4 | -17/+44 |
| | | |||||
| * | Add float64_range and float32_range to package math/rand | gingerBill | 2019-04-28 | 1 | -0/+3 |
| | | |||||
| * | Modify type_set_offsets to patch minor bug | gingerBill | 2019-04-28 | 2 | -2/+10 |
| | | |||||
| * | Add `#load` to package odin/parser | gingerBill | 2019-04-21 | 1 | -1/+1 |
| | | |||||
| * | Slight change to determine_path_from_string rules | gingerBill | 2019-04-20 | 1 | -4/+8 |
| | | |||||
| * | Change the file name rules for imports (use / rather than \ on windows) | gingerBill | 2019-04-20 | 3 | -12/+48 |
| | | |||||
| * | `#load` directive (request from #368) (Basic implementation) | gingerBill | 2019-04-20 | 4 | -34/+129 |
| | | |||||
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2019-04-19 | 3 | -22/+51 |
| |\ | |||||
| | * | Merge pull request #367 from kevinw/fix-json-parsing | Jeroen van Rijn | 2019-04-06 | 0 | -0/+0 |
| | |\ | | | | | | | Fix some JSON parsing bugs. | ||||
| | | * | Fix som JSON parsing bugs. | Kevin Watters | 2019-04-06 | 1 | -18/+20 |
| | | | | | | | | | | | | | | | | - Single digit integer keys `{"a": 5}` ` Negative float keys `{"b": -42.0}` | ||||
| | * | | Merge pull request #358 from kevinw/master | Jeroen van Rijn | 2019-04-06 | 2 | -22/+22 |
| | |\ \ | | |/ | |/| | Fix some -vet warnings; change import to core:math/bits | ||||
| | | * | Fix som JSON parsing bugs. | Kevin Watters | 2019-04-06 | 1 | -18/+20 |
| | | | | | | | | | | | | | | | | - Single digit integer keys `{"a": 5}` ` Negative float keys `{"b": -42.0}` | ||||
| | | * | Merge branch 'master' of github.com:odin-lang/Odin | Kevin Watters | 2019-04-06 | 1 | -0/+29 |
| | | |\ | | |/ | |/| | |||||
| | * | | call_external_process cleanup | Jeroen van Rijn | 2019-04-05 | 1 | -20/+14 |
| | | | | |||||
| | * | | Add helpers to launch process and open website. | Jeroen van Rijn | 2019-04-05 | 1 | -0/+35 |
| | | | | |||||
| | | * | Merge branch 'master' of github.com:odin-lang/Odin | Kevin Watters | 2019-04-01 | 7 | -17/+95 |
| | | |\ | | |/ | |/| | |||||
| | | * | Merge branch 'master' of github.com:odin-lang/Odin | Kevin Watters | 2019-03-31 | 13 | -57/+109 |
| | | |\ | |||||
| | | * | | Remove unused import from demo.odin. | Kevin Watters | 2019-03-26 | 1 | -1/+0 |
| | | | | | |||||