aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-12-06add std.heap.wasm_allocatorAndrew Kelley
2022-12-06std: fix WASI regressionsAndrew Kelley
2022-12-06std.fmt: more descriptive names for impl functionsJacob Young
2022-12-06fix merge conflicts from master branchAndrew Kelley
2022-12-06std.wasm: add Opcode.prefixed and make PrefixedOpcode nonexhaustiveAndrew Kelley
2022-12-06std: clean up imports in a couple filesAndrew Kelley
2022-12-06WASI: remove absolute path emulation from std libAndrew Kelley
2022-12-06std.fs: fix openDirAbsoluteAndrew Kelley
2022-12-06remove `-fstage1` optionAndrew Kelley
2022-12-06std: added eql to DynamicBitSet and DynamicBitSetUnmanagedPyrolistical
2022-12-05treshold -> thresholdFrank Denis
2022-12-05std.fmt.formatInt: Use an optimized path for decimalsJason Phan
2022-12-05std: added pure functions to StaticBitSetPyrolistical
2022-12-05std.atomic.Queue: fix unget implementation and add docnc
2022-12-05Allow const ArrayLists to be clonedMartin Wickham
2022-12-05std.crypto benchmark: don't use a relative path to import std (#13772)Frank Denis
2022-12-04std: add move() functions to hash mapsAndrew Kelley
2022-12-04Merge pull request #13142 from mllken/gzip-safetyVeikka Tuominen
2022-12-04std: add a special case for empty structs in meta.FieldEnum.Gregory Oakes
2022-12-03Merge pull request #13744 from Vexu/stage2-fixesAndrew Kelley
2022-12-03Sema: fix comparisons between lazy and runtime valuesVeikka Tuominen
2022-12-02windows: use array of tmp bufs as backing store for input memory to ntdllJakub Konka
2022-12-01Merge pull request #13725 from mathetake/fixreaddirJakub Konka
2022-12-01add workaround for compiler bugVeikka Tuominen
2022-12-01std.testing: Improve expectEqualBytes for large inputs and make expectEqualSl...Ryan Liptak
2022-12-01wasi: fixes IterableDir.nextWasi for large directoryTakeshi Yoneda
2022-11-30Merge pull request #13717 from GethDW/option-fixAndrew Kelley
2022-11-30std.testing: Add expectEqualBytes that outputs hexdumps with diffs highlighte...Ryan Liptak
2022-11-30std.ArrayList: fix shrinkAndFreeAndrew Kelley
2022-11-30std.os.test: disable flaky timerfd testAndrew Kelley
2022-11-30Merge pull request #13719 from Vexu/debugVeikka Tuominen
2022-11-30std.build: simpler fix to options implementationAndrew Kelley
2022-11-30std.build.Builder: fix for Allocator changesGethDW
2022-11-30std.os.windows.ReadLink: add missing alignment of local data bufferAndrew Kelley
2022-11-30CLI: allow using `--debug-compile-errors` with `zig build`Veikka Tuominen
2022-11-29WasmAllocator: simplify thanks to new Allocator interfaceAndrew Kelley
2022-11-29rename a couple variablesAndrew Kelley
2022-11-29std.heap.WasmAllocator: redoAndrew Kelley
2022-11-29std.heap.WasmAllocator: implement resizingAndrew Kelley
2022-11-29std.heap.WasmAllocator: resize in place without force shrinkingAndrew Kelley
2022-11-29std.heap.WasmAllocator: large allocationsAndrew Kelley
2022-11-29introduce std.heap.WasmAllocatorAndrew Kelley
2022-11-29std.heap: extract PageAllocator, WasmPageAllocatorAndrew Kelley
2022-11-29stage2: fix crash on comptime lazy `@ctz` and `@clz`Andrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-29Merge pull request #13693 from Vexu/safetyAndrew Kelley
2022-11-30libstd: skip problematic tests on aarch64-windowsJakub Konka
2022-11-29Sema: add option to disable formatted panicsVeikka Tuominen
2022-11-29Sema: improve safety panic for access of inactive union fieldVeikka Tuominen
2022-11-29arm: implement CPU feature detection by parsing system registersJakub Konka