aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* windows i386 supportJon Lipstate2025-08-291-4/+12
* Fixed and added obj-c methods for NSWindowStanislav Ch. Nikolov2025-08-281-2/+11
* Merge pull request #5612 from Bazzas-Forks/mastergingerBill2025-08-263-0/+64
|\
| * Add `add/remove_document_event_listener()` to `core:sys/wasm/js`Bailey Gibbons2025-08-223-0/+64
* | Propogate `#caller_location` to core:container/queue procsMohit Sethi2025-08-221-12/+12
|/
* Check for EOF when scanning file tagsBrad Lewis2025-08-191-2/+2
* Fix buddy allocator assertalessio988882025-08-161-1/+1
* Merge pull request #5516 from cardboardguru76/darwin-foundation-support-for-h...gingerBill2025-08-152-0/+58
|\
| * Convert leading spaces to tabsSteve Waddicor2025-08-011-26/+26
| * Merge branch 'odin-lang:master' into darwin-foundation-support-for-handmade-h...cardboardguru762025-07-305-38/+394
| |\
| * | Additional obj-c methods for darwin FoundationSteve Waddicor2025-07-292-0/+58
* | | Merge pull request #5581 from Xotchkass/rand-cleanupgingerBill2025-08-151-31/+18
|\ \ \
| * | | remove private _random_u64 and move it's functionality into public uint64Xotchkass2025-08-141-19/+16
| * | | use runtime.random_generator_read_bytes in read procedure instead of filling ...Xotchkass2025-08-141-12/+2
* | | | Fix ITimer_Flags_Bits enum valuediniamo2025-08-141-1/+1
|/ / /
* | | Added getaddrinfo flagsWrath2025-08-121-0/+13
* | | Merge pull request #5558 from odin-lang/bill/init-fini-changesgingerBill2025-08-1052-113/+173
|\ \ \
| * | | Add another `contextless`bill/init-fini-changesgingerBill2025-08-081-1/+1
| * | | Add missing `contextless`gingerBill2025-08-082-2/+2
| * | | More contextless fixesgingerBill2025-08-084-12/+13
| * | | Add more "contextless"gingerBill2025-08-082-4/+8
| * | | Add contextless to another procgingerBill2025-08-081-2/+2
| * | | Fix more procedure to be `contextless`gingerBill2025-08-082-2/+2
| * | | Make `get_args` contextlessgingerBill2025-08-081-1/+8
| * | | Remove unused importgingerBill2025-08-081-1/+0
| * | | Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-0841-91/+140
* | | | Fix some webgl bindingsAlex Riedl2025-08-091-0/+37
|/ / /
* | | Change `is_utf16` field to `encoding` and use an enumgingerBill2025-08-055-6/+7
* | | Merge branch 'master' into bill/utf16-stringsgingerBill2025-08-053-4/+13
|\ \ \
| * \ \ Merge pull request #5540 from jared-cone/fix-windows-delete-after-freeLaytan2025-08-051-3/+3
| |\ \ \
| | * | | Fixed delete-after-free in file_windows.odinJared Cone2025-08-041-3/+3
| * | | | Adds @(no_instrumentation) to spall buffer and SCOPED operationsJack Punter2025-08-041-0/+4
| |/ / /
| * | | thread: set stack size to rlimitLaytan Laats2025-08-021-1/+6
* | | | Fix tests for UTF-16 stringsgingerBill2025-08-021-1/+1
* | | | Remove unneeded uses of `intrinsics.constant_utf16_cstring`gingerBill2025-08-021-1/+1
* | | | os2 internals -> (c)string16gingerBill2025-08-0210-49/+76
* | | | `for in string16`; Support `string16` across coregingerBill2025-08-0215-63/+93
* | | | Begin supporting `string16` across the core librarygingerBill2025-08-028-19/+27
* | | | Add `string16` and `cstring16` (UTF-16 based strings)gingerBill2025-08-024-0/+147
|/ / /
* | | Skip bounds checking on the inner accumulate loop.Barinzaya2025-07-311-2/+2
* | | Remove favor_size attributes inhibiting SIMD optimizations.Barinzaya2025-07-311-11/+0
* | | Various minor changes in XXH3.Barinzaya2025-07-311-19/+17
* | | Add static SIMD support to XXH3 in core:hash/xxhash.Barinzaya2025-07-314-4/+137
* | | Merge pull request #5513 from colrdavidson/spall_v3gingerBill2025-07-311-40/+98
|\ \ \
| * | | adjust scale with new format, fix segfault for auto-traceColin Davidson2025-07-301-1/+5
| * | | Merge remote-tracking branch 'live/master' into spall_v3Colin Davidson2025-07-301-3/+3
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'live/master' into spall_v3Colin Davidson2025-07-295-38/+394
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | oops, one more manual_headerColin Davidson2025-07-281-1/+1
| * | | | name_container_event -> name_eventColin Davidson2025-07-281-5/+5
| * | | | fix casts and constsColin Davidson2025-07-281-6/+8