aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-02-27Expand the memcpy fast path in flate.CircularBuffer.writeMatch to allow for o...IntegratedQuantum
2024-02-27compress: activate tests in wasm32Igor Anić
2024-02-27Eliminate `error.InvalidHandle` from OpenError and RealPathErrorRyan Liptak
2024-02-27testing.expectFmt() - reuse expectEqualStrings()Travis Staloch
2024-02-27std.compress.zstd: enable tests for wasm32dweiller
2024-02-27Merge pull request #19102 from ziglang/decouple-zirAndrew Kelley
2024-02-26Merge pull request #19087 from squeek502/redundant-test-namingAndrew Kelley
2024-02-26back out the build_runner.zig moving changeAndrew Kelley
2024-02-26move lazily compiled source files to lib/compiler/Andrew Kelley
2024-02-26compiler: JIT zig reduceAndrew Kelley
2024-02-26std.zig: don't try to unit test a separate exeAndrew Kelley
2024-02-26compiler: JIT zig fmtAndrew Kelley
2024-02-26move AstGen to std.zig.AstGenAndrew Kelley
2024-02-26rearrange std.zigAndrew Kelley
2024-02-26move Zir to std.zig.ZirAndrew Kelley
2024-02-26move Zcu.LazySrcLoc to std.zig.LazySrcLocAndrew Kelley
2024-02-26http: fix fetching a github releaseJacob Young
2024-02-26Change many test blocks to doctests/decltestsRyan Liptak
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-26std.http.Server: fix use case of streaming both reading and writingAndrew Kelley
2024-02-26Merge pull request #19081 from ianic/tar_case_sensitiveAndrew Kelley
2024-02-26change default WASI stack sizeAndrew Kelley
2024-02-26std.http.Client: fix UAF when handling redirectsAndrew Kelley
2024-02-25Merge pull request #18906 from jacobly0/x86_64-testsAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-25Merge pull request #19077 from Techatrix/http-header-parseAndrew Kelley
2024-02-26std.tar fix refactored functionIgor Anić
2024-02-25fix crash when calling StackIterator.isValidMemory with emscriptenJae B
2024-02-25fix large f128 values being incorrectly parsed as infMarc Tiehuis
2024-02-25std.tar skip test on windowsIgor Anić
2024-02-25std.heap.raw_c_allocator: use malloc_size for resizeAndrew Kelley
2024-02-25http: handle header fields with empty valueTechatrix
2024-02-25fix integer overflow in indexOfPosLinear when needle.len > haystack.lenTechatrix
2024-02-25std.tar improve error reportingIgor Anić
2024-02-25x86_64: implement more shufflesJacob Young
2024-02-25Sema: implement vector coercionsJacob Young
2024-02-25x86_64: implement `@shuffle`Jacob Young
2024-02-25x86_64: fix incorrect mnemonic selectionJacob Young
2024-02-25Add pollTimeout for non-blocking/timeout-having pollsSuperAuguste
2024-02-25std.tar add case sensitive file name testIgor Anić
2024-02-25Merge pull request #19005 from squeek502/wtfAndrew Kelley
2024-02-24std: re-enable most of setrlimit test on macosMichael Dusan
2024-02-24std.compress.flate: fix typo in function name (#19002)Robinson Collado
2024-02-24std.tar don't overwrite existing fileIgor Anić
2024-02-24Add std.fs.path.fmtAsUtf8Lossy/fmtWtf16LeAsUtf8LossyRyan Liptak
2024-02-24Use stack fallback allocator to usually avoid extra heap allocation in getEnv...Ryan Liptak
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Add std.unicode.fmtUtf8 that can handle ill-formed UTF-8Ryan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak