aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-30std: Add more standard type definitions for FreeBSDLemonBoy
2020-12-29std: fix Reader.readUntilDelimiterOrEofAlloc() APIIsaac Freund
2020-12-29stage2 tests: improve C backend testingAndrew Kelley
2020-12-29stage2: C backend improvementsAndrew Kelley
2020-12-29Comply with semantic versioning pre-release formatJay Petacat
2020-12-29std.ChildProcess: fix max_output_bytes handlingAndrew Kelley
2020-12-29zig test: release Compilation Cache locksAndrew Kelley
2020-12-29Merge branch 'LemonBoy-cprocess'Andrew Kelley
2020-12-29std.ChildProcess: improvements to collectOutputPosixAndrew Kelley
2020-12-29std: Use WINAPI instead of .StdcallLemonBoy
2020-12-29std: Fix compilation on FreeBSD/DarwinLemonBoy
2020-12-29std: Uniform polling logic for Windows and UnixLemonBoy
2020-12-29std: Fix poll definitions for FreeBSD/DarwinLemonBoy
2020-12-29std: Avoid deadlocking in ChildProcess.execLemonBoy
2020-12-29stage2 tests: pass cwd to child process to fix exe pathAndrew Kelley
2020-12-28stage2 tests: fix incorrect path used for execution binaryAndrew Kelley
2020-12-28Revert "stage2: fix compilation of self-hosted compiler with -Denable-llvm"Andrew Kelley
2020-12-28std/crypto: increment the correct words for vectorized salsa20Frank Denis
2020-12-28stage2 tests: better failure reporting for failed executionAndrew Kelley
2020-12-28fix `zig test` with regards to passing parametersAndrew Kelley
2020-12-28stage2: better error message for root zig source file not foundAndrew Kelley
2020-12-28std.process: update arg iterator testsAndrew Kelley
2020-12-28Merge branch 'hello-c-backend' into masterAndrew Kelley
2020-12-28stage2: update C backend test cases for new outputAndrew Kelley
2020-12-28stage2: C backend: handle string literals more gracefullyAndrew Kelley
2020-12-28stage2: improve test harness to support executing generated C codeAndrew Kelley
2020-12-28zig test: std.testing.zig_exe_path is now availableAndrew Kelley
2020-12-28stage2: C backend: implement `@breakpoint` and clean up test harnessAndrew Kelley
2020-12-28stage2: C backend: properly render type of array declsAndrew Kelley
2020-12-28stage2: C backend: pointer cast decl refs if necessaryAndrew Kelley
2020-12-28stage2: add extern functionsAndrew Kelley
2020-12-28Merge pull request #7498 from FireFox317/stage2-llvmAndrew Kelley
2020-12-28stage2: add initial implementation of func arguments in LLVM backendTimon Kruiper
2020-12-28stage2: refactor (simplify) code structure of `llvm_backend.zig`Timon Kruiper
2020-12-28stage2: add missing asserts and early returns for LLVM backendTimon Kruiper
2020-12-28stage2: fix building self-hosted without llvm-backend enabled.Timon Kruiper
2020-12-28stage2: add LLVM codegen windows support to the self-hosted compilerTimon Kruiper
2020-12-28stage2: add initial impl of LLVM backend in self-hosted compilerTimon Kruiper
2020-12-28stage2: rename llvm.zig to llvm_bindings.zigTimon Kruiper
2020-12-28stage2: fix compilation of self-hosted compiler with -Denable-llvmTimon Kruiper
2020-12-28Revert "stage2: add compile log statement (#7191)"Andrew Kelley
2020-12-28std/heap: fix documentation of raw_c_allocatorIsaac Freund
2020-12-28stage2: make Alloc(Inferred) have mutabality info (#7570)g-w1
2020-12-28stage1: Prevent crash with some lazy pointer typesLemonBoy
2020-12-28Merge pull request #7483 from indocomsoft/autohashmapVeikka Tuominen
2020-12-28Merge pull request #7563 from ifreund/alloc-sent-cleanupVeikka Tuominen
2020-12-28Update event loop sendto error to SendToErrorfrmdstryr
2020-12-28Merge pull request #7556 from Vexu/translate-cVeikka Tuominen
2020-12-28Merge pull request #7557 from g-w1/stage2-hookup-compilerrorVeikka Tuominen
2020-12-27std: clean up sentinel handling for argv/environIsaac Freund