aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-06-21Add errors to windows.WSAStartup and WSACleanupNameless
2020-06-20implement new stat functionality for WASIAndrew Kelley
2020-06-20std.fs: fix shadowing `stat` with a local variableAndrew Kelley
2020-06-20rework zig fmt to avoid unnecessary realpath() callsAndrew Kelley
2020-06-20zig fmtAndrew Kelley
2020-06-20rework zig fmt to use less syscalls and open fdsAndrew Kelley
2020-06-20Use writer in std.fmtdata-man
2020-06-19Don't attempt to use io from thin airHaze Booth
2020-06-18Merge pull request #5348 from ifreund/std-logAndrew Kelley
2020-06-18Merge pull request #5203 from tadeokondrak/@type-for-even-more-typesAndrew Kelley
2020-06-18rework zig fmt to only make one allocationAndrew Kelley
2020-06-18Fix fs.File.mode() not returning mode_t on windowsCassidy Dingenskirchen
2020-06-18Add std.unicode.Utf8Iterator.peekMichael Rees
2020-06-18Merge pull request #5625 from antlilja/masterAndrew Kelley
2020-06-18reference emit_raw in std lib testsVexu
2020-06-18make file and fn_name fields of SourceLocation also null-terminatedAndrew Kelley
2020-06-18implement `@src`Vexu
2020-06-17Add std.debug.print for "printf debugging"Isaac Freund
2020-06-17Improve f128 standard library supportantlilja
2020-06-17Deprecate std.debug.warnIsaac Freund
2020-06-17Introduce std.logIsaac Freund
2020-06-16Merge pull request #5607 from daurnimator/cleanup-debug-stderrAndrew Kelley
2020-06-16ArrayList(u8) support writer interfaceJonathan Marler
2020-06-15std: remove std.debug.getStderrStreamdaurnimator
2020-06-15std: clean up debug stderr variablesdaurnimator
2020-06-14add workaround for #5599Vexu
2020-06-12Add strict_align to pre-v6 ARM targetsCarter Sande
2020-06-12Merge pull request #5589 from kubkon/preopens-exampleAndrew Kelley
2020-06-12Fix formatting of floating point values with the B and Bi specifiersAlexandros Naskos
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-06-11Add unit test for std.fs.wasi.PreopenListJakub Konka
2020-06-11Add custom format method for Preopen structJakub Konka
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-09Expose full llvm intrinsicJakub Konka
2020-06-09Use builtins in std.heap.WasmAllocatorJakub Konka
2020-06-09fix memory errorsJonathan Marler
2020-06-08support Writer instead of OutStreamJonathan Marler
2020-06-08update sort callsite to new APIAndrew Kelley
2020-06-08std.sort: give comparator functions a context parameterAndrew Kelley
2020-06-07tcpConnectToHost try all addresses in AddressListIan Simonson
2020-06-07Test case for tcpConnectToHost fixIan Simonson
2020-06-04std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY statusRyan Liptak
2020-06-04Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...Ryan Liptak
2020-06-04Windows: Fix std.fs.Dir.deleteDir() deleting filesRyan Liptak
2020-06-04add workaround for #5525Vexu
2020-06-02cleanupsAndrew Kelley
2020-06-02Replace os.linux to os.systemLuna
2020-06-02Change ioctl's request type to i32Luna
2020-06-02Add declaration for libc ioctlLuna
2020-06-02Replace syscall3 to os.ioctlLuna