aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix #4406 `os2` to not close the std file handles but rather just free the me...gingerBill2024-11-041-3/+3
* Mark procs as "contextless" in winerror.odinNicknEma2024-11-041-7/+7
* Missing paren.Jeroen van Rijn2024-11-031-1/+1
* `mem.is_aligned` is in bytes, not log2 bytesJeroen van Rijn2024-11-031-1/+3
* Merge pull request #4415 from p2jason/masterLaytan2024-11-011-14/+17
|\
| * Removed event hook callback from add_*_event_listener functionsp2jason2024-10-311-18/+4
| * Removed event queue from add_*_event_listener JS functions and added event ho...p2jason2024-10-312-35/+43
| * Changed boolean parameters to bit set in the add_*_event_listener functionsp2jason2024-10-251-6/+6
| * Added parameters to the add_*_event_listener JS functions for stopping event ...p2jason2024-10-242-11/+20
* | fix tabsLaytan Laats2024-11-011-15/+15
* | testing: separate the posix import into target filesLaytan Laats2024-11-013-17/+32
* | fix thread_unix for Darwin after pthread corrections in posix packageLaytan Laats2024-10-303-7/+25
* | Merge pull request #4427 from laytan/posix-additionsgingerBill2024-10-3074-1578/+1352
|\ \
| * | fix testLaytan2024-10-282-5/+8
| * | port pthread_mutex_t and pthread_cond_t from sys/unix cause miniaudio wants itLaytan2024-10-281-4/+44
| * | clean up dynlib and path/filepath with sys/posixLaytan2024-10-285-53/+40
| * | remove pthread from sys/unix and use sys/posix where usedLaytan2024-10-2810-749/+38
| * | sys/posix: impl rest of linux, impl some of WindowsLaytan Laats2024-10-2859-772/+1227
* | | Merge pull request #4436 from karl-zylinski/utf8string-last-rune-buggingerBill2024-10-301-1/+1
|\ \ \
| * | | Fix for using utf8string.at with last rune index returning wrong rune.Karl Zylinski2024-10-301-1/+1
* | | | Merge pull request #4430 from Wyr0X/patch-1Laytan2024-10-291-1/+1
|\ \ \ \
| * | | | fix cbor.to_json always returning array of tuples for objectsAlexis Caraballo2024-10-291-1/+1
* | | | | Fix image.which_bytesJeroen van Rijn2024-10-291-1/+1
|/ / / /
* | | | Merge pull request #4423 from laytan/rand-choice-bit-setLaytan2024-10-281-0/+49
|\ \ \ \
| * | | | math/rand: `choice_bit_set` return `not_empty` -> `ok`Laytan2024-10-281-3/+3
| * | | | math/rand: add `choice_bit_set`Laytan Laats2024-10-261-0/+49
* | | | | Merge pull request #4426 from SrMordred/patch-1Laytan2024-10-281-1/+1
|\ \ \ \ \
| * | | | | Update process_windows.odinPatric Dexheimer2024-10-271-1/+1
* | | | | | Merge pull request #4421 from IllusionMan1212/fix-escaping-rune-greater-than-...Jeroen van Rijn2024-10-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | core/io: correctly escape runes greater than 0xFFFFIllusionMan12122024-10-261-1/+1
| |/ / / /
* | | | | Fix possible leak in recursive `filepath.glob`gingerBill2024-10-271-0/+7
* | | | | sys/wasm/js: add `set_element_style`Laytan Laats2024-10-262-0/+12
* | | | | encoding/cbor: fix skipping of ignored/missing fields in struct unmarshalLaytan Laats2024-10-261-0/+2
| |/ / / |/| | |
* | | | Merge pull request #4420 from laytan/cbor-better-handling-of-mismatch-in-stru...Laytan2024-10-261-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | encoding/cbor: handle binary having more fields than the struct by discardingLaytan Laats2024-10-251-1/+13
| | |/ | |/|
* | | Merge pull request #4419 from laytan/rand-choice-enum-non-contiguousJeroen van Rijn2024-10-251-15/+15
|\ \ \
| * | | math/rand: support non-contiguous enums in choice_enumLaytan Laats2024-10-251-15/+15
| |/ /
* | | Merge pull request #4398 from laytan/image-misuse-panicLaytan2024-10-251-1/+9
|\ \ \ | |/ / |/| |
| * | image: add panic when load is called without any registered loadersLaytan Laats2024-10-201-1/+9
| |/
* | Merge pull request #4402 from Lperlind/utf16_rune_countgingerBill2024-10-231-1/+13
|\ \
| * | core/unicode/utf16: add rune_count procLucas Perlind2024-10-211-1/+13
* | | Merge pull request #4410 from tf2spi/issue-4397-fixgingerBill2024-10-231-1/+2
|\ \ \
| * | | Fix magnitude check in parse_f64_prefixMisomosi2024-10-221-1/+2
* | | | Merge pull request #4335 from colrdavidson/datetime_tzJeroen van Rijn2024-10-2214-31/+1450
|\ \ \ \
| * | | | add better comment about freebsd hacksColin Davidson2024-10-211-0/+2
| * | | | Update core/time/timezone/tzdate.odinColin Davidson2024-10-211-1/+1
| * | | | Update core/time/timezone/tzdate.odinColin Davidson2024-10-211-1/+1
| * | | | add julian day rule resolversColin Davidson2024-10-101-8/+27
| * | | | swap datetime_to_str to aprintfColin Davidson2024-10-101-5/+3
| * | | | delete local_str with the appropriate allocatorColin Davidson2024-10-101-1/+1