aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-09-29Fix std.event.FutureLoris Cro
2020-09-28Merge pull request #6441 from kprotty/lockAndrew Kelley
2020-09-28stage{1,2}: Fix parsing of range literalsLemonBoy
2020-09-28address some review changeskprotty
2020-09-27Merge pull request #6397 from suirad/fix-5537Jakub Konka
2020-09-27new std.event.Lock implementationkprotty
2020-09-27Merge pull request #6293 from LakeByTheWoods/fmt_fixesAndrew Kelley
2020-09-27Make LinearFifo not crash when discarding from empty bufferIan Simonson
2020-09-27uefi system_tableWoze Parrrot
2020-09-25Add clarification commentSuirad
2020-09-25Stdlib fix for os.windows.deleteFile to fail withSuirad
2020-09-25Merge pull request #6412 from kristoff-it/generalize-event-loopAndrew Kelley
2020-09-25Remove noop checkLoris Cro
2020-09-25Merge pull request #6413 from LemonBoy/fix-5116Alexandros Naskos
2020-09-25update doc commentsLoris Cro
2020-09-25std: ArenaAllocator tries to resize before allocatingLemonBoy
2020-09-24I think this test is still flakeyAndrew Kelley
2020-09-25build.zig: addBuildOptionArtifactJosh Wolfe
2020-09-24recvfromLoris Cro
2020-09-24sendtoLoris Cro
2020-09-24pwritevLoris Cro
2020-09-24pwriteLoris Cro
2020-09-24writevLoris Cro
2020-09-24writeLoris Cro
2020-09-24preadvLoris Cro
2020-09-24preadLoris Cro
2020-09-24readvLoris Cro
2020-09-24readLoris Cro
2020-09-24connectLoris Cro
2020-09-24acceptLoris Cro
2020-09-24Revamp crypto/aesFrank Denis
2020-09-24Move PBKDF2 to a pwhash category, clarify what that category isFrank Denis
2020-09-23Eventloop: Enable basic event loop test, fixed by previous commitTimon Kruiper
2020-09-23Eventloop: Fix deadlock in linux event loop implementationTimon Kruiper
2020-09-20std: Fix metadata corruption in HeapAllocatorLemonBoy
2020-09-19Add "emit_docs" field to LibExeObjStep.zenith391
2020-09-18zig fmt: Special case un-indent comma after multiline string in param listLachlan Easton
2020-09-18zig fmt: Fix regression in ArrayInitializersLachlan Easton
2020-09-18zig fmt: fix #6171Lachlan Easton
2020-09-18zig fmt: Small cleanupLachlan Easton
2020-09-18zig fmt: fix comments and multiline literals in function argsLachlan Easton
2020-09-18zig fmt: Don't consider width of expressions containing multiline string lite...Lachlan Easton
2020-09-18zig fmt: Allow trailing comments to do manual array formatting. close #5948Lachlan Easton
2020-09-18zig fmt: Fix erroneously commented out code, add passing test case to close #...Lachlan Easton
2020-09-18zig fmt: Add test for nesting if expressionsLachlan Easton
2020-09-17Fix compile error in os.renameatWRyan Liptak
2020-09-17Merge pull request #6336 from Rocknest/pbkdf2Andrew Kelley
2020-09-17Add rename to std.fs APIRyan Liptak
2020-09-17std: Respect user-specified alignment when formatting intsLemonBoy
2020-09-16std: Fix {*} printing of non-pointer typesLemonBoy