aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-27CLI: strip lazy built commands by defaultAndrew Kelley
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-27Merge pull request #18538 from Pangoraw/wasm_vector_abiLuuk de Gram
2024-02-26Merge pull request #19087 from squeek502/redundant-test-namingAndrew Kelley
2024-02-26introduce ZIG_DEBUG_CMD to choose debug modeAndrew 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-26Zir: decouple from InternPoolAndrew Kelley
2024-02-26move Zcu.LazySrcLoc to std.zig.LazySrcLocAndrew Kelley
2024-02-26http: fix fetching a github releaseJacob Young
2024-02-27Merge pull request #19062 from mlugg/dbg-var-blocksMatthew Lugg
2024-02-26Fix tuple default valuesJohn Schmidt
2024-02-26Check for inactive union field when calling fn at comptimeJohn Schmidt
2024-02-26Merge pull request #18859 from schmee/switch-union-capture-alignAndrew Kelley
2024-02-26Sema: fix compile error for switching on undefined unionJohn Schmidt
2024-02-26Sema: evaluate generic instantiations in fn decls capture scopeJohn Schmidt
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-26compiler: decide dbg_var scoping based on AIR blocksmlugg
2024-02-26Merge pull request #19083 from antlilja/llvm-blockinfoAndrew Kelley
2024-02-26std.http.Client: fix UAF when handling redirectsAndrew Kelley
2024-02-26AstGen: fix OoB crash on `ast-check -t`John Schmidt
2024-02-25Merge pull request #19080 from jacobly0/llvm-per-mod-stripAndrew Kelley
2024-02-25Merge pull request #18906 from jacobly0/x86_64-testsAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-26macho: count rebases for synthetic __objc_selrefsJakub Konka
2024-02-26macho: fix section to segment mappingJakub Konka
2024-02-26macho: actually set SG_READ_ONLY on __DATA_CONST segmentJakub Konka
2024-02-26Builder: Reduce size of DebugLoc abbrevantlilja
2024-02-26Builder: Use BlockInfo block to reduce size of bitcodeantlilja
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-25package management: fix regression of printing expected hashAndrew Kelley