aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
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
2022-11-29windows: map CP 40xx registry values to system ID registersJakub Konka
2022-11-29windows: if detecting CPU feature set and model fails, use generic with overr...Jakub Konka
2022-11-29Sema: improve panic for slice start index being greater than end indexVeikka Tuominen
2022-11-29parser: disallow defer and variable declaration as else branchVeikka Tuominen
2022-11-28Merge pull request #13659 from ziglang/arm-win-cpu-featuresJakub Konka
2022-11-28os.windows.OpenFile: Add `USER_MAPPED_FILE` as a possible errorRyan Liptak
2022-11-28std.Thread.Futex.PosixImpl.Address.from: fix `alignment` typezooster
2022-11-28windows: fix signature of kernel32.RegOpenKeyExW to use *HKEYJakub Konka
2022-11-28arm: move cpu model table into system/arm.zigJakub Konka
2022-11-28windows: pull QWORD and SZ identifiers from registry in one syscallJakub Konka
2022-11-28windows: drive the registry helper with actual value set for reg entriesJakub Konka
2022-11-28windows: make registry helper generic over value typesJakub Konka
2022-11-28windows: fix logic for pulling info for each coreJakub Konka
2022-11-28windows: revert changes to definition of HKEYJakub Konka
2022-11-28windows: implement simplistic CPU model parserJakub Konka
2022-11-28windows: use RtlQueryRegistryValues to query reg in a single syscallJakub Konka
2022-11-28windows: impl some primitives for getting registry keysJakub Konka
2022-11-28windows: detect couple more aarch64 CPU featuresJakub Konka
2022-11-28windows: detect native CPU features for aarch64 SoCsJakub Konka