aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / /
* | | | Merge pull request #1842 from ftphikari/mastergingerBill2022-06-122-0/+4
|\ \ \ \
| * | | | sys/windows: add GetTextExtentPoint32Whikari2022-06-111-0/+1
| * | | | sys/windows: add a couple of constantshikari2022-06-101-0/+3
* | | | | Minor change to `shrink`gingerBill2022-06-121-4/+4
* | | | | Merge pull request #1820 from Tetralux/shrinkgingerBill2022-06-123-2/+110
|\ \ \ \ \
| * | | | | [runtime] Add builtin `shrink` for dynamic arrays and mapsTetralux2022-06-043-2/+110
* | | | | | Merge pull request #1827 from JungerBoyo/patch-1gingerBill2022-06-121-0/+27
|\ \ \ \ \ \
| * | | | | | unset functionJungerBoyo2022-06-031-0/+27
| | |_|/ / / | |/| | | |
* | | | | | Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ter...gingerBill2022-06-122-12/+63
* | | | | | Minor fixgingerBill2022-06-111-1/+1
* | | | | | Correct distinction between indirection and record levelgingerBill2022-06-111-15/+28
* | | | | | Disable againgingerBill2022-06-111-3/+3
* | | | | | Re-enable string quoting within recordsgingerBill2022-06-111-3/+3