aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-04-25Changed to use shifting and maskingBraedon
2018-04-25Utf8 EncodeBraedon
2018-04-24Merge pull request #949 from zig-lang/complex-mathAndrew Kelley
2018-04-24convert NOTE to TODO so we catch it laterAndrew Kelley
2018-04-24clean up complex math testsAndrew Kelley
2018-04-24std.mem: add more slice manipulation functionsAndrew Kelley
2018-04-24crypto throughput test now uses os.time moduleMarc Tiehuis
2018-04-24Add initial complex-number supportMarc Tiehuis
2018-04-22Merge branch 'tgschultz-std.os.time'Andrew Kelley
2018-04-22add alignment docsAndrew Kelley
2018-04-22linux: support VDSO for clock_gettimeAndrew Kelley
2018-04-22fixupsAndrew Kelley
2018-04-22Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...Andrew Kelley
2018-04-22add alignment docsAndrew Kelley
2018-04-22Merge pull request #939 from tgschultz/large-alignment-directallocAndrew Kelley
2018-04-21Added DirectAllocator support for alignments > os.page_size on posix systemstgschultz
2018-04-21std.zig.parser: remove unused fieldAndrew Kelley
2018-04-21Changed all MB to MiBHarry Eakins
2018-04-21Readability improvements and bug-fix to std/crypto/throughput_test.zigHarry Eakins
2018-04-20zig fmt: preserve comments in front of test blocksAndrew Kelley
2018-04-19Use std.os.errorUnexpectedPosix if timer initialization encounters unexpected...tgschultz
2018-04-19Style cleanups, u64 casts, Timer.start returns error instead of unreachable o...tgschultz
2018-04-18Fixed another incorrect commenttgschultz
2018-04-18Added notes regarding CLOCK_MONOTONIC_RAW and made it easy to change our mind...tgschultz
2018-04-18Fixed incorrect sign on epoch.clrtgschultz
2018-04-18fixed typos.tgschultz
2018-04-18Fixed compiler errors around darwin code.tgschultz
2018-04-18Added unstaged changes.tgschultz
2018-04-18Added timestamp, high-perf. timer functions.tgschultz
2018-04-16Add exp/norm distributed random float generationMarc Tiehuis
2018-04-16std.debug: dumpStackTrace & friends use DirectAllocatorAndrew Kelley
2018-04-16Added ReleaseSmall modeAlexandros Naskos
2018-04-15add @atomicLoad builtinAndrew Kelley
2018-04-15std.math.ln and std.math.exp use float strict modeAndrew Kelley
2018-04-15add @sqrt built-in functionAndrew Kelley
2018-04-14add std.os.createThreadAndrew Kelley
2018-04-13Merge pull request #919 from zig-lang/self-hosted-parser-refactorAndrew Kelley
2018-04-13Merge pull request #915 from zig-lang/self-hosted-cliAndrew Kelley
2018-04-13Fix windows access checkMarc Tiehuis
2018-04-13Replace File.exists with File.accessMarc Tiehuis
2018-04-13Merged with masterJimmi Holst Christensen
2018-04-13std.zig.parser: Refactor round 2Jimmi Holst Christensen
2018-04-12zig fmt: switch cases on new linesAndrew Kelley
2018-04-12zig fmt includes trailing commasAndrew Kelley
2018-04-12zig fmt: container init fields each on own lineAndrew Kelley
2018-04-12std.zig.ast: Fixed build failuresJimmi Holst Christensen
2018-04-12std.zig.parser: Refactored `commaOrEnd` to `expectCommaOrEnd`Jimmi Holst Christensen
2018-04-12Merge remote-tracking branch 'origin/master' into self-hosted-cliAndrew Kelley
2018-04-12fix invalid implicit cast on macosAndrew Kelley
2018-04-12std.zig.parser: Refactor, round 1:Jimmi Holst Christensen