aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-06-10std: Add singly linked listdaurnimator
2019-06-10std: existing LinkedList is actually a TailQueuedaurnimator
2019-06-10Merge pull request #2525 from daurnimator/uringAndrew Kelley
2019-06-10std: add linux kernel definitions for io_uringdaurnimator
2019-06-10std: add linux kernel_rwf type and preadv2+pwritev2daurnimator
2019-06-10std: testing.expectEqual on structs now worksdaurnimator
2019-06-10fix array literal syntaxAndrew Kelley
2019-06-10std: add math.isPowerOfTwodaurnimator
2019-06-10Merge branch 'sfc64' of https://github.com/Sahnvour/zig into Sahnvour-sfc64Andrew Kelley
2019-06-10fix build on macosAndrew Kelley
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-06-09implementation of the Sfc64 RNG from PractRandSahnvour
2019-06-09allow comptime_int in math.shl and math.shrSahnvour
2019-06-08add bcmp implementation as LLVM 9 now emits thoseShawn Landden
2019-06-06Merge pull request #2628 from emekoi/error-unexpectedAndrew Kelley
2019-06-06Merge pull request #2630 from squeek502/hashmap-pow2Andrew Kelley
2019-06-05std.HashMap: use std.math.ceilPowerOfTwoRyan Liptak
2019-06-05std.HashMap: optimize indexing by avoiding modulo operatorRyan Liptak
2019-06-05switched to fixed-length buffer for error messagesemekoi
2019-06-05fixed mismatched typesemekoi
2019-06-05updated std.c.{freebsd, netbsd} to usingnamespaceemekoi
2019-06-05removed duplicate definitionsemekoi
2019-06-05windows.unexpectedError prints a human friendly stringemekoi
2019-06-04Merge pull request #2617 from squeek502/ceil-power-of-twoAndrew Kelley
2019-06-04std.math: Clarify ceilPowerOfTwo inputs and disallow zero as an inputRyan Liptak
2019-06-04Added LineComment support when MultiLines are used in ArrayInitTimon Kruiper
2019-06-04std.os.mmap: update doc comments for previous commitsAndrew Kelley
2019-06-04Merge pull request #2581 from LemonBoy/misc-stuffAndrew Kelley
2019-06-02std.math: Add ceilPowerOfTwo and ceilPowerOfTwoPromoteRyan Liptak
2019-06-01fixed Deserializer.alignToByte() and added test coveragetgschultz
2019-05-31Move dl_iterate_phdr to os.zigLemonBoy
2019-05-31Remove length restriction in mmap wrapperLemonBoy
2019-05-30Correct flag definitions for arm64LemonBoy
2019-05-30Fix some syscalls on arm64LemonBoy
2019-05-30update load dynamic library test for std lib changesAndrew Kelley
2019-05-29Fix fmt.zig handling of slices of slicestgschultz
2019-05-29std.meta/trait: def/definition => decl/declarationtgschultz
2019-05-29improve the libc of wasm32-freestanding targetAndrew Kelley
2019-05-29Correct formatting for multiline string in arraysTimon Kruiper
2019-05-29LinuxDynLib: remove MAP_LOCKED flagNBonaparte
2019-05-29Merge pull request #2567 from emekoi/fix-dynlibAndrew Kelley
2019-05-29Merge pull request #2546 from LemonBoy/sigaltstackAndrew Kelley
2019-05-29run zig fmt to update `use` to `usingnamespace`Andrew Kelley
2019-05-29zig fmt: fix 2 bugs of mangling source filesAndrew Kelley
2019-05-29change `use` to `usingnamespace`Andrew Kelley
2019-05-29Add missing sigaltstack definition for darwinLemonBoy
2019-05-29Add sigaltstack wrapper in os.zigLemonBoy
2019-05-28no "use of undeclared identifer" in dead comptime branchesAndrew Kelley
2019-05-28thread.spawn: bubble up mprotect error.OutOfMemoryAndrew Kelley
2019-05-28Add a guard page for each threadLemonBoy