aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2025-02-10std.fmt: remove placeholders from binaryrpkak
2025-02-10Merge pull request #22834 from krkk/hi-this-is-my-first-PR-and-heres-my-break...Alex Rønne Petersen
2025-02-10std.mem: add missing check to lastIndexOfLinearandrewkraevskii
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-09std.c: Fix definition of stack_t on OpenBSDLinus Groh
2025-02-09std.c: Use std.c.NI as the flags type in getnameinfoKarol Kosek
2025-02-09std.c: Support optional addr and host arguments in getnameinfoKarol Kosek
2025-02-09std.BoundedArray: popOrNull() -> pop() [v2] (#22723)Meghan Denny
2025-02-09wasi: fix wasm-wasi-musl constantsPat Tullmann
2025-02-09Merge pull request #22820 from linusg/uefi-tweaksLinus Groh
2025-02-08Merge pull request #22823 from ziglang/SmpAllocator-freelist-accountingAndrew Kelley
2025-02-09Read System.keychain as well as SystemRootCertificates.keychain for MacOS CA ...Don
2025-02-09std.os.uefi: Drop 'Efi' prefix from type namesLinus Groh
2025-02-09std.os.uefi: Adjust casing of remaining enum fieldsLinus Groh
2025-02-09std.os.uefi: Adjust casing to match style guide in a few placesLinus Groh
2025-02-08std.heap.SmpAllocator: back to simple freeAndrew Kelley
2025-02-08std.heap.SmpAllocator: alternate freelist accountingAndrew Kelley
2025-02-08std.heap.SmpAllocator; fix freelist accountingAndrew Kelley
2025-02-08std.os.uefi: Add missing SystemTable revision constantsLinus Groh
2025-02-08std.Target: Bump UEFI max version to 2.11Linus Groh
2025-02-08Merge pull request #22808 from ziglang/fast-gpaAndrew Kelley
2025-02-08std.os.uefi: fix allocators compilingTristan Ross
2025-02-07std.ArrayHashMap: popOrNul() -> pop()Meghan Denny
2025-02-07std.MultiArrayList: popOrNull() -> pop()Meghan Denny
2025-02-07don't try to test SmpAllocator in single threaded modeAndrew Kelley
2025-02-07std.heap.SmpAllocator: rotate on free sometimesAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix detection of slab endAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix getCpuCount logicAndrew Kelley
2025-02-07std.heap.SmpAllocator: simplify by putting freelist node at startAndrew Kelley
2025-02-07std.heap.SmpAllocator: fix using wrong size class indicesAndrew Kelley
2025-02-07std.heap.SmpAllocator: eliminate the global mutexAndrew Kelley
2025-02-07std.heap.SmpAllocator: implement searching on allocAndrew Kelley
2025-02-07std.heap.SmpAllocator: 256K slab_lenAndrew Kelley
2025-02-07std.heap: test smp_allocatorAndrew Kelley
2025-02-07add std.heap.SmpAllocatorAndrew Kelley
2025-02-07Merge pull request #20511 from archbirdplusAndrew Kelley
2025-02-07Merge pull request #22717 from jacobly0/x86_64-rewriteAndrew Kelley
2025-02-07Merge pull request #22787 from Rexicon226/add-hintAlex Rønne Petersen
2025-02-07fix: getEndPos return end positionKouosi Takayama
2025-02-06std.heap.SbrkAllocator: fix typoAndrew Kelley
2025-02-06std.mem.Allocator.VTable: improve doc comment wordingAndrew Kelley
2025-02-06std.heap: fix wrong deprecation dateAndrew Kelley
2025-02-06std.testing: don't ask wasm to stack traceAndrew Kelley
2025-02-06std.heap.DebugAllocator: update unit tests for new implAndrew Kelley
2025-02-06std.heap.DebugAllocator: make page size configurableAndrew Kelley
2025-02-06std.heap: rename GeneralPurposeAllocator to DebugAllocatorAndrew Kelley
2025-02-06std.heap: remove HeapAllocatorAndrew Kelley
2025-02-06std.testing.allocator: different canary + enable resize tracesAndrew Kelley
2025-02-06std.heap.GeneralPurposeAllocator: fix UAF in resizeLargeAndrew Kelley
2025-02-06std.heap: update Windows HeapAllocatorAndrew Kelley