aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
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
2021-07-04implement xoshiro256++ (#9298)leesongun
2021-07-03zig fmtkprotty
2021-07-02stage2: improve AstGen FileNotFound error messageAndrew Kelley
2021-07-02compile errors test harness: support unknown file/line/columnAndrew Kelley
2021-07-02tokenizer: clean up invalid token errorAndrew Kelley
2021-07-02AstGen: cleanups to pass more compile error test casesAndrew Kelley
2021-07-02AstGen: detect redeclaration of function parametersAndrew Kelley
2021-07-02stage2: improve compile errors from tokenizerAndrew Kelley
2021-07-02stage2: tokenizer: require null terminated sourceAndrew Kelley
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-07-02move "unreachable code" error from stage1 to stage2Andrew Kelley
2021-07-01std.Thread: move linux detach code to inline asmkprotty
2021-07-01std: Catch and handle overflow in json parserLemonBoy
2021-06-30zig fmtkprotty
2021-06-30std.Thread: non-zero child_tid to avoid racy join()kprotty
2021-06-30std.Thread: add CLONE_CHILD_SETTID to fix join()kprotty
2021-06-30std.Thread: fix tls 9386 linux typokprotty
2021-06-30std.Thread: more cleanup & testingkprotty
2021-06-30std.Thread: more fixeskprotty
2021-06-30std.Thread: fix posixkprotty
2021-06-30std.Thread: fix futex test + thread errorskprotty
2021-06-30std.Thread: fix futex thread spawningkprotty
2021-06-30std.Thread: more typo fixeskprotty
2021-06-30std.Thread: more fixeskprotty
2021-06-30std.Thread: typo fixes 2kprotty
2021-06-30std.Thread: uh more typo fixeskprotty
2021-06-30std.Thread: more compile error fixeskprotty
2021-06-30std.Thread: even more typo fixeskprotty
2021-06-30std.Thread: fix some typoskprotty
2021-06-30std.Thread: add tests + getCurrentId() returns ints when possiblekprotty
2021-06-30std.Thread: another typo fixkprotty
2021-06-30std.Thread.getCpuCount(): fix usageskprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-30std.Thread: rewrite + extensionskprotty