aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add `@(require_results)` `core:math/linalg` proceduresgingerBill2023-05-227-24/+638
| * | | | Add `@(require_results)` to `core:math/noise`gingerBill2023-05-221-0/+9
| * | | | Add `@(require_results)` to `core:math/rand`gingerBill2023-05-227-7/+49
| * | | | Add @(require_results) to `core:math` proceduresgingerBill2023-05-227-335/+488
| * | | | Improve error handling for `resize` and `reserve` proceduresgingerBill2023-05-226-90/+87
| * | | | Add missing `Allocator_Error` and `@(require_results)` to many proceduresgingerBill2023-05-226-57/+153
| * | | | Add require_results to make builtin proceduresgingerBill2023-05-223-33/+37
| |/ / /
| * | | Merge pull request #2547 from laytan/parse-address-can-return-nilJeroen van Rijn2023-05-191-0/+4
| |\ \ \
| | * | | fix parse_address can return nilLaytan Laats2023-05-191-0/+4
| | |/ /
| * | | Add `intrinsics.type_merge`gingerBill2023-05-191-0/+1
| * | | Fix #2545 - Typo in vec4 lerping proceduresKyleRhoads452023-05-181-2/+2
| * | | Fix #2518gingerBill2023-05-181-1/+2
* | | | Merge branch 'master' into separate-int-word-sizesgingerBill2023-05-1818-186/+209
|\| | |
| * | | Merge pull request #2512 from jasonKercher/mastergingerBill2023-05-185-122/+56
| |\ \ \
| | * | | default to O_NOCTTY in openjason2023-05-041-14/+18
| | * | | update os2 for recent core changesjason2023-05-045-108/+38
| * | | | Merge pull request #2525 from laytan/fix-buffer-init-cap-0-wrong-allocatorgingerBill2023-05-181-0/+5
| |\ \ \ \
| | * | | | fix bytes.buffer_init_allocator not using given allocator if len/cap is 0Laytan Laats2023-05-091-0/+5
| * | | | | Merge pull request #2534 from Tetralux/fix-append-nothing-locgingerBill2023-05-181-1/+1
| |\ \ \ \ \
| | * | | | | [runtime] Pass along #caller_location in append_nothing()Tetralux2023-05-121-1/+1
| * | | | | | core/sys/info: Fix the CPUID checkYawning Angel2023-05-161-1/+1
| * | | | | | core/sys/info: Workaround extremely rare XGETBV issuesYawning Angel2023-05-161-1/+8
| * | | | | | Merge pull request #2541 from laytan/add-hex-and-expand-percent-decodingJeroen van Rijn2023-05-151-4/+4
| |\ \ \ \ \ \
| | * | | | | | fix hex.encode and add tests for the packageLaytan Laats2023-05-151-4/+4
| * | | | | | | Merge pull request #2533 from laytan/add-hex-and-expand-percent-decodingJeroen van Rijn2023-05-152-39/+78
| |\| | | | | |
| | * | | | | | fix indentation and simplify hex.decode_sequenceLaytan Laats2023-05-151-29/+28
| | * | | | | | add encoding/hex and use it to expand the percent decoding charsLaytan Laats2023-05-142-39/+79
| | | |_|_|/ / | | |/| | | |
| * / | | | | Join URL queries with &Yoshihiro Tanaka2023-05-141-1/+7
| |/ / / / /
| * | | | | add nil check to heap_alloc calls (issue 2530)jason2023-05-114-4/+4
| * | | | | Merge pull request #2520 from matias-eduardo/masterJeroen van Rijn2023-05-092-7/+14
| |\ \ \ \ \
| | * | | | | Allow user to pass in scale directly in spall.context_createMatias Fernandez2023-05-091-5/+12
| | * | | | | Revert "Add the waits that support I/O completion routines in kernel32.odin"Matias Fernandez2023-05-091-8/+0
| | * | | | | Allow custom sleep on tsc fallback.Matias Fernandez2023-05-092-4/+4
| | * | | | | Merge branch 'master' of https://github.com/matias-eduardo/OdinMatias Fernandez2023-05-0811-112/+235
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Add the waits that support I/O completion routines in kernel32.odinMatias Fernandez2023-04-231-0/+8
| * | | | | | fix leak in url_parseLaytan Laats2023-05-091-0/+2
| | |_|_|/ / | |/| | | |
| * | | | | prevent infinite-loop on EOFColin Davidson2023-05-061-5/+4
| * | | | | oops. define eColin Davidson2023-05-061-0/+2
| * | | | | Make read_at and write_at more consistent between platformsColin Davidson2023-05-061-10/+26
| * | | | | fix spacingLaytan Laats2023-05-061-2/+2
| * | | | | add time.weekday procLaytan Laats2023-05-051-0/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'master' into separate-int-word-sizesgingerBill2023-05-0313-115/+241
|\| | | |
| * | | | Fix indentationdev-2023-05gingerBill2023-05-031-3/+3
| * | | | Merge pull request #2502 from jon-lipstate/ba-cleanupJeroen van Rijn2023-05-031-78/+137
| |\ \ \ \
| | * | | | added set overload, made make explicitJon Lipstate2023-05-021-24/+17
| | * | | | update docs, add unsafe_get/set, add round up to createJon Lipstate2023-04-301-61/+127
| * | | | | Fix check for continuation byte in core/text/text_editClay Murray2023-05-021-2/+2
| |/ / / /
| * | | | Merge pull request #2490 from eltociear/patch-1gingerBill2023-04-281-2/+2
| |\ \ \ \
| | * | | | Fix typo in marshal.odinIkko Eltociear Ashimine2023-04-271-2/+2
| * | | | | linalg/extended radians and degrees fixedJesse Stiller2023-04-271-4/+5