aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add `MAKE_WORD`gingerBill2022-07-211-0/+4
* | | Minor improvementsgingerBill2022-07-191-15/+15
* | | Remove import cycle on FreeBSDgingerBill2022-07-184-25/+29
* | | Disallow `proc() do stmt` and only allow `proc() { stmt }`gingerBill2022-07-181-1/+1
* | | Fix printing of `bit_set` typesgingerBill2022-07-161-2/+2
* | | Fix murmur64a's tail handling.Jeroen van Rijn2022-07-151-86/+92
* | | Fix typogingerBill2022-07-151-1/+1
* | | Add `buffer_read_ptr` and `buffer_write_ptr`gingerBill2022-07-141-0/+8
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-07-1415-148/+110
|\ \ \
| * | | [hash] Give crc-64 a 64-bit seed.Jeroen van Rijn2022-07-141-2/+2
| * | | Correct naming in testsgingerBill2022-07-113-3/+3
| * | | Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-1111-143/+105
* | | | Fix `libc.putchar`gingerBill2022-07-141-1/+1
|/ / /
* / / flux fixed key deletion and generic in `flux_to`Michael Kutowski2022-06-281-11/+23
|/ /
* | Merge pull request #1826 from englerj/windows-bindingsgingerBill2022-06-282-8/+75
|\ \
| * | Fix tab spacing.Josh Engler2022-06-121-25/+25
| * | Merge branch 'master' into windows-bindingsJosh Engler2022-06-1111-281/+1313
| |\ \
| * | | - Added EnumDisplaySettingsW and friends.Josh Engler2022-06-032-9/+80
* | | | Merge pull request #1863 from OrigamiDev-Pete/mastergingerBill2022-06-281-11/+31
|\ \ \ \
| * | | | Correct error reportingPeter DV2022-06-271-11/+31
* | | | | Change LPCSTR to LPCWSTR in windows _W proceduresJimmy "Keeba" Lefevre2022-06-271-2/+2
|/ / / /
* | | | assign package docs to file docsPablo Narvaja2022-06-231-0/+1
* | | | Add runtime.dll_forward_reason for Windows DLLs.Jeroen van Rijn2022-06-212-5/+22
* | | | sys/windows: add constants and macrohikari2022-06-172-1/+17
* | | | Merge branch 'odin-lang:master' into masterftphikari2022-06-164-17/+49
|\ \ \ \
| * \ \ \ Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-06-161-6/+15
| |\ \ \ \
| | * | | | Update `strings.prefix_length` to handle partial UTF-8 runes.Jeroen van Rijn2022-06-161-6/+15
| * | | | | Rename to SJSON for the Simplified JSON notation variantgingerBill2022-06-162-3/+4
| |/ / / /
| * | | | Add numerous procedure groups `decode_rune`, `decode_last_rune`, `rune_count`...gingerBill2022-06-161-8/+30
* | | | | sys/windows: add RegSetKeyValueWhikari2022-06-161-0/+9
|/ / / /
* | | | Add `strings.prefix_length` & `slice.prefix_length`Jeroen van Rijn2022-06-162-0/+38
* | | | wrong variable names in functionshfr42022-06-141-5/+5
* | | | Allow %q with enumsgingerBill2022-06-131-2/+2
* | | | Increase record_level on displaying `map` valuesgingerBill2022-06-131-0/+2
* | | | Add missing commasgingerBill2022-06-131-2/+2
* | | | Minor changes to `core:slice/heap`; add to examples/allgingerBill2022-06-121-24/+24
* | | | Merge pull request #1830 from graphitemaster/dale/max_heapgingerBill2022-06-121-0/+231
|\ \ \ \
| * | | | fixDale Weiler2022-06-041-2/+1
| * | | | add max heap implementation to slice packageDale Weiler2022-06-041-0/+232
| |/ / /
* | | | Merge pull request #1818 from IanLilleyT/reserve_exceedgingerBill2022-06-121-2/+2
|\ \ \ \
| * | | | Reserve more space when exceeding, not meeting, capacityIan Lilley2022-06-011-2/+2
* | | | | Merge pull request #1819 from IanLilleyT/no_query_infogingerBill2022-06-124-9/+8
|\ \ \ \ \
| * | | | | tidying up Query_Info return value when not in query featuresIan Lilley2022-06-014-9/+8
| |/ / / /
* | | | | Merge pull request #1829 from totoki-kei/dev/totoki-kei/patch-testinggingerBill2022-06-121-1/+1
|\ \ \ \ \
| * | | | | [core:testing] add global_fail_timeout_thread nil checkTotoki Kei2022-06-041-1/+1
| | |/ / / | |/| | |
* | | | | Minor code clean upgingerBill2022-06-121-16/+10
* | | | | Update utf-32 printinggingerBill2022-06-121-19/+14
* | | | | Support UTF-16 printing with `[]u16` and `[^]u16` related typesgingerBill2022-06-121-18/+75
* | | | | Merge pull request #1828 from JungerBoyo/patch-2gingerBill2022-06-121-0/+10
|\ \ \ \ \
| * | | | | front() and back()JungerBoyo2022-06-041-0/+10
| |/ / / /