| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | Fix math/fixed floor/ceil/round | Ed Yu | 2024-01-08 | 1 | -5/+7 | |
| | * | | | | | add resize non zeroed in more places | Colin Davidson | 2023-12-04 | 3 | -4/+11 | |
| | * | | | | | add non-zeroing append and resize | Colin Davidson | 2023-12-04 | 8 | -42/+147 | |
| * | | | | | | Add `virtual.map_file` | gingerBill | 2024-01-17 | 5 | -1/+139 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | stdcall -> system | gingerBill | 2024-01-17 | 11 | -15/+15 | |
| * | | | | | Change `stdcall` -> `system` | gingerBill | 2024-01-17 | 23 | -212/+212 | |
| * | | | | | Merge pull request #3076 from xb-bx/mprotect-fix-for-linux-and-darwin | gingerBill | 2024-01-17 | 2 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | fix | xb-bx | 2024-01-08 | 2 | -2/+2 | |
| * | | | | | | Fix imports to be case sensitive correct | gingerBill | 2024-01-17 | 2 | -6/+6 | |
| * | | | | | | Remove `//+build windows` tag | gingerBill | 2024-01-17 | 1 | -1/+0 | |
| * | | | | | | Fix typo in bytes.scrub | FourteenBrush | 2024-01-17 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #3077 from laytan/add-libc-to-stream | gingerBill | 2024-01-16 | 1 | -0/+101 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | c/libc: add `to_stream` proc | Laytan Laats | 2024-01-08 | 1 | -0/+101 | |
| | |/ / / / | ||||||
| * | | | | | [DOC] Fix documentation formatting in site | Kostas Tsiligkiris | 2024-01-14 | 1 | -41/+31 | |
| * | | | | | fix shift direction | Jon Lipstate | 2024-01-12 | 1 | -4/+4 | |
| * | | | | | Merge pull request #3083 from Lperlind/master | gingerBill | 2024-01-13 | 1 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix linalg shadowing error | Lucas Perlind | 2024-01-09 | 1 | -3/+3 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Reindent and align and f ix Ventura kernel+version swap. | Jeroen van Rijn | 2024-01-10 | 1 | -352/+352 | |
| * | | | | | Fixed indentation | Platin21 | 2024-01-10 | 1 | -27/+27 | |
| * | | | | | Added macOS versions for a lot of revisions | Platin21 | 2024-01-10 | 1 | -0/+50 | |
| |/ / / / | ||||||
| * / / / | Add `peek` to priority queue. | Jeroen van Rijn | 2024-01-08 | 1 | -0/+15 | |
| |/ / / | ||||||
| * | | | Fixed type of temporary slice in sort_by_indices_overwrite | Franz Höltermann | 2024-01-08 | 1 | -1/+1 | |
| * | | | Merge pull request #3006 from hwchen/hwchen/last_index_any | Jeroen van Rijn | 2024-01-08 | 1 | -1/+2 | |
| |\ \ \ | ||||||
| | * | | | fix strings.last_index_any for single char | Walther Chen | 2023-12-18 | 1 | -1/+2 | |
| * | | | | Implement instrumentation pass | gingerBill | 2024-01-07 | 7 | -10/+20 | |
| * | | | | core/simd/x86: Use the `none` calling convention for intrinsics | Yawning Angel | 2024-01-07 | 11 | -11/+11 | |
| * | | | | core/simd/x86: Correct a target feature name | Yawning Angel | 2024-01-07 | 1 | -1/+1 | |
| * | | | | dynlib: add last_error procedure | Laytan Laats | 2024-01-06 | 4 | -2/+33 | |
| * | | | | Add bool return to `dynlib.initialize_symbols`. | Jeroen van Rijn | 2024-01-06 | 2 | -8/+7 | |
| * | | | | Add `dynlib.initialize_symbols` (#3071) | Jeroen van Rijn | 2024-01-06 | 4 | -9/+139 | |
| * | | | | Remove `distinct` from the specific types | gingerBill | 2024-01-05 | 1 | -64/+64 | |
| * | | | | Fix `builtin.quaternion` generation | gingerBill | 2024-01-05 | 1 | -1/+1 | |
| * | | | | Enforce naming the parameters with `builtin.quaternion` to reduce confusion | gingerBill | 2024-01-05 | 4 | -10/+15 | |
| * | | | | Merge pull request #3068 from laytan/json-unmarshal-union | Jeroen van Rijn | 2024-01-03 | 1 | -10/+27 | |
| |\ \ \ \ | ||||||
| | * | | | | encoding/json: try to unmarshal into union variants | Laytan Laats | 2024-01-03 | 1 | -10/+27 | |
| * | | | | | darwin: actually honor no-crt by not linking with `-lSystem -lm` | Laytan Laats | 2024-01-02 | 1 | -1/+12 | |
| |/ / / / | ||||||
| * | | | | Update core:encoding to Unicode 15.1 table. | Jeroen van Rijn | 2024-01-02 | 3 | -5102/+2707 | |
| * | | | | Merge pull request #2917 from flysand7/sys-linux-additions | gingerBill | 2024-01-02 | 4 | -618/+2688 | |
| |\ \ \ \ | ||||||
| | * | | | | type error | flysand7 | 2023-12-06 | 1 | -1/+1 | |
| | * | | | | Merge branch 'master' into sys-linux-additions | flysand7 | 2023-12-06 | 81 | -11046/+4343 | |
| | |\ \ \ \ | ||||||
| | * | | | | | [sys/linux]: Fix epoll_wait on arm64 | flysand7 | 2023-12-06 | 1 | -1/+5 | |
| | * | | | | | [sys/linux]: Add epoll syscalls | flysand7 | 2023-11-24 | 3 | -10/+109 | |
| | * | | | | | [sys/linux]: Fix time(2) syscall not taking a pointer on ARM64 | flysand7 | 2023-11-10 | 1 | -1/+1 | |
| | * | | | | | [sys/linux]: Fix creat(2) syscall not returning file descriptor | flysand7 | 2023-11-10 | 1 | -2/+2 | |
| | * | | | | | Fix missing return statement | flysand7 | 2023-11-10 | 1 | -0/+1 | |
| | * | | | | | time on arm64 | flysand7 | 2023-11-10 | 1 | -3/+9 | |
| | * | | | | | [sys/linux]: Fix missing return; Remove TODO for select() | flysand7 | 2023-11-10 | 1 | -2/+1 | |
| | * | | | | | [sys/linux]: Fix arch-specific issues | flysand7 | 2023-11-10 | 2 | -7/+28 | |
| | * | | | | | [sys/linux]: utimensat takes array of two | flysand7 | 2023-11-08 | 1 | -3/+5 | |
| | * | | | | | [sys/linux]: Fix syscalls: lseek, preadv, pwritev; Make read*/write* syscalls... | flysand7 | 2023-11-08 | 1 | -12/+13 | |