aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix data races in `os2/env_linux.odin`Feoramund2025-03-041-28/+20
* Fix typoFeoramund2025-03-041-1/+1
* Fix indentationFeoramund2025-03-041-1/+1
* Shorten buffers used for `os2.random_string` resultsFeoramund2025-03-031-2/+2
* Make `os2.random_string` use `context.random_generator`Feoramund2025-03-031-38/+9
* dynlib: fix initialize_symbols when there is no field for the handle in the s...Laytan Laats2025-03-031-0/+5
* sys/windows: fix tabsLaytan Laats2025-03-031-4/+4
* Add missing allocator in `os2.file_info_clone`Feoramund2025-03-021-1/+1
* Fix wrong path in `os2.user_config_dir`Feoramund2025-03-021-1/+1
* Fix: When resizing a virtual arena by commiting more of the already reserved ...alektron2025-03-021-0/+2
* Merge pull request #4884 from Dzentsetsu/masterJeroen van Rijn2025-03-021-0/+7
|\
| * Update core/sys/windows/dwmapi.odingingerBill2025-03-021-1/+1
| * Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferencesRoman Osipov2025-02-261-0/+7
* | Fix documentation for simd_shuffleflysand72025-03-021-5/+3
* | Merge branch 'master' into docs-simdflysand72025-03-02192-2958/+9603
|\ \
| * \ Merge pull request #4887 from Skytrias/skytrias-orca-ui-updateLaytan2025-03-013-514/+505
| |\ \
| | * | proper enumsMichael Kutowski2025-03-013-96/+87
| | * | Update to newest orca bindings (UI Update), remove logging due to cyclic impo...Michael Kutowski2025-02-264-503/+503
| * | | Merge pull request #4877 from laytan/os2-additionsgingerBill2025-02-2812-88/+582
| |\ \ \
| | * | | os/os2: recursive directory walker, expose errors in read_directory, file cloneLaytan Laats2025-02-2412-88/+582
| * | | | Merge pull request #4891 from Feoramund/fix-4890gingerBill2025-02-285-16/+39
| |\ \ \ \
| | * | | | Fix #4890Feoramund2025-02-275-16/+39
| | | |/ / | | |/| |
| * | | | Add `Error` to `os2.set_env`gingerBill2025-02-285-43/+32
| * | | | Add `Error` as part of the return values of `os2.environ`gingerBill2025-02-286-41/+46
| |/ / /
| * | / Update doc.odinGithubaccountlol2025-02-261-2/+2
| | |/ | |/|
| * | Fix `rune` printing with `%b`gingerBill2025-02-251-1/+1
| * | slice: use `card` in `bitset_to_enum_slice_with_make`Laytan Laats2025-02-241-2/+1
| |/
| * Merge pull request #4466 from Barinzaya/simd_extract_msbsgingerBill2025-02-241-0/+3
| |\
| | * Added simd_extract_lsbs intrinsic as well.Barinzaya2025-02-241-0/+1
| | * Added simd_extract_msbs intrinsic.Barinzaya2025-02-241-0/+2
| * | Add `@(require_results)` to random generatorgingerBill2025-02-241-1/+0
| |/
| * SavePanel_URL returns ^URL instead of ^ArrayKeenan Woodall2025-02-231-2/+2
| * Fix multiple vulnerabilities in the resolverChristiano Haesbaert2025-02-231-9/+21
| * Fix missing error when TCP connection refused.Jeroen van Rijn2025-02-231-1/+2
| * Merge pull request #4845 from Barinzaya/fmt_variable_wp_without_indexgingerBill2025-02-201-0/+8
| |\
| | * Support use of `*` in format strings without an index.Barinzaya2025-02-141-0/+8
| * | Pass in allocator and loc to core:flags.parse()dozn2025-02-151-1/+1
| |/
| * fix space indentationsLaytan Laats2025-02-121-151/+151
| * fix addrinfo struct defLaytan Laats2025-02-121-9/+22
| * Merge pull request #4815 from NotKyon/mastergingerBill2025-02-103-0/+2696
| |\
| | * Win32: Fix strict style conformance.NotKyon2025-02-091-1/+1
| | * Win32: Fix cross-platform compilation.NotKyon2025-02-092-77/+79
| | * Win32: Fix -vet errors.NotKyon2025-02-091-12/+12
| | * Add common Windows control messages, constants, structures, macros, and support.NotKyon2025-02-093-0/+2694
| * | Fix tlsf block adjustmentLucas Perlind2025-02-101-1/+1
| * | Add more win32 STARTF_* constantskjdslf2025-02-091-1/+18
| |/
| * Merge pull request #4814 from haesbaert/dns-cleanupJeroen van Rijn2025-02-091-0/+3
| |\
| | * Cleanup allocated dns runtime dataChristiano Haesbaert2025-02-091-0/+3
| * | Fix some compression bugs in dns.Christiano Haesbaert2025-02-091-8/+15
| |/
| * Merge pull request #4681 from haesbaert/sockaddrJeroen van Rijn2025-02-081-22/+35
| |\