aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-06compiler-rt: Separate max size allowed for load/store and CASLemonBoy
2020-04-05use mingw-w64 to provide -luuid if requestedAndrew Kelley
2020-04-05Generate clearer size mismatch error messageBenjamin Feng
2020-04-05std: Delete a hack in the feature set codeLemonBoy
2020-04-05compiler_rt/atomics: be consistent with `const value`daurnimator
2020-04-05Tidy up compiler_rt/atomicsdaurnimator
2020-04-04rename mem.separate to mem.splitxackus
2020-04-04add libutil to zig's glibc supportAndrew Kelley
2020-04-04Adds some documentation to std.atomic.Queue.Felix (xq) Queißner
2020-04-03Merge pull request #4868 from xackus/new-arraylist-apiAndrew Kelley
2020-04-03compiler-rt: don't forget to export these functionsAndrew Kelley
2020-04-03compiler-rt: Add the __atomic family of builtinsLemonBoy
2020-04-03Update fmt.zigmarkfirmware
2020-04-03Update all remaining uses of &outStream().streamRyan Liptak
2020-04-02crypto: fix benchmark compile error (#4919)Jay Petacat
2020-04-02slight modification of the semantics of std.os.getenvWAndrew Kelley
2020-04-02make std.os.getenvW case insensitiveIlmari Autio
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-02new ArrayList API: fix ArrayList.shrinkxackus
2020-04-02new ArrayList API: fix std.ArrayListSentineledxackus
2020-04-02new ArrayList API, fix enough std lib to testxackus
2020-04-02std: add LinearFifo().inStreamdaurnimator
2020-04-02std: LinearFifo matches ArrayList in always having outStream methoddaurnimator
2020-04-01Fix CrossTarget.parse test on platforms where abi != gnuTimon Kruiper
2020-04-01(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)Andrew Kelley
2020-04-01fixups and revert a few thingsAndrew Kelley
2020-04-01std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStreamdaurnimator
2020-04-01std: use Buffer.outStream in std/child_process.zigdaurnimator
2020-04-01std: use std.ArrayList(u8) instead of std.Buffer in std/build.zigdaurnimator
2020-04-01std: don't return sentinel slices from cross_target functionsdaurnimator
2020-04-01std: add std.ArrayList(u8).outStream()daurnimator
2020-04-01Merge pull request #4894 from LemonBoy/netbsd-p2Andrew Kelley
2020-04-01Remove unneeeded address-of operatorAndrew Kelley
2020-04-01io: fix COutStream testVincent Rischmann
2020-04-01Workaround for #4789LemonBoy
2020-04-01io: fix serialization compilation and testsVincent Rischmann
2020-04-01io: fix PeekStream compilationVincent Rischmann
2020-04-01io: test all files under std/ioVincent Rischmann
2020-04-01std: Use the versioned libc symbols if neededLemonBoy
2020-04-01std: Fix more NetBSD bitsLemonBoy
2020-03-31Fix porting of zlib alder32 with large inputMichaël Larouche
2020-03-31Merge pull request #4543 from daurnimator/cleanup-jsonAndrew Kelley
2020-03-31Merge pull request #4880 from daurnimator/use-spanZAndrew Kelley
2020-03-31remove unnecessary `inline`Andrew Kelley
2020-04-01Tidy up some mem.spanZ use-sites now that null is accepteddaurnimator
2020-03-31clean up the duplicate export logic for __clear_cacheAndrew Kelley
2020-04-01std: fix mem.span* when an optional pointer is passeddaurnimator
2020-03-31compiler-rt: More clear_cache implementationsLemonBoy
2020-03-31Fix std.fifo.LinearFifoTetralux
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator