aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Pre`reserve` the memory needed for `strings.builder_replace`gingerBill2025-12-211-1/+36
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Fix nfds_t alias for LinuxHarold Brenes2025-12-201-1/+1
* | | | | | | | Merge pull request #6015 from salfel/linux-syscallsLaytan2025-12-201-3/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | add timerfd_* syscall wrappersFelix Salcher2025-12-131-3/+24
* | | | | | | | | os/os2: use ReadFile for Console reads too, at least for nowlaytan2025-12-201-1/+4
* | | | | | | | | os/os2: better fix for the stale errorslaytan2025-12-201-19/+15
* | | | | | | | | os/os2: fix stale errors on windows when reading from consolelaytan2025-12-201-0/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #6035 from janga-perlind/darwin-bindingsJeroen van Rijn2025-12-197-13/+95
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | More bindings for darwinLucas Perlind2025-12-197-13/+95
* | | | | | | | Only call `get_args()` if `args` is actually used by using an indirect valuegingerBill2025-12-161-2/+8
* | | | | | | | Add `translate_by_grapheme: bool` fieldgingerBill2025-12-161-4/+23
* | | | | | | | Merge pull request #6012 from A1029384756/masterLaytan2025-12-151-4/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | [tz_unix] add lookup for TZDIR environment variableA10293847562025-12-151-0/+12
| * | | | | | | | [tz_unix] added additional search paths to match muslA10293847562025-12-111-4/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Add `strings.builder_replace` and `strings.builder_replace_all`gingerBill2025-12-151-0/+87
* | | | | | | | Correct UAF bugs caused by doing `defer shrink`gingerBill2025-12-151-17/+18
* | | | | | | | Improve docs and add `Iterator`gingerBill2025-12-121-25/+301
* | | | | | | | Add basic docsgingerBill2025-12-121-20/+67
* | | | | | | | Add `push_back_elem_and_get_ptr`gingerBill2025-12-121-0/+16
* | | | | | | | Add basic docsgingerBill2025-12-121-0/+17
* | | | | | | | `core:container/xar`gingerBill2025-12-121-0/+128
|/ / / / / / /
* | | | | | | Remove `contextless` from `slice.swap_with_slice`gingerBill2025-12-111-1/+1
* | | | | | | Add `"contextless"` where possible in `core:slice`gingerBill2025-12-111-36/+37
* | | | | | | Merge pull request #5741 from FourteenBrush/patch-4Jeroen van Rijn2025-12-101-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Make `linux.IO_Vec.base` a multipointerFourteenBrush2025-10-021-1/+1
* | | | | | | Fix typogingerBill2025-12-101-1/+1
* | | | | | | Remove `fallthrough` to prefer a single `case`gingerBill2025-12-101-21/+11
* | | | | | | Use a single `case` rather than `fallthrough`gingerBill2025-12-101-11/+2
* | | | | | | Fixing code example, trace_ctx variable was renamedReshen2025-12-091-2/+2
* | | | | | | Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575)WisonYe2025-12-091-1/+1
| |/ / / / / |/| | | | |
* | | | | | Add `raw_union_tag` struct tag fields to many types in `vendor`gingerBill2025-12-081-3/+6
* | | | | | `raw_union_tag` allow for comma separation for multiple mappingsgingerBill2025-12-081-13/+18
* | | | | | Add `raw_union_tag` for `struct #raw_union` fields to improve fmt printinggingerBill2025-12-081-1/+70
* | | | | | Merge pull request #5998 from slowhei/mastergingerBill2025-12-072-0/+58
|\ \ \ \ \ \
| * | | | | | Added more NSApplication and NSWindow bindingsTohei Ichikawa2025-12-052-0/+58
* | | | | | | Modify IMPORTANT NOTE from `os2`gingerBill2025-12-061-3/+3
|/ / / / / /
* | | | | | Removed redundant build tagsJames Liljenquist2025-12-057-7/+0
* | | | | | Adding missing build flags to avoid load proc collisionJames Liljenquist2025-12-042-0/+2
* | | | | | os2 env changesjason2025-12-032-27/+18
* | | | | | use libc for linux env when not no-crtjason2025-12-022-175/+304
| |/ / / / |/| | | |
* | | | | fix thread_act_t sizeColin Davidson2025-12-011-1/+1
* | | | | Add `reflect.has_no_indirections`gingerBill2025-12-011-0/+67
* | | | | Merge pull request #5864 from Skyress-s/mastergingerBill2025-12-011-3/+3
|\ \ \ \ \
| * | | | | Fixed issue where the linalg.quaternion_from_forward_and_up could return inco...Mathias Mohn Mørch2025-10-301-3/+3
* | | | | | Fix #5978: choice_bit_set respects bit_set domainAndreas Stenmark2025-11-301-4/+7
* | | | | | Merge pull request #5963 from Yawning/feature/chacha8randJeroen van Rijn2025-11-2912-157/+279
|\ \ \ \ \ \
| * | | | | | base/runtime: Add chacha8rand as the default RNGYawning Angel2025-11-291-3/+42
| * | | | | | base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`Yawning Angel2025-11-298-152/+5
| * | | | | | testing: Use xoshiro256** instead of the runtime RNGYawning Angel2025-11-291-2/+2
| * | | | | | math/rand: Add xoshiro256**Yawning Angel2025-11-291-0/+123