aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-02-08wasm: update test runnerLuuk de Gram
2022-02-08compiler_rt: add suboJan Philipp Hafer
2022-02-07Merge pull request #10813 from marler8997/windowsChildHangAndrew Kelley
2022-02-07debug: implement segfault handler for macOS aarch64John Schmidt
2022-02-07std.bit_set: add setRangeValue(Range, bool)Arnavion
2022-02-07std: fix i386-openbsd failing to build from sourceAndrew Kelley
2022-02-07compiler_rt: add addo (#10824)matu3ba
2022-02-07std: Allow `mem.zeroes` to work at comptime with extern unionEvan Haas
2022-02-07std: fix doc comment typo in os.zigboofexxx
2022-02-07fix bug when ReadFile returns synchronously in collectOutputWindowsJonathan Marler
2022-02-06Replace argvCmd with std.mem.joinCody Tapscott
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-02-06Merge pull request #10740 from ziglang/stage2-float-arithmeticAndrew Kelley
2022-02-06compiler_rt: addXf3: add coercion to `@clz`Andrew Kelley
2022-02-06std/math: optimize division with divisors less than a half-limbMarc Tiehuis
2022-02-06rework to allow ReadFile to complete synchronouslyJonathan Marler
2022-02-06fix bug I think I found while manually reviewingJonathan Marler
2022-02-06child_process: collectOutputWindows handle broken_pipe from ReadFileJonathan Marler
2022-02-06CLI: remove remainders of --verbose-ast and --verbose-tokenizeJohannes Löthberg
2022-02-05Merge pull request #10738 from Vexu/f80Andrew Kelley
2022-02-05std: allow tests to use cache and setOutputDirpraschke
2022-02-05stage2: add support for Nvptx targetgwenzek
2022-02-05std.build.TranslateCStep: add C macro supportrohlem
2022-02-05std.process: add option to support single quotes to ArgIteratorGeneralVeikka Tuominen
2022-02-05compiler_rt: optimize muloJan Philipp Hafer
2022-02-04stage1: make f80 always size 16, align 16Veikka Tuominen
2022-02-04compiler-rt: add add/sub for f80Veikka Tuominen
2022-02-04compiler-rt: add comparison functions for f80Veikka Tuominen
2022-02-04compiler-rt: add trunc functions for f80Veikka Tuominen
2022-02-04compiler-rt: add extend functions for f80Veikka Tuominen
2022-02-01stage2: remove anytype fields from the languageAndrew Kelley
2022-02-01stage1: avoid anytype fields for type infoAndrew Kelley
2022-02-01Merge pull request #10742 from ziglang/ArrayHashMapEqlAndrew Kelley
2022-01-31a small crusade against std.meta.declarationsAndrew Kelley
2022-01-31stage1: remove the `data` field from TypeInfo.DeclarationAndrew Kelley
2022-01-31std.fmt.parseHexFloat: clean up bitwise logicAndrew Kelley
2022-01-31std: correct rounding in parse_hex_float.zigMateusz Radomski
2022-01-31debug: fix edge cases in macOS debug symbol lookupJohn Schmidt
2022-01-31os,wasi: use wasi-libc if availableŽiga Željko
2022-01-31std: make ArrayHashMap eql function accept an additional paramAndrew Kelley
2022-01-30Full response file (*.rsp) supportPhaseMage
2022-01-30Merge pull request #10404 from ominitay/iteratorJakub Konka
2022-01-29std: add test for Thread.Semaphorenaeu
2022-01-29std: add test for Thread.Conditionnaeu
2022-01-29std: define static error set for fs.Dir.copyFileMeghan
2022-01-29fix argsAlloc buffer sizeJean Dao
2022-01-29Fix overflow in std.math.isNormal when applied to -Inf or a negative NaNJonathan S
2022-01-29improve comptime windows GUID.parse performanceJonathan Marler
2022-01-29std: remove superfluous `.read = true` from deflate testsVeikka Tuominen
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane