aboutsummaryrefslogtreecommitdiff
path: root/lib
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-07compiler_rt: enable __clear_cache for stage2Andrew Kelley
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-06compiler_rt: RISC-V does not want gnu_f16_abiAndrew 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-05compiler_rt: work around LLVM optimizing __muloti4 to call itselfAndrew 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-04update macOS libc headersAndrew 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-03update C headers to LLVM 14.0.6Andrew Kelley
2022-07-03std: disable tests regressed from LLVM 14Andrew Kelley
2022-07-02libcxx: do not include __config_siteAndrew Kelley
2022-07-01std.zig.fmtId: revert recent changesAndrew Kelley
2022-07-01update CPU features to LLVM 14Andrew Kelley
2022-07-01update libunwind to llvm 14.0.6Andrew Kelley
2022-07-01update libcxxabi to llvm 14.0.6Andrew Kelley
2022-07-01update libcxx to llvm 14.0.6Andrew 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