aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-02-07std: fix doc comment typo in os.zigboofexxx
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-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
2022-01-29Merge pull request #9915 from zzyxyzz/indexOfMinMaxVeikka Tuominen
2022-01-29Remove deprecation warnings and enable testominitay
2022-01-29std.fmt: fix out-of-bounds array write in float printingJohn Schmidt
2022-01-29fmt: handle doc comments on struct membersJohn Schmidt
2022-01-29Merge pull request #10639 from Vexu/f80Andrew Kelley
2022-01-28Rename mem.bswapAllFields to byteSwapAllFieldsJohn Schmidt
2022-01-28glibc: version-gate _DYNAMIC_STACK_SIZE_SOURCEAndrew Kelley
2022-01-28std: break up some long linesAndrew Kelley
2022-01-28std: add f80 bitsVeikka Tuominen
2022-01-28std: Fix using fs.Dir.Iterator twiceominitay
2022-01-27Add test for using `fs.Dir.Iterator` twiceominitay
2022-01-27Add std.mem.minMax() and std.mem.IndexOfMinMax()Mikhail Popov