aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Correct handling newlines between build tags in `core:odin`Damian Tarnawski2024-12-011-3/+21
| |/ / / / / / /
* | | | | | | | Merge branch 'simd-docs' into docs-simdflysand72025-01-211-86/+90
|\ \ \ \ \ \ \ \
| * | | | | | | | Suggestion fixesflysand72025-01-211-64/+75
| * | | | | | | | dynlib: unload library before loading again & add LIBRARY_FILE_EXTENSION cons...Laytan Laats2024-12-015-18/+36
| * | | | | | | | Make `O_RDONLY` default for `os.open` on all platforms.Jeroen van Rijn2024-12-013-588/+579
| * | | | | | | | Fix binomial functionEvan Martinez2024-12-011-1/+1
| * | | | | | | | fix `DNS_RECORD.Data` error align on windows i386zhylmzr2024-12-011-1/+1
| * | | | | | | | sys/info & odin report: rework macos version retrievalLaytan Laats2024-12-015-571/+282
| * | | | | | | | add macos 15.1.1 to odin report and sys/infoLaytan Laats2024-12-011-0/+2
| * | | | | | | | fix unmarshal unhandled error (#4515)o:tone2024-12-011-1/+1
| * | | | | | | | Remove `core:c/frontend`gingerBill2024-12-018-2740/+0
| * | | | | | | | oopsColin Davidson2024-12-011-2/+2
| * | | | | | | | fix parsing issue around utc/localtime splitColin Davidson2024-12-011-10/+7
| * | | | | | | | Fix a bug in hxa decoder found by the new checkjakubtomsu2024-12-011-1/+1
| * | | | | | | | Fix typo in Quaternion dot productDudejoe8702024-12-011-3/+3
| * | | | | | | | sys/posix: add MAP_ANONYMOUSLaytan Laats2024-12-012-16/+16
| * | | | | | | | add missing macos versionLaytan Laats2024-12-011-0/+15
| * | | | | | | | os2: skip dir test when unsupportedLaytan Laats2024-12-011-1/+1
| * | | | | | | | sys/posix: fix dirfd on netbsdLaytan Laats2024-12-011-9/+25
| * | | | | | | | os2: fix file type detection in dir_windowsLaytan Laats2024-12-012-14/+10
| * | | | | | | | os2: fix leak in dir_windowsLaytan Laats2024-12-011-0/+1
| * | | | | | | | Fix integer typeNicknEma2024-12-011-1/+1
| * | | | | | | | Check for more errors in json.unmarshalgingerBill2024-12-011-15/+34
| * | | | | | | | core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constantsA10293847562024-12-012-38/+46
| * | | | | | | | core:sys/linux - flags, spacing, inotify_initA10293847562024-12-014-23/+37
| * | | | | | | | core:sys/linux - fixed vet errorsA10293847562024-12-012-2/+2
| * | | | | | | | core:sys/linux - implemented inotifyA10293847562024-12-014-3/+72
| * | | | | | | | Remove relative types from json marshallergingerBill2024-12-011-6/+0
| * | | | | | | | Use tabs instead of spacesAlex Overstreet2024-12-011-10/+10
| * | | | | | | | Add STICKYKEYS, TOGGLEKEYS, and FILTERKEYSAlex Overstreet2024-12-011-0/+61
| * | | | | | | | Add NSApplication bindings for `mainWindow` and `keyWindow`Sebastian Pahnke2024-12-011-0/+10
| * | | | | | | | Remove `#relative` types from the compilergingerBill2024-12-013-98/+27
| * | | | | | | | Increase size of JS keyboard event key/code buffer sizep2jason2024-12-012-4/+4
| * | | | | | | | reflect: add `enum_value_has_name` procLaytan Laats2024-12-011-0/+21
| * | | | | | | | Add core:slice.size to get the byte size of a slice's backing dataBazzagibbs2024-12-011-0/+6
| * | | | | | | | Correct zlib usage in docJacob Pfeiffer2024-12-011-1/+2
| * | | | | | | | Update scanner.odinDoeke Wartena2024-12-011-1/+1
| * | | | | | | | added unlinking section to posix socket binding documentationA10293847562024-12-011-0/+6
| * | | | | | | | Minor formatting changegingerBill2024-12-011-6/+6
| * | | | | | | | oops, missed a commaColin Davidson2024-12-011-1/+1
| * | | | | | | | add new test, better fail-check, and non-transitioning tz fixColin Davidson2024-12-012-0/+18
| * | | | | | | | Fix #4406 `os2` to not close the std file handles but rather just free the me...gingerBill2024-12-011-3/+3
| * | | | | | | | Mark procs as "contextless" in winerror.odinNicknEma2024-12-011-7/+7
| * | | | | | | | Missing paren.Jeroen van Rijn2024-12-011-1/+1
| * | | | | | | | `mem.is_aligned` is in bytes, not log2 bytesJeroen van Rijn2024-12-011-1/+3
| * | | | | | | | Removed event hook callback from add_*_event_listener functionsp2jason2024-12-011-18/+4
| * | | | | | | | Removed event queue from add_*_event_listener JS functions and added event ho...p2jason2024-12-012-35/+43
| * | | | | | | | Changed boolean parameters to bit set in the add_*_event_listener functionsp2jason2024-12-011-6/+6
| * | | | | | | | Added parameters to the add_*_event_listener JS functions for stopping event ...p2jason2024-12-012-11/+20
| * | | | | | | | fix tabsLaytan Laats2024-12-011-15/+15