| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Pre`reserve` the memory needed for `strings.builder_replace` | gingerBill | 2025-12-21 | 1 | -1/+36 | |
| | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | | Fix nfds_t alias for Linux | Harold Brenes | 2025-12-20 | 1 | -1/+1 | |
| * | | | | | | | | Merge pull request #6015 from salfel/linux-syscalls | Laytan | 2025-12-20 | 1 | -3/+24 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | add timerfd_* syscall wrappers | Felix Salcher | 2025-12-13 | 1 | -3/+24 | |
| * | | | | | | | | | os/os2: use ReadFile for Console reads too, at least for now | laytan | 2025-12-20 | 1 | -1/+4 | |
| * | | | | | | | | | os/os2: better fix for the stale errors | laytan | 2025-12-20 | 1 | -19/+15 | |
| * | | | | | | | | | os/os2: fix stale errors on windows when reading from console | laytan | 2025-12-20 | 1 | -0/+1 | |
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #6035 from janga-perlind/darwin-bindings | Jeroen van Rijn | 2025-12-19 | 7 | -13/+95 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | More bindings for darwin | Lucas Perlind | 2025-12-19 | 7 | -13/+95 | |
| * | | | | | | | | Only call `get_args()` if `args` is actually used by using an indirect value | gingerBill | 2025-12-16 | 1 | -2/+8 | |
| * | | | | | | | | Add `translate_by_grapheme: bool` field | gingerBill | 2025-12-16 | 1 | -4/+23 | |
| * | | | | | | | | Merge pull request #6012 from A1029384756/master | Laytan | 2025-12-15 | 1 | -4/+22 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [tz_unix] add lookup for TZDIR environment variable | A1029384756 | 2025-12-15 | 1 | -0/+12 | |
| | * | | | | | | | | [tz_unix] added additional search paths to match musl | A1029384756 | 2025-12-11 | 1 | -4/+10 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Add `strings.builder_replace` and `strings.builder_replace_all` | gingerBill | 2025-12-15 | 1 | -0/+87 | |
| * | | | | | | | | Correct UAF bugs caused by doing `defer shrink` | gingerBill | 2025-12-15 | 1 | -17/+18 | |
| * | | | | | | | | Improve docs and add `Iterator` | gingerBill | 2025-12-12 | 1 | -25/+301 | |
| * | | | | | | | | Add basic docs | gingerBill | 2025-12-12 | 1 | -20/+67 | |
| * | | | | | | | | Add `push_back_elem_and_get_ptr` | gingerBill | 2025-12-12 | 1 | -0/+16 | |
| * | | | | | | | | Add basic docs | gingerBill | 2025-12-12 | 1 | -0/+17 | |
| * | | | | | | | | `core:container/xar` | gingerBill | 2025-12-12 | 1 | -0/+128 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Remove `contextless` from `slice.swap_with_slice` | gingerBill | 2025-12-11 | 1 | -1/+1 | |
| * | | | | | | | Add `"contextless"` where possible in `core:slice` | gingerBill | 2025-12-11 | 1 | -36/+37 | |
| * | | | | | | | Merge pull request #5741 from FourteenBrush/patch-4 | Jeroen van Rijn | 2025-12-10 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | * | | | | | | Make `linux.IO_Vec.base` a multipointer | FourteenBrush | 2025-10-02 | 1 | -1/+1 | |
| * | | | | | | | Fix typo | gingerBill | 2025-12-10 | 1 | -1/+1 | |
| * | | | | | | | Remove `fallthrough` to prefer a single `case` | gingerBill | 2025-12-10 | 1 | -21/+11 | |
| * | | | | | | | Use a single `case` rather than `fallthrough` | gingerBill | 2025-12-10 | 1 | -11/+2 | |
| * | | | | | | | Fixing code example, trace_ctx variable was renamed | Reshen | 2025-12-09 | 1 | -2/+2 | |
| * | | | | | | | Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575) | WisonYe | 2025-12-09 | 1 | -1/+1 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Add `raw_union_tag` struct tag fields to many types in `vendor` | gingerBill | 2025-12-08 | 1 | -3/+6 | |
| * | | | | | | `raw_union_tag` allow for comma separation for multiple mappings | gingerBill | 2025-12-08 | 1 | -13/+18 | |
| * | | | | | | Add `raw_union_tag` for `struct #raw_union` fields to improve fmt printing | gingerBill | 2025-12-08 | 1 | -1/+70 | |
| * | | | | | | Merge pull request #5998 from slowhei/master | gingerBill | 2025-12-07 | 2 | -0/+58 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Added more NSApplication and NSWindow bindings | Tohei Ichikawa | 2025-12-05 | 2 | -0/+58 | |
| * | | | | | | | Modify IMPORTANT NOTE from `os2` | gingerBill | 2025-12-06 | 1 | -3/+3 | |
| |/ / / / / / | ||||||
| * | | | | | | Removed redundant build tags | James Liljenquist | 2025-12-05 | 7 | -7/+0 | |
| * | | | | | | Adding missing build flags to avoid load proc collision | James Liljenquist | 2025-12-04 | 2 | -0/+2 | |
| * | | | | | | os2 env changes | jason | 2025-12-03 | 2 | -27/+18 | |
| * | | | | | | use libc for linux env when not no-crt | jason | 2025-12-02 | 2 | -175/+304 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | fix thread_act_t size | Colin Davidson | 2025-12-01 | 1 | -1/+1 | |
| * | | | | | Add `reflect.has_no_indirections` | gingerBill | 2025-12-01 | 1 | -0/+67 | |
| * | | | | | Merge pull request #5864 from Skyress-s/master | gingerBill | 2025-12-01 | 1 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fixed issue where the linalg.quaternion_from_forward_and_up could return inco... | Mathias Mohn Mørch | 2025-10-30 | 1 | -3/+3 | |
| * | | | | | | Fix #5978: choice_bit_set respects bit_set domain | Andreas Stenmark | 2025-11-30 | 1 | -4/+7 | |
| * | | | | | | Merge pull request #5963 from Yawning/feature/chacha8rand | Jeroen van Rijn | 2025-11-29 | 12 | -157/+279 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | base/runtime: Add chacha8rand as the default RNG | Yawning Angel | 2025-11-29 | 1 | -3/+42 | |
| | * | | | | | | base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES` | Yawning Angel | 2025-11-29 | 8 | -152/+5 | |
| | * | | | | | | testing: Use xoshiro256** instead of the runtime RNG | Yawning Angel | 2025-11-29 | 1 | -2/+2 | |
| | * | | | | | | math/rand: Add xoshiro256** | Yawning Angel | 2025-11-29 | 1 | -0/+123 | |