aboutsummaryrefslogtreecommitdiff
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-23fix interaction between defer and labeled breakAndrew Kelley
2018-04-23fix bigint twos complement implementationAndrew Kelley
2018-04-22add compile error for invalid deref on switch targetAndrew Kelley
2018-04-22exit(1) instead of abort() for file not foundAndrew Kelley
2018-04-22fix windows build broken by previous commitAndrew Kelley
2018-04-22better error reporting for missing libc on windowsAndrew Kelley
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-22travis: use encrypted env vars for s3 credentialsAndrew Kelley
2018-04-21Added DirectAllocator support for alignments > os.page_size on posix systemstgschultz
2018-04-21add test case for #936Andrew Kelley
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-19Merge pull request #934 from zig-lang/adding-builtin-fieldJimmi Holst Christensen
2018-04-19Use std.os.errorUnexpectedPosix if timer initialization encounters unexpected...tgschultz
2018-04-19Added builtin field to docsJimmi Holst Christensen
2018-04-19Optimized field ptr ir for hot path and fix assignment bugJimmi Holst Christensen
2018-04-19Added field builtin functionJimmi Holst Christensen
2018-04-19Style cleanups, u64 casts, Timer.start returns error instead of unreachable o...tgschultz
2018-04-18support break in suspend blocksAndrew Kelley
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-18add --no-rosegment cli optionAndrew Kelley
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-18improve cmpxchgAndrew Kelley
2018-04-16fix windows not respecting --msvc-lib-dir, --kernel32-lib-dirAndrew Kelley
2018-04-16Add exp/norm distributed random float generationMarc Tiehuis
2018-04-16std.debug: dumpStackTrace & friends use DirectAllocatorAndrew Kelley
2018-04-15Merge pull request #925 from alexnask/release_smallAndrew Kelley
2018-04-16Added ReleaseSmall mode to docgenAlexandros Naskos
2018-04-16Fixed test build codeAlexandros Naskos