aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Fix math/fixed floor/ceil/roundEd Yu2024-01-081-5/+7
| * | | | | add resize non zeroed in more placesColin Davidson2023-12-043-4/+11
| * | | | | add non-zeroing append and resizeColin Davidson2023-12-048-42/+147
* | | | | | Add `virtual.map_file`gingerBill2024-01-175-1/+139
| |/ / / / |/| | | |
* | | | | stdcall -> systemgingerBill2024-01-1711-15/+15
* | | | | Change `stdcall` -> `system`gingerBill2024-01-1723-212/+212
* | | | | Merge pull request #3076 from xb-bx/mprotect-fix-for-linux-and-darwingingerBill2024-01-172-2/+2
|\ \ \ \ \
| * | | | | fixxb-bx2024-01-082-2/+2
* | | | | | Fix imports to be case sensitive correctgingerBill2024-01-172-6/+6
* | | | | | Remove `//+build windows` taggingerBill2024-01-171-1/+0
* | | | | | Fix typo in bytes.scrubFourteenBrush2024-01-171-1/+1
* | | | | | Merge pull request #3077 from laytan/add-libc-to-streamgingerBill2024-01-161-0/+101
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | c/libc: add `to_stream` procLaytan Laats2024-01-081-0/+101
| |/ / / /
* | | | | [DOC] Fix documentation formatting in siteKostas Tsiligkiris2024-01-141-41/+31
* | | | | fix shift directionJon Lipstate2024-01-121-4/+4
* | | | | Merge pull request #3083 from Lperlind/mastergingerBill2024-01-131-3/+3
|\ \ \ \ \
| * | | | | Fix linalg shadowing errorLucas Perlind2024-01-091-3/+3
| | |_|/ / | |/| | |
* | | | | Reindent and align and f ix Ventura kernel+version swap.Jeroen van Rijn2024-01-101-352/+352
* | | | | Fixed indentationPlatin212024-01-101-27/+27
* | | | | Added macOS versions for a lot of revisionsPlatin212024-01-101-0/+50
|/ / / /
* / / / Add `peek` to priority queue.Jeroen van Rijn2024-01-081-0/+15
|/ / /
* | | Fixed type of temporary slice in sort_by_indices_overwriteFranz Höltermann2024-01-081-1/+1
* | | Merge pull request #3006 from hwchen/hwchen/last_index_anyJeroen van Rijn2024-01-081-1/+2
|\ \ \
| * | | fix strings.last_index_any for single charWalther Chen2023-12-181-1/+2
* | | | Implement instrumentation passgingerBill2024-01-077-10/+20
* | | | core/simd/x86: Use the `none` calling convention for intrinsicsYawning Angel2024-01-0711-11/+11
* | | | core/simd/x86: Correct a target feature nameYawning Angel2024-01-071-1/+1
* | | | dynlib: add last_error procedureLaytan Laats2024-01-064-2/+33
* | | | Add bool return to `dynlib.initialize_symbols`.Jeroen van Rijn2024-01-062-8/+7
* | | | Add `dynlib.initialize_symbols` (#3071)Jeroen van Rijn2024-01-064-9/+139
* | | | Remove `distinct` from the specific typesgingerBill2024-01-051-64/+64
* | | | Fix `builtin.quaternion` generationgingerBill2024-01-051-1/+1
* | | | Enforce naming the parameters with `builtin.quaternion` to reduce confusiongingerBill2024-01-054-10/+15
* | | | Merge pull request #3068 from laytan/json-unmarshal-unionJeroen van Rijn2024-01-031-10/+27
|\ \ \ \
| * | | | encoding/json: try to unmarshal into union variantsLaytan Laats2024-01-031-10/+27
* | | | | darwin: actually honor no-crt by not linking with `-lSystem -lm`Laytan Laats2024-01-021-1/+12
|/ / / /
* | | | Update core:encoding to Unicode 15.1 table.Jeroen van Rijn2024-01-023-5102/+2707
* | | | Merge pull request #2917 from flysand7/sys-linux-additionsgingerBill2024-01-024-618/+2688
|\ \ \ \
| * | | | type errorflysand72023-12-061-1/+1
| * | | | Merge branch 'master' into sys-linux-additionsflysand72023-12-0681-11046/+4343
| |\ \ \ \
| * | | | | [sys/linux]: Fix epoll_wait on arm64flysand72023-12-061-1/+5
| * | | | | [sys/linux]: Add epoll syscallsflysand72023-11-243-10/+109
| * | | | | [sys/linux]: Fix time(2) syscall not taking a pointer on ARM64flysand72023-11-101-1/+1
| * | | | | [sys/linux]: Fix creat(2) syscall not returning file descriptorflysand72023-11-101-2/+2
| * | | | | Fix missing return statementflysand72023-11-101-0/+1
| * | | | | time on arm64flysand72023-11-101-3/+9
| * | | | | [sys/linux]: Fix missing return; Remove TODO for select()flysand72023-11-101-2/+1
| * | | | | [sys/linux]: Fix arch-specific issuesflysand72023-11-102-7/+28
| * | | | | [sys/linux]: utimensat takes array of twoflysand72023-11-081-3/+5
| * | | | | [sys/linux]: Fix syscalls: lseek, preadv, pwritev; Make read*/write* syscalls...flysand72023-11-081-12/+13