aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-06-19Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-18Correct the isEmpty functionjoachimschmidt557
2019-06-18Fix windows create process retry/path searchJonathan Marler
2019-06-17Small cleanup of fmt.zigMarc Tiehuis
2019-06-17mem.concatJosh Wolfe
2019-06-16std: add gimli permutation to cryptodaurnimator
2019-06-16Added HashInt to function calls AutoHash\nFixes issue 2669Timon Kruiper
2019-06-15better result location semantics with optionals and return locationsAndrew Kelley
2019-06-15Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-14standard library integrates with knowledge of stripped debug infoAndrew Kelley
2019-06-13fix a couple more test regressionsAndrew Kelley
2019-06-13Remove const on argsAllocJonathan Marler
2019-06-13HashMap.getValue()Josh Wolfe
2019-06-13Handle putNoClobber errorsJonathan Marler
2019-06-13Add HashMap apis that assert the common caseJosh Wolfe
2019-06-12fix `@bitCast` with runtime scalar and dest result loc varAndrew Kelley
2019-06-12fix `@bitCast` regressionsAndrew Kelley
2019-06-11fix runtime if nested inside comptime ifAndrew Kelley
2019-06-11temporarily simplify test_runner.zigAndrew Kelley
2019-06-10altered all instances of readInt* in std.io (and std.debug) to consume the mi...tgschultz
2019-06-10Use std.math.isPowerOfTwo across std libRyan Liptak
2019-06-10std.heap.ArenaAllocator: use singly linked listdaurnimator
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