aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-19Merge pull request #14986 from ziglang/macos-hcsJakub Konka
2023-03-19Fix linker segfault adding rpath to sharedlibGanesan Rajagopal
2023-03-19macho: fix 32bit buildJakub Konka
2023-03-19Merge pull request #14998 from Luukdegram/shared-memLuuk de Gram
2023-03-19Merge pull request #14838 from Luukdegram/bss-fixLuuk de Gram
2023-03-19macho: enable hot update state only when on compatible hostJakub Konka
2023-03-18darwin: put posix spawn constants in POSIX_SPAWN structJakub Konka
2023-03-18macho: add wrappers for attaching/detaching from HCS processJakub Konka
2023-03-18macos: HCS PoC workingJakub Konka
2023-03-18macho: add hot-code swapping pocJakub Konka
2023-03-18link: use std.os.ptrace wrapper on linuxJakub Konka
2023-03-18Merge pull request #14935 from ziglang/fix-macos-build2Jakub Konka
2023-03-18wasm-linker: implement __wasm_init_memory & flagLuuk de Gram
2023-03-18wasm: add atomics opcodes and refactoringLuuk de Gram
2023-03-18wasm-linker: implement runtime TLS relocationsLuuk de Gram
2023-03-18wasm-linker: implement TLS initialization functionLuuk de Gram
2023-03-18wasm-linker: create TLS symbolsLuuk de Gram
2023-03-18wasm-linker: emit 'data count' & segment flagsLuuk de Gram
2023-03-18wasm-linker: feature verifiction for shared-memLuuk de Gram
2023-03-18wasm-linker: refactor Limits and add flagsLuuk de Gram
2023-03-18wasm-linker: basic TLS supportLuuk de Gram
2023-03-18delete `--prominent-compile-errors` from helpsquare
2023-03-18macho+zld: clean up how to interface with link.zig and openPath()Jakub Konka
2023-03-18wasm-link: fix storing decls in the right segmentLuuk de Gram
2023-03-18macho+zld: clean up opening and closing of file descriptorsJakub Konka
2023-03-17Sema: make @returnAddress return 0 at comptimemlugg
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-17Sema: allow dereferencing ill-defined pointers to zero-bit types at comptimemlugg
2023-03-16link: move macOS kernel inode cache invalidation to MachO linkerJakub Konka
2023-03-16Add error for bad cast from `*T` to `*[n]T`InKryption
2023-03-15add compile log output to build runnerAndrew Kelley
2023-03-15CLI: remove the experimental --watch flagAndrew Kelley
2023-03-15Module: handle incremental update from ZIR with AST errorsAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15zig objcopy: support the compiler protocolAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15AstGen: skip walking the AST when there are parse errorsAndrew Kelley
2023-03-15CLI: fix ast-check printing ZIR errors twiceAndrew Kelley
2023-03-15fix ZIR decoding of error notesAndrew Kelley
2023-03-15std.Build.RunStep: add maxrss, duration, and cached statusAndrew Kelley
2023-03-15stage2: avoid bloat when using -Donly-cAndrew Kelley
2023-03-15stage2: fix compilation on 32-bit targetsAndrew Kelley
2023-03-15stage2: avoid networking when generating zig2.cAndrew Kelley
2023-03-15stage2: avoid linux-only APIs on other operating systemsAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15link: only write manifest if we have the exclusive lockAndrew Kelley
2023-03-15fix zig fmt crashAndrew Kelley
2023-03-15fix std.Build.TranslateCStepAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley