| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Add `MAKE_WORD` | gingerBill | 2022-07-21 | 1 | -0/+4 | |
| * | | | Minor improvements | gingerBill | 2022-07-19 | 1 | -15/+15 | |
| * | | | Remove import cycle on FreeBSD | gingerBill | 2022-07-18 | 4 | -25/+29 | |
| * | | | Disallow `proc() do stmt` and only allow `proc() { stmt }` | gingerBill | 2022-07-18 | 1 | -1/+1 | |
| * | | | Fix printing of `bit_set` types | gingerBill | 2022-07-16 | 1 | -2/+2 | |
| * | | | Fix murmur64a's tail handling. | Jeroen van Rijn | 2022-07-15 | 1 | -86/+92 | |
| * | | | Fix typo | gingerBill | 2022-07-15 | 1 | -1/+1 | |
| * | | | Add `buffer_read_ptr` and `buffer_write_ptr` | gingerBill | 2022-07-14 | 1 | -0/+8 | |
| * | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2022-07-14 | 15 | -148/+110 | |
| |\ \ \ | ||||||
| | * | | | [hash] Give crc-64 a 64-bit seed. | Jeroen van Rijn | 2022-07-14 | 1 | -2/+2 | |
| | * | | | Correct naming in tests | gingerBill | 2022-07-11 | 3 | -3/+3 | |
| | * | | | Rename strings.Builder procedures to be consistent with the rest of the core ... | gingerBill | 2022-07-11 | 11 | -143/+105 | |
| * | | | | Fix `libc.putchar` | gingerBill | 2022-07-14 | 1 | -1/+1 | |
| |/ / / | ||||||
| * / / | flux fixed key deletion and generic in `flux_to` | Michael Kutowski | 2022-06-28 | 1 | -11/+23 | |
| |/ / | ||||||
| * | | Merge pull request #1826 from englerj/windows-bindings | gingerBill | 2022-06-28 | 2 | -8/+75 | |
| |\ \ | ||||||
| | * | | Fix tab spacing. | Josh Engler | 2022-06-12 | 1 | -25/+25 | |
| | * | | Merge branch 'master' into windows-bindings | Josh Engler | 2022-06-11 | 11 | -281/+1313 | |
| | |\ \ | ||||||
| | * | | | - Added EnumDisplaySettingsW and friends. | Josh Engler | 2022-06-03 | 2 | -9/+80 | |
| * | | | | Merge pull request #1863 from OrigamiDev-Pete/master | gingerBill | 2022-06-28 | 1 | -11/+31 | |
| |\ \ \ \ | ||||||
| | * | | | | Correct error reporting | Peter DV | 2022-06-27 | 1 | -11/+31 | |
| * | | | | | Change LPCSTR to LPCWSTR in windows _W procedures | Jimmy "Keeba" Lefevre | 2022-06-27 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | assign package docs to file docs | Pablo Narvaja | 2022-06-23 | 1 | -0/+1 | |
| * | | | | Add runtime.dll_forward_reason for Windows DLLs. | Jeroen van Rijn | 2022-06-21 | 2 | -5/+22 | |
| * | | | | sys/windows: add constants and macro | hikari | 2022-06-17 | 2 | -1/+17 | |
| * | | | | Merge branch 'odin-lang:master' into master | ftphikari | 2022-06-16 | 4 | -17/+49 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2022-06-16 | 1 | -6/+15 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Update `strings.prefix_length` to handle partial UTF-8 runes. | Jeroen van Rijn | 2022-06-16 | 1 | -6/+15 | |
| | * | | | | | Rename to SJSON for the Simplified JSON notation variant | gingerBill | 2022-06-16 | 2 | -3/+4 | |
| | |/ / / / | ||||||
| | * | | | | Add numerous procedure groups `decode_rune`, `decode_last_rune`, `rune_count`... | gingerBill | 2022-06-16 | 1 | -8/+30 | |
| * | | | | | sys/windows: add RegSetKeyValueW | hikari | 2022-06-16 | 1 | -0/+9 | |
| |/ / / / | ||||||
| * | | | | Add `strings.prefix_length` & `slice.prefix_length` | Jeroen van Rijn | 2022-06-16 | 2 | -0/+38 | |
| * | | | | wrong variable names in functions | hfr4 | 2022-06-14 | 1 | -5/+5 | |
| * | | | | Allow %q with enums | gingerBill | 2022-06-13 | 1 | -2/+2 | |
| * | | | | Increase record_level on displaying `map` values | gingerBill | 2022-06-13 | 1 | -0/+2 | |
| * | | | | Add missing commas | gingerBill | 2022-06-13 | 1 | -2/+2 | |
| * | | | | Minor changes to `core:slice/heap`; add to examples/all | gingerBill | 2022-06-12 | 1 | -24/+24 | |
| * | | | | Merge pull request #1830 from graphitemaster/dale/max_heap | gingerBill | 2022-06-12 | 1 | -0/+231 | |
| |\ \ \ \ | ||||||
| | * | | | | fix | Dale Weiler | 2022-06-04 | 1 | -2/+1 | |
| | * | | | | add max heap implementation to slice package | Dale Weiler | 2022-06-04 | 1 | -0/+232 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #1818 from IanLilleyT/reserve_exceed | gingerBill | 2022-06-12 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Reserve more space when exceeding, not meeting, capacity | Ian Lilley | 2022-06-01 | 1 | -2/+2 | |
| * | | | | | Merge pull request #1819 from IanLilleyT/no_query_info | gingerBill | 2022-06-12 | 4 | -9/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tidying up Query_Info return value when not in query features | Ian Lilley | 2022-06-01 | 4 | -9/+8 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1829 from totoki-kei/dev/totoki-kei/patch-testing | gingerBill | 2022-06-12 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [core:testing] add global_fail_timeout_thread nil check | Totoki Kei | 2022-06-04 | 1 | -1/+1 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Minor code clean up | gingerBill | 2022-06-12 | 1 | -16/+10 | |
| * | | | | | Update utf-32 printing | gingerBill | 2022-06-12 | 1 | -19/+14 | |
| * | | | | | Support UTF-16 printing with `[]u16` and `[^]u16` related types | gingerBill | 2022-06-12 | 1 | -18/+75 | |
| * | | | | | Merge pull request #1828 from JungerBoyo/patch-2 | gingerBill | 2022-06-12 | 1 | -0/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | front() and back() | JungerBoyo | 2022-06-04 | 1 | -0/+10 | |
| | |/ / / / | ||||||