aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-07-15add FreeBSD support to std.os.getFdPathKim SHrier
2022-07-14handle HOSTUNREACH for blocking and non-blocking connectsBill Nagel
2022-07-13Merge pull request #12098 from ziglang/llvm-riscv64Andrew Kelley
2022-07-13AstGen: fix loop control flow applying to wrong loopAndrew Kelley
2022-07-13stage2: fix comptime bitcast involving f80Andrew Kelley
2022-07-13std.math: add `inline` to some functionsAndrew Kelley
2022-07-12std: update test cases to reflect new packed struct semanticsAndrew Kelley
2022-07-12Merge pull request #12083 from Vexu/c-container-errVeikka Tuominen
2022-07-12wasm-linker: Implement linker tests (#12006)Luuk de Gram
2022-07-12stage2: handle parser notes in a more general wayVeikka Tuominen
2022-07-12parser: add helpful error for C style container declarationsVeikka Tuominen
2022-07-11Merge pull request #12044 from Vexu/stage2-compile-errorsAndrew Kelley
2022-07-11Sema: allow `void` as an extern union field & fix invalid extern unionsVeikka Tuominen
2022-07-11Sema: validate extern typesVeikka Tuominen
2022-07-11std.math: add `degreesToRadians` and `radiansToDegrees`frmdstryr
2022-07-11use std.log for loggingMikko Kaihlavirta
2022-07-11std.fmt: clarify the description of placeholders in Format StringsDuncan Holm
2022-07-10compiler_rt: Update Windows ABI for float<->int conversion routinesCody Tapscott
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