aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-12-29std: fix Reader.readUntilDelimiterOrEofAlloc() APIIsaac Freund
2020-12-29std.ChildProcess: fix max_output_bytes handlingAndrew Kelley
2020-12-29std.ChildProcess: improvements to collectOutputPosixAndrew Kelley
2020-12-29std: Use WINAPI instead of .StdcallLemonBoy
2020-12-29std: Fix compilation on FreeBSD/DarwinLemonBoy
2020-12-29std: Uniform polling logic for Windows and UnixLemonBoy
2020-12-29std: Fix poll definitions for FreeBSD/DarwinLemonBoy
2020-12-29std: Avoid deadlocking in ChildProcess.execLemonBoy
2020-12-28std/crypto: increment the correct words for vectorized salsa20Frank Denis
2020-12-28std.process: update arg iterator testsAndrew Kelley
2020-12-28zig test: std.testing.zig_exe_path is now availableAndrew Kelley
2020-12-28std/heap: fix documentation of raw_c_allocatorIsaac Freund
2020-12-28Merge pull request #7483 from indocomsoft/autohashmapVeikka Tuominen
2020-12-28Merge pull request #7563 from ifreund/alloc-sent-cleanupVeikka Tuominen
2020-12-28Update event loop sendto error to SendToErrorfrmdstryr
2020-12-27std: clean up sentinel handling for argv/environIsaac Freund
2020-12-27std: add test for createNullDelimitedEnvMap()Isaac Freund
2020-12-26std.event.Loop: fix regression with ResetEventAndrew Kelley
2020-12-26Merge pull request #7449 from kristoff-it/macos-termiosAndrew Kelley
2020-12-26std: add c._exit() and use in ChildProcessIsaac Freund
2020-12-26Merge pull request #7553 from ziglang/fix-the-damn-deadlockAndrew Kelley
2020-12-26std: do not call malloc() between fork() and execv()Andrew Kelley
2020-12-26Handle unions in autoHashJulius Putra Tanu Setiaji
2020-12-26builder: implement sanitize_thread optionlithdew
2020-12-26Also check whether structs contain slicesJulius Putra Tanu Setiaji
2020-12-26Make hasUniqueRepresentation false for slicesJulius Putra Tanu Setiaji
2020-12-25openbsd: add commonly used libc wrappers for pledge(2) and unveil(2)Sébastien Marie
2020-12-25openbsd: define sem_t as optional pointer on opaque {}Sébastien Marie
2020-12-24Merge pull request #7531 from Vexu/orphanageVeikka Tuominen
2020-12-24Merge pull request #7519 from ziglang/more-pthreads-integrationAndrew Kelley
2020-12-24Revert "std.valgrind: add helgrind functions"Andrew Kelley
2020-12-23std: fix compile errors introduced in previous commitAndrew Kelley
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-24Return encoded slice from base64 encodefrmdstryr
2020-12-24Merge pull request #7447 from LemonBoy/fix-7445Veikka Tuominen
2020-12-24std: clenup, fixes, fmtVeikka Tuominen
2020-12-23std.Progress: work around time going backwardsAndrew Kelley
2020-12-23restore std.ResetEvent.isSet functionalityAndrew Kelley
2020-12-23std: add Darwin and FreeBSD sem_t bitsAndrew Kelley
2020-12-23minor code readability changesAndrew Kelley
2020-12-23std.valgrind: add helgrind functionsAndrew Kelley
2020-12-23std.ResetEvent: pthreads sem_t cannot be statically initializedAndrew Kelley
2020-12-23std.ResetEvent: use sem_t when linking against pthreadsAndrew Kelley
2020-12-23std.Mutex: integrate with pthreadsAndrew Kelley
2020-12-23openbsd: implement segfault handling on openbsd x86_64Sébastien Marie
2020-12-23added comments, removed useless comptime keywordsLoris Cro
2020-12-23add termios bits for darwinLoris Cro
2020-12-23move ArrayListSentineled to std lib orphanageVeikka Tuominen
2020-12-23std.c: add fmemopenxackus
2020-12-23Add sincosf function (#7267)daurnimator