aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | webgl: add `BlendEquationSeparate` and `GetParameter4i`Laytan Laats2025-03-121-0/+10
| | | |/ / / /
| | * / / / / core/sys/wasm/js: improve gamepad APILaytan Laats2025-03-122-11/+46
| | |/ / / /
| | * | | | Fix linux.rt_sigactionjason2025-03-101-1/+1
| | * | | | Merge pull request #4919 from latedeployment/add-linux-syscallsgingerBill2025-03-101-1/+14
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Add missing syscalls from map_shadow_stack to removexattratlatedeployment2025-03-071-1/+14
| | * | | | Update `fmt` docs for procedures with a default allocator parameterAdam Zadrożny2025-03-091-7/+14
| | * | | | [datetime]: Remove the definition of EPOCHflysand72025-03-062-12/+9
| | * | | | Remove unneeded slicing in `strings.clone`Feoramund2025-03-051-1/+1
| | * | | | 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 branch 'master' into macharenaColin Davidson2025-04-261-11/+8
| |\ \ \ \
| * \ \ \ \ update to masterColin Davidson2024-11-20167-2622/+6143
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into macharenaColin Davidson2024-09-24401-3352/+10760
| |\ \ \ \ \ \
| * | | | | | | spawn tweaksColin Davidson2024-09-243-6/+18
| * | | | | | | add more dyld supportColin Davidson2024-08-291-0/+60
| * | | | | | | oops, duplicate constColin Davidson2024-08-291-2/+0
| * | | | | | | add more dyld info collectColin Davidson2024-08-291-0/+11
| * | | | | | | add thread-info and memmap-infoColin Davidson2024-08-291-0/+34
| * | | | | | | add ARM thread stateColin Davidson2024-08-291-2/+20
| * | | | | | | initial posix/spawnColin Davidson2024-08-291-0/+13
| * | | | | | | more useful piecesColin Davidson2024-08-281-6/+74
| * | | | | | | add stuff needed for process controlColin Davidson2024-08-252-3/+87
* | | | | | | | Fixed json null value parsingCourtney Strachan2025-03-021-1/+7
| |_|_|_|/ / / |/| | | | | |
* | | | | | | 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