aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-07-10Compilation: do not repeat same source line for notesVeikka Tuominen
2022-07-10Merge pull request #12001 from ziglang/llvm14Andrew Kelley
2022-07-09two more regressed test cases; same cause as last two commitsAndrew Kelley
2022-07-09disable regressed math.sign test caseAndrew Kelley
2022-07-09disable regressed float formatting test caseAndrew Kelley
2022-07-09`std.log`: deduplicate `switch`r00ster91
2022-07-09Remove outdated TODO comment (#12053)Yusuke Tanaka
2022-07-08crypto.sign.ed25519: add support for blind key signatures (#11868)Frank Denis
2022-07-07Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-07std.builtin.returnError: disable runtime safetyAndrew Kelley
2022-07-07Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-07std.log: give friendly error to freestanding usersr00ster91
2022-07-07Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-07std.json: move tests to json/test.zig fileAndrew Kelley
2022-07-06std.leb128: disable regressed test due to LLVM 14Andrew Kelley
2022-07-06std.fmt.parse_float: disable failing aarch64 test from LLVM 14Andrew Kelley
2022-07-06std: disable aarch64 tests that regressed from LLVM 14Andrew Kelley
2022-07-06std: disable tests tripping LLVM assertionsAndrew Kelley
2022-07-06Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-06crypto.sign.ecdsa: fix toCompressedSec1()/toUnompressedSec1() (#12009)Frank Denis
2022-07-05Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-05std: align some function pointersAndrew Kelley
2022-07-05std.os.linux.io_uring: work around LLVM bugAndrew Kelley
2022-07-05Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-05Mark fstype argument to mount as optionalJonathan Marler
2022-07-04Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-04std.Thread: fix mutable ref of temporaryAndrew Kelley
2022-07-04Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-04std: update bsd bits to new fn ptr semanticsAndrew Kelley
2022-07-03Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-03std: better definition for std.os.linux.epoll_eventAndrew Kelley
2022-07-03std: disable tests regressed from LLVM 14Andrew Kelley
2022-07-01std.zig.fmtId: revert recent changesAndrew Kelley
2022-07-01update CPU features to LLVM 14Andrew Kelley
2022-07-01Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-01Merge pull request #11974 from ziglang/fixfixfixAndrew Kelley
2022-07-01Merge pull request #11973 from Vexu/stage2-compile-errorsAndrew Kelley
2022-07-01macho: implement pruning of unused segments and sectionsJakub Konka
2022-07-01crypto: add the Xoodoo permutation, prepare for Gimli deprecation (#11866)Frank Denis
2022-07-01std.crypto.hash: allow creating hash functions from compositions (#11965)Frank Denis
2022-07-01Sema: validate deref operator type and valueVeikka Tuominen
2022-06-30stage2: implement alignment calculation of vectorsAndrew Kelley
2022-06-30Merge pull request #11967 from ziglang/runtime-float-negationAndrew Kelley
2022-07-01std.event: use .{} to initiate Lock to unlocked stateMikko Kaihlavirta
2022-06-30stage2: lower float negation explicitlyAndrew Kelley
2022-06-30LLVM: fix lowering of untagged union typesAndrew Kelley
2022-06-29std.math.big.int: breaking API changes to prevent UAFAndrew Kelley
2022-06-29Merge pull request #11958 from ziglang/store-to-inferred-ptrAndrew Kelley
2022-06-29std.crypto.ecc: add support for the secp256k1 curve (#11880)Frank Denis
2022-06-29std.json: Support disabling indent (#11823)May B