| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix zero value initialization in IR | gingerBill | 2018-02-11 | 2 | -39/+35 |
| * | Minor `context` fix | gingerBill | 2018-02-05 | 1 | -7/+1 |
| * | `distinct` keyword for type declarations | gingerBill | 2018-02-05 | 10 | -81/+81 |
| * | functions, structs and constants related to getting file notifications | Mikkel Hjortshoej | 2018-02-03 | 1 | -0/+69 |
| * | Fix issue #181 | gingerBill | 2018-02-03 | 1 | -3/+4 |
| * | Fix bug #179 | gingerBill | 2018-02-03 | 1 | -6/+3 |
| * | Add extra zero init for IR | gingerBill | 2018-01-31 | 2 | -7/+6 |
| * | Fix literal | gingerBill | 2018-01-28 | 1 | -1/+1 |
| * | Simplify printing for float and complex types | gingerBill | 2018-01-28 | 2 | -20/+8 |
| * | Add `__print_type` to runtime | gingerBill | 2018-01-28 | 1 | -8/+164 |
| * | Reduce type info data size in IR | gingerBill | 2018-01-28 | 1 | -1/+1 |
| * | Improve min-dep for Type Info | gingerBill | 2018-01-28 | 2 | -19/+87 |
| * | Remove old math constants | gingerBill | 2018-01-28 | 2 | -2/+3 |
| * | Fix printf bug #177 | gingerBill | 2018-01-28 | 1 | -8/+9 |
| * | More file handling functions | Mikkel Hjortshoej | 2018-01-25 | 1 | -0/+7 |
| * | added stuff to windows.odin | Mikkel Hjortshoej | 2018-01-24 | 1 | -1/+59 |
| * | Fix sync_windows.odin | gingerBill | 2018-01-21 | 1 | -1/+1 |
| * | Change `thread.odin` to use a `rawptr` rather than `any` | gingerBill | 2018-01-21 | 1 | -1/+2 |
| * | `-no-bounds-check` | gingerBill | 2018-01-18 | 1 | -10/+0 |
| * | Add math/rand.odin | gingerBill | 2018-01-17 | 1 | -0/+60 |
| * | Named return value act as variables; Code reorganization | gingerBill | 2018-01-17 | 3 | -13/+14 |
| * | Update sys/windows.odin to use `Bool :: b32;` rather than `i32` | gingerBill | 2018-01-17 | 2 | -8/+6 |
| * | Specific sized booleans: b8, b16, b32, b64 | gingerBill | 2018-01-17 | 1 | -7/+21 |
| * | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2018-01-17 | 1 | -2/+1 |
| |\ |
|
| | * | Fix mem.odin #173 | gingerBill | 2018-01-12 | 1 | -2/+1 |
| * | | Remove `u128` and `i128` | gingerBill | 2018-01-13 | 5 | -116/+66 |
| |/ |
|
| * | Fix issue #167 regarding abs, min, and, max for floats | gingerBill | 2017-12-27 | 1 | -7/+37 |
| * | Fix `free_map` | gingerBill | 2017-12-21 | 1 | -1/+0 |
| * | Fix `free_map` | gingerBill | 2017-12-21 | 1 | -6/+3 |
| * | Revert `map` to be a value type and not a reference type | gingerBill | 2017-12-21 | 3 | -40/+7 |
| * | Fix len, cap, comparison against nil for `map` | gingerBill | 2017-12-18 | 1 | -4/+14 |
| * | `map` is internally backed by a pointer (i.e. a "reference type") | gingerBill | 2017-12-17 | 3 | -30/+61 |
| * | Remove `struct #ordered` | gingerBill | 2017-12-17 | 8 | -67/+65 |
| * | Print `nil` for nil procedures in fmt.odin | gingerBill | 2017-12-12 | 1 | -3/+8 |
| * | Disable struct field reordering (for the time being) | gingerBill | 2017-12-12 | 4 | -23/+16 |
| * | Change how abs, min, max, and clamp are implemented for floats | gingerBill | 2017-12-11 | 2 | -5/+18 |
| * | Fix proc groups from import names | gingerBill | 2017-12-10 | 3 | -6/+18 |
| * | Explicit procedure group; Remove implicit procedure overloading | gingerBill | 2017-12-09 | 1 | -3/+3 |
| * | Fix `write_entire_file` | gingerBill | 2017-12-06 | 1 | -1/+1 |
| * | Make core library use procedure groupings rather than normal overloading | gingerBill | 2017-12-04 | 13 | -368/+414 |
| * | Fix procedure grouping | gingerBill | 2017-12-03 | 1 | -20/+17 |
| * | Update demo.odin | gingerBill | 2017-12-03 | 2 | -11/+11 |
| * | &x.(type) | gingerBill | 2017-11-30 | 2 | -22/+26 |
| * | `buffer_from_slice` | gingerBill | 2017-11-30 | 1 | -0/+24 |
| * | Remove `vector` type (will be replaced by something else in the future) | gingerBill | 2017-11-30 | 4 | -43/+2 |
| * | Fix map IR bug | gingerBill | 2017-11-28 | 1 | -1/+1 |
| * | Update fmt for runes; Add `strings.contains_rune` | gingerBill | 2017-11-26 | 2 | -7/+14 |
| * | Remove old slice procedures | gingerBill | 2017-11-26 | 1 | -11/+0 |
| * | New slice memory layout (ptr+len); `byte` | gingerBill | 2017-11-26 | 14 | -338/+316 |
| * | `nil_allocator`; Fix IR type checking assert; `append_string` | gingerBill | 2017-11-26 | 2 | -9/+26 |