aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3003 from karl-zylinski/patch-1dev-2023-12gingerBill2023-12-051-1/+1
|\
| * virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default valu...Karl Zylinski2023-12-041-1/+1
* | strings: Fix up documentation of split_nflysand72023-12-051-0/+1
|/
* fix write on x86_64 DarwinLaytan Laats2023-12-041-1/+1
* Merge pull request #2984 from mtarik34b/add-min-index-and-max-index-procsgingerBill2023-12-021-0/+34
|\
| * Add min_index and max_index proceduresTarık B2023-11-261-0/+34
* | runtime: panic_allocator should use panic_allocator_procflga2023-12-011-4/+2
* | Fix missing clamp in core:math/big random.Jeroen van Rijn2023-11-271-1/+1
|/
* Removed some accidental semi-colons and converted indentation to tabs.Hector2023-11-251-46/+46
* Binary search improvementsHector2023-11-251-33/+82
* Merge pull request #2973 from flysand7/dial_tcp_bugJeroen van Rijn2023-11-251-1/+1
|\
| * [net]: Fix passing the wrong socket to on linuxflysand72023-11-241-1/+1
* | Merge pull request #2918 from flysand7/math-docJeroen van Rijn2023-11-241-11/+11
|\ \
| * | [math]: Fix the doc comments on F64_* constantsflysand72023-11-041-11/+11
* | | Merge pull request #2939 from laytan/allow-larger-thread-poly-dataJeroen van Rijn2023-11-241-38/+55
|\ \ \ | |_|/ |/| |
| * | Allow larger thread poly dataLaytan Laats2023-11-151-38/+55
* | | Merge pull request #2942 from flga/masterJeroen van Rijn2023-11-242-1/+3
|\ \ \
| * | | core:sys/linux: rename Perf_Read_Format_Flagsflga2023-11-101-2/+3
| * | | core:sys/linux: make Perf_Read_Format a bitsetflga2023-11-102-2/+3
* | | | Merge pull request #2972 from flysand7/net-socket-anyJeroen van Rijn2023-11-241-3/+38
|\ \ \ \
| * | | | [net]: Add send_any, recv_any variants to proc groups for Any_Socketflysand72023-11-241-3/+38
* | | | | Merge pull request #2950 from laytan/fix-nil-exceptions-with-incomplete-code-...Jeroen van Rijn2023-11-242-48/+61
|\ \ \ \ \
| * | | | | use start pos as end pos if end node is nilLaytan Laats2023-11-221-1/+1
| * | | | | fix nil exceptions with incomplete code parseLaytan Laats2023-11-122-48/+61
| | |/ / / | |/| | |
* | | | | Merge pull request #2952 from Pingar5/masterJeroen van Rijn2023-11-244-1/+32
|\ \ \ \ \
| * | | | | Add various missing windows proceduresBrennen Shaughnessy2023-11-224-1/+32
* | | | | | Remove unneeded `typeid_of`gingerBill2023-11-231-1/+1
* | | | | | Merge pull request #2899 from jakubtomsu/more-sys-windowsJeroen van Rijn2023-11-235-4/+442
|\ \ \ \ \ \
| * | | | | | Fix tabsjakubtomsu2023-11-031-2/+2
| * | | | | | Fix indentation and stylejakubtomsu2023-10-313-308/+308
| * | | | | | Add WaitFor* Ex variantsjakubtomsu2023-10-281-0/+8
| * | | | | | Merge branch 'odin-lang:master' into more-sys-windowsjakubtomsu2023-10-273-2/+36
| |\ \ \ \ \ \
| * | | | | | | SHGetKnownFolderPath etc.jakubtomsu2023-10-272-4/+182
| * | | | | | | Dbghelpjakubtomsu2023-10-272-0/+252
* | | | | | | | Add assert to disallow `-no-crt` when importing `core:c/libc`gingerBill2023-11-231-0/+2
* | | | | | | | check to see if s.builder is nilMichael Kutowski2023-11-231-1/+1
* | | | | | | | forgot to use the old package nameMichael Kutowski2023-11-231-1/+1
* | | | | | | | Add setup_once and clear_all, tidy up old code and add a few commentsMichael Kutowski2023-11-221-30/+76
* | | | | | | | Merge pull request #2894 from jakubtomsu/union-tag-intrinsicsgingerBill2023-11-221-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | return uintptr from type_union_tag_offsetjakubtomsu2023-11-221-1/+1
| * | | | | | | | Merge branch 'odin-lang:master' into union-tag-intrinsicsjakubtomsu2023-10-271-2/+2
| |\| | | | | | |
| * | | | | | | | Remove len,cap,min,max and implement type_union_base_tag_value, type_union_v...jakubtomsu2023-10-271-3/+5
| * | | | | | | | Rename type_union_tag to type_union_tag_typejakubtomsu2023-10-251-2/+2
| * | | | | | | | Merge branch 'odin-lang:master' into union-tag-intrinsicsjakubtomsu2023-10-252-4/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'odin-lang:master' into union-tag-intrinsicsjakubtomsu2023-10-253-8/+93
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Naming, use variant index instead of tagjakubtomsu2023-10-241-0/+5
* | | | | | | | | | | Lower `MAP_MIN_LOG2_CAPACITY` from `6` to `3` (64->8)gingerBill2023-11-221-1/+1
* | | | | | | | | | | Merge pull request #2967 from reavencode/mastergingerBill2023-11-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add DwmGetWindowAttribute to core/sys/windowsreavencode2023-11-211-0/+1
* | | | | | | | | | | | Fix errant tab in alignment.Jeroen van Rijn2023-11-221-2/+2
|/ / / / / / / / / / /