aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-07Merge branch 'glibc'Andrew Kelley
2019-03-07disable some tests until coroutine rewrite is finishedAndrew Kelley
2019-03-07multi-arch glibc headersAndrew Kelley
2019-03-05add popcountdi2 to compiler_rtAndrew Kelley
2019-03-05std.os.changeCurDir no longer needs an allocatorAndrew Kelley
2019-03-03fix build.zig not respecting --staticAndrew Kelley
2019-03-03fix check for 64-bit arm platforms with new targetssjdh02
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-02@returnAddress and @frameAddress return usize nowAndrew Kelley
2019-03-02all integers returned by @typeInfo are now comptime_intSahnvour
2019-03-02compile error for import outside package pathAndrew Kelley
2019-03-01Merge pull request #2020 from ziglang/kill-namespace-typeAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-02-28add mprotect syscallAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-26fix .gitignore file and add commit missing std lib fileAndrew Kelley
2019-02-26add builder.addFmt API and use it to test stage1 zig fmtAndrew Kelley
2019-02-26breaking changes to the way targets work in zigAndrew Kelley
2019-02-26Add priority queueJohn Schmidt
2019-02-25zig build: 2 improvementsAndrew Kelley
2019-02-25building DLLs on Windows works betterAndrew Kelley
2019-02-25first class support for compiling C codeAndrew Kelley
2019-02-23fix `zig fmt` arg0 handled incorrectlyAndrew Kelley
2019-02-23introduce std.debug.captureStackTraceAndrew Kelley
2019-02-19remove --no-rosegment workaround now that valgrind bug is fixedAndrew Kelley
2019-02-18zig fmt: fix infix operator before multiline string literalAndrew Kelley
2019-02-18export _mh_execute_header with weak linkageAndrew Kelley
2019-02-18Fixed std.testing.expectEqualJimmi HC
2019-02-18Merge pull request #1972 from coypoop/netbsdAndrew Kelley
2019-02-17fix openWriteNoClobber and add testQuetzal Bradley
2019-02-17Don't provide a bogus definition of EVFILT_USERMaya Rashish
2019-02-17Fix std.math.powi so powi(x, +-0) = 1 for any x.Benoit Jauvin-Girard
2019-02-17freebsd: fix pointer cast in mmapMaya Rashish
2019-02-17Add NetBSD supportMaya Rashish
2019-02-17fixupsAndrew Kelley
2019-02-16fix BufferedInStream not reading delayed inputsjdh02
2019-02-16fmt_runner: remove redundant checkAndrew Kelley
2019-02-16bring zig fmt to stage1Andrew Kelley
2019-02-16Merge pull request #1958 from ziglang/parse-floatMarc Tiehuis
2019-02-15breaking: fix @sizeOf to be alloc size rather than store sizeAndrew Kelley
2019-02-15Merge pull request #1965 from ziglang/c-pointer-typeAndrew Kelley
2019-02-14darwin: fix pointer cast in mmapAndrew Kelley
2019-02-15Use official llvm mirror for compiler-rt commit refMarc Tiehuis
2019-02-15Make parseFloat stricter in what it accepts as inputMarc Tiehuis
2019-02-14fix implicit cast error unions with non-optional to optional pointerAndrew Kelley
2019-02-14Add parseFloat support to json.zigMarc Tiehuis
2019-02-14Add parseFloat to std.fmtMarc Tiehuis
2019-02-13Add f128 support for fabs, isinf, isnan, inf and nan functionsMarc Tiehuis
2019-02-13compiler-rt: Add __addtf3, __subtf3 and __truncdfhf2Marc Tiehuis