aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-06-27Fix up some std.rand syntax #1161 (#1162)tgschultz
2018-06-27add f16 typeBen Noordhuis
2018-06-25std.zig.ast: fix incorrect impl of FnProto.firstTokenAndrew Kelley
2018-06-21add casting docs, __extenddftf2, and __extendsftf2Andrew Kelley
2018-06-21Add float repr bit extraction functionsMarc Tiehuis
2018-06-20remove std.mem.Allocator.construct and other fixupsAndrew Kelley
2018-06-20zig fmtAndrew Kelley
2018-06-21std.mem.Allocator.construct: improve formatting;kristopher tate
2018-06-21std.mem.Allocator.construct: remove deprecation warning;kristopher tate
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-21std.mem: remove allocator create in favor of construct; ref #733kristopher tate
2018-06-19`@floatToInt` now has safety-checked undefined behaviorAndrew Kelley
2018-06-19remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`Andrew Kelley
2018-06-18remove error to/from int casting syntax; add `@errorToInt`/`@intToError`Andrew Kelley
2018-06-18standard library fixesAndrew Kelley
2018-06-18remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`Andrew Kelley
2018-06-18remove bool to int syntax. add @boolToIntAndrew Kelley
2018-06-18update std.DynLib to use @intCastAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16std.Complex: use better arg passing convention and fix a TODOAndrew Kelley
2018-06-16Merge pull request #1109 from ziglang/pass-by-non-copying-valueAndrew Kelley
2018-06-16posix read can return error.IsDirAndrew Kelley
2018-06-16don't automatically take pointer when passing by non-copying valueAndrew Kelley
2018-06-16std.DynLib: open the fd with CLOEXECAndrew Kelley
2018-06-16add basic std lib code for loading dynamic librariesAndrew Kelley
2018-06-14fix build on windows, broken by previous commitAndrew Kelley
2018-06-14std.os.path.dirname: return null instead of empty sliceAndrew Kelley
2018-06-14Merge pull request #1105 from ziglang/i128-compiler-rtAndrew Kelley
2018-06-14Add windows x86_64 i128 abi workaroundMarc Tiehuis
2018-06-13fix race condition bug in test harness of std.atomicAndrew Kelley
2018-06-13std.zig.ast: add test for iterateAndrew Kelley
2018-06-13Add i128 compiler-rt div/mul supportMarc Tiehuis
2018-06-12better debugging for CI failures of std.atomicAndrew Kelley
2018-06-12zig fmtAndrew Kelley
2018-06-12implement std.os.Dir for windowsAndrew Kelley
2018-06-10Added C string support to fmt by using "{s}". The format string requirement i...tgschultz
2018-06-10Add arbitrary-precision integer to stdMarc Tiehuis
2018-06-10std.zig: update syntax for orelse keywordAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-09std/fmt: Use lowercase k for kilo in base 1000 (#1090)marleck55
2018-06-09clean up std.ArrayListAndrew Kelley
2018-06-09add set function to arraylistArthur Elliott
2018-06-08Fix error handling in Buffer::fromOwnedSlice (#1082)isaachier
2018-06-08Fix json parser comma after empty object caseMarc Tiehuis
2018-06-06fix std.os.windows.PathFileExists specified in the wrong DLL (#1066)Andrew Kelley
2018-06-06Fix const-ness of buffer in replaceContents method (#1065)isaachier
2018-06-06Add json.TokenStream (#1062)Marc Tiehuis
2018-06-06Fix Log2Int type constructionMarc Tiehuis
2018-06-06Pointer Reform: update @typeInfoAndrew Kelley