aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-21Sema: implement @export for arbitrary valuesmlugg
2023-03-21CBE: implement aggregateInit() for array of array case.Xavier Bouchoux
2023-03-21Merge pull request #15028 from Vexu/compile-errorsVeikka Tuominen
2023-03-21x86_64: implement @byteSwap and @bitReverseJacob Young
2023-03-21x86_64: implement atomic and fence opsJacob Young
2023-03-21codegen: fix backend breakage due to optional layout changeJacob Young
2023-03-21x86_64: implement some slice opsJacob Young
2023-03-21x86_64: implement @popCount for older processorsJacob Young
2023-03-21x86_64: (re)implement optional opsJacob Young
2023-03-21x86_64: implement some error union opsJacob Young
2023-03-21x86_64: improve codegen for neg and notJacob Young
2023-03-21x86_64: implement @returnAddress and @frameAddressJacob Young
2023-03-21x86_64: implement clz, ctz, and popCountJacob Young
2023-03-21x86_64: reimplement inline memcpy and memsetJacob Young
2023-03-21x86_64: implement float division intrinsicsJacob Young
2023-03-21x86_64: fix OBOJacob Young
2023-03-21x86_64: implement basic float opsJacob Young
2023-03-21x86_64: implement min and max as commutative binary opsJacob Young
2023-03-21Value: implement reinterpreting enum field index as integerVeikka Tuominen
2023-03-21Sema: improve error message of field access of wrapped typeVeikka Tuominen
2023-03-21Value: handle comparisons of runtime_valuesVeikka Tuominen
2023-03-21llvm: fix lowering packed union initiated to zero-bit valueVeikka Tuominen
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