aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2021-07-28linux: add mknod and mknodat syscallsMahdi Khanalizadeh
2021-07-28add build dependency when linkerscript is a generated fileMatt Knight
2021-07-28std/ArrayList: Allow `ArrayList(u0)` to be createdZach Banks
2021-07-28Move fs.Walker to fs.Dir.WalkerOminitay
2021-07-28translate-c: handle floating point NAN and INFINITY macrosEvan Haas
2021-07-28Skip empty strings in std.fs.path.join functionAustin Clements
2021-07-27fix old references to verbose-ir to be verbose-airAndrew Kelley
2021-07-27Add option to hide build command on compilation error to build_runner (#8513)Lee Cannon
2021-07-27Add zld.id to list of files to skipJarred Sumner
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-07-23Merge pull request #9265 from ehaas/translate-c-macro-matchingVeikka Tuominen
2021-07-23Merge pull request #9440 from ziglang/emit-bcAndrew Kelley
2021-07-22add -femit-llvm-bc CLI option and implement itAndrew Kelley
2021-07-22translate-c: Handle ambiguous cast or call macroEvan Haas
2021-07-22translate-c: add framework for special-casing macrosEvan Haas
2021-07-22Fixed compile error: 'bMenu' needs to casted. (#9426)Michal Ziulek
2021-07-22linux stdlib: fix definition of RW flags (#9428)Biolunar
2021-07-22std.crypto: handle the top bit in 25519.field.fromBytes64() (#9435)Frank Denis
2021-07-21remove 'pe' object formatAndrew Kelley
2021-07-21Correct hasUniqueRepresentation for vectorsTau
2021-07-20std.Progress: revert to the older strategyAndrew Kelley
2021-07-20std.ArrayList: add missing assertion in appendSliceAssumeCapacityAndrew Kelley
2021-07-20stage2: miscellaneous fixes for the branchAndrew Kelley
2021-07-20std: remove dead code in std.os.readcharlieman
2021-07-19translate-c: Handle underscore when used as an identifierEvan Haas
2021-07-19fix style warning in json.zigTizoner
2021-07-18FIX typo in doc comment for std.math.hypot (#9413)Adam C
2021-07-15Add std.unicode.fmtUtf16leJonathan Marler
2021-07-15parser: require block in suspend expressiong-w1
2021-07-15Add inotify_rm_watch definition to c/linux.zigRyan Liptak
2021-07-15Add NotDir as possible error for os.inotify_add_watchRyan Liptak
2021-07-12std/hash_map: fix ensureUnusedCapacity() over-allocatingIsaac Freund
2021-07-11io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_removeKenta Iwasaki
2021-07-11stage2 plan9: add aarch64 supportJacob G-W
2021-07-10Add waitid syscall on linux (#9335)Malcolm Still
2021-07-08Merge pull request #9105 from g-w1/plan9Andrew Kelley
2021-07-08plan9 cleanupsAndrew Kelley
2021-07-08Switch rand.DefaultPrng to Xoshiro256++ (#9301)Frank Denis
2021-07-08stage2: include enough inline asm support for more plan9 syscallsJacob G-W
2021-07-08plan9 linker: remove panics and improve 64 bit supportJacob G-W
2021-07-08plan9 linker: produce an object file that can actually work!!!Jacob G-W
2021-07-08initial plan9 boilerplatejacob gw
2021-07-08Add support for NO_COLORMartin Wickham
2021-07-08Merge pull request #9325 from ziglang/stage2-inferred-error-setsAndrew Kelley
2021-07-07Revert "Skip over CRs at the end of multiline literals"Andrew Kelley
2021-07-07Skip over CRs at the end of multiline literalsDaniele Cocca
2021-07-07std.builtin.panic: simpler default panic for stage2Andrew Kelley
2021-07-07std.HashMap: add ensureUnusedCapacity and ensureTotalCapacityAndrew Kelley
2021-07-07Fixed builtin.Target -> std.TargetCarlos Zúñiga
2021-07-04Merge pull request #9175 from kprotty/threadAndrew Kelley