aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-16std.unicode: cleanup allocations on error in allocating functionsRyan Liptak
2021-09-16net.Address: Fix writing 0-bytes when formatting Unix addressesKirjastonhoitaja
2021-09-15fix __chkstk on aarch64Jonathan Marler
2021-09-14Remove WIN16 version of WSAOVERLAPPED. Use LPWSAOVERLAPPED_COMPLETION_ROUTINETravis Martin
2021-09-14add functions to decode an epoch timestamp (#9040)Jonathan Marler
2021-09-14Merge pull request #9676 from ziglang/zld-incrJakub Konka
2021-09-14zig fmt: Keep callconv(.Inline) on function pointer typesPhilipp Lühmann
2021-09-13stage2: implement Value.copy for structs and unionsAndrew Kelley
2021-09-13Merge remote-tracking branch 'origin/master' into zld-incrJakub Konka
2021-09-13fix missing paths (#9754)lucky
2021-09-13Merge pull request #9734 from Andoryuuta/macho-zld-win-filepathJakub Konka
2021-09-12os: usingnamespace fixes for std.x.os.Socket and std.os.TCPKenta Iwasaki
2021-09-12Fix same issue with dir/sysroot dir concatenation with includes on WindowsAndrew Gutekanst
2021-09-12std: publicize ArrayListUnmanaged.allocatedSlice to match ArrayListSilver
2021-09-10Fix compile error for p256 scalar arithmetic (#9715)Luuk de Gram
2021-09-09reexport crypto/phc_encoding (#9712)lucky
2021-09-08openbsd: readapt event loop after usingnamespace changesSébastien Marie
2021-09-07Merge pull request #9636 from ehaas/hexfilesAndrew Kelley
2021-09-07plan9: change output executable nameJacob G-W
2021-09-07openbsd: event loop: use EVFILT_TIMER instead of EVFILT_USERSébastien Marie
2021-09-07Merge pull request #9695 from g-w1/evloop-usingnsAndrew Kelley
2021-09-07Merge pull request #9684 from FnControlOption/astgen-string-tableAndrew Kelley
2021-09-07Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...Jonathan Marler
2021-09-06std: update event loop for recent usingnamespace changesJacob G-W
2021-09-06stdlib: fix ChildProcess.killPosixTakeshi Yoneda
2021-09-03std.hash_map: add StringIndexAdapter and StringIndexContextFnControlOption
2021-09-01fix regression on linux with kernel_timespecAndrew Kelley
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01re-apply a commit dropped in this branch due to conflictsAndrew Kelley
2021-09-01std: dirent is not part of posixAndrew Kelley
2021-09-01std.os reorg: more fixes caught by CIAndrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01disable slow scrypt testsAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01rename std.zig.ast to std.zig.Ast; use top-level fieldsAndrew Kelley
2021-09-01std, compiler-rt: remove test names where applicableAndrew Kelley
2021-09-01move syntax tests out of behavior testsAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-09-01std.os: fix FILENO constants mapped to wrong valuesAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std.os.linux: remove the "bits" namespace altogetherAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-09-01compiler_rt: add __clzdi2 and __clzti2Jan Philipp Hafer
2021-09-01stdlib: Add test for generating HEX files.Evan Haas
2021-09-01stdlib: Add Intel HEX support to InstallRawStepEvan Haas
2021-08-31std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFlyPhilip Åkesson
2021-08-31macho: fix allocating sections within segment when parsing objectsJakub Konka