aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-10-16std.io: fix compile error when InStream has empty error setAndrew Kelley
2018-10-15fix windowsAndrew Kelley
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-13C ABI and compiler rt improvements for ARMAndrew Kelley
2018-10-11Improve time.sleep apiMarc Tiehuis
2018-10-10added math.pow support for integer types. resolves #1637 (#1642)emekoi
2018-10-09std/special/bootstrap: inline some functions to improve stack tracesAndrew Kelley
2018-10-09support building static librariesAndrew Kelley
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-10-06arm64: respond to code reviewShawn Landden
2018-10-04removed unneeded dll extensionemekoi
2018-10-03better mutex implementationAndrew Kelley
2018-10-03std.Mutex: implement blocking mutexes on linuxAndrew Kelley
2018-10-02add std.os.linux.vfork and std.os.linux.exit_groupAndrew Kelley
2018-10-02Add doc comment for tokenLocationPtr (#1618)Wink Saville
2018-10-01std lib (breaking): posixRead can return less than buffer sizeAndrew Kelley
2018-10-01std lib: flesh out the async I/O streaming API a bitAndrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-30rename std.event.tcp to std.event.netAndrew Kelley
2018-09-30merged windows dll apisemekoi
2018-09-30added dynamic library loading for windowsemekoi
2018-09-30Expose failing_allocator as *Allocator instead of const FailingAllocatorJimmi Holst Christensen
2018-09-27overhaul api for getting random integers (#1578)Josh Wolfe
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-24Remove StrLitKind enumWink Saville
2018-09-23Fix typo in argsAlloc commentWink Saville
2018-09-21fixupsAndrew Kelley
2018-09-20fix formatInt to handle upcasting to base int sizeAndrew Kelley
2018-09-19Merge remote-tracking branch 'origin/llvm7'Andrew Kelley
2018-09-18std/index.zig: Fix importChristian Wesselhoeft
2018-09-18fix regression from previous commitAndrew Kelley
2018-09-18zig fmt: handle shebang linesAndrew Kelley
2018-09-18remove unnecessary setFloatMode callsAndrew Kelley
2018-09-18Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-17remove deprecated, unused windows functionsAndrew Kelley
2018-09-17remove `zig build --init`. add `zig init-lib` and `zig init-exe`Andrew Kelley
2018-09-16Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-09-14fix alignment of structsAndrew Kelley
2018-09-14Fix additional regressions calling FileOutStream/FileInStream init()Wink Saville
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13math/complex: cexp test correction and ldexp usage fixMarc Tiehuis
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-12windows: std.fs functions support concurrent opsAndrew Kelley
2018-09-12Merge pull request #1494 from ziglang/stage1-cachingAndrew Kelley
2018-09-12fixed WriteFile segfaultemekoi
2018-09-11zig build: make the cache root dir before buildingAndrew Kelley
2018-09-11zig build: better placement of test exe artifactAndrew Kelley
2018-09-11fix incorrect error union const value generationAndrew Kelley
2018-09-10Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley