aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-07-21LLVM: fix lowering of structs with underaligned fieldsAndrew Kelley
2022-07-21Fix #9184: fmtIntSizeDec/fmtIntSizeBin support FormatOptionsYujiri
2022-07-20Merge pull request #12111 from ziglang/ci-stage3Andrew Kelley
2022-07-20build.zig: teach `--compress-debug-sections`Motiejus Jakštys
2022-07-20disable std lib test failing with self-hosted ReleaseSafeAndrew Kelley
2022-07-20macho: Pass sections by pointer when slicing namesCody Tapscott
2022-07-19Merge pull request #12131 from hnakamur/fix_big_int_Managed_mul_sqr_capacity_...Andrew Kelley
2022-07-19Read dynstr starting at rpath offsetLeRoyce Pearson
2022-07-17std.fs: remove accidental comptime blockVeikka Tuominen
2022-07-17std.fs: add `Iterable` versions of `openDirAbsolute*`Veikka Tuominen
2022-07-16Fix io_uring tests (#12134)Vincent Rischmann
2022-07-16std.testing: add `refAllDeclsRecursive` functionalichraghi
2022-07-16Fix checkAllAllocationFailures being too strict when checking arg typesRyan Liptak
2022-07-16Use Managed.len in sub, divFloor, and divTrunc tooHiroaki Nakamura
2022-07-16Use Managed.len() instead of Managed.toConst().limbs.lenHiroaki Nakamura
2022-07-16Fix std.math.big.int.Managed capacity after mul and sqrHiroaki Nakamura
2022-07-15std.fs: remove `OpenDirOptions.iterate`Veikka Tuominen
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
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