aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-03macho+coff: remove alignment from Atom as it is unusedJakub Konka
2023-04-02Merge pull request #15134 from castholm/reverse-iteratorVeikka Tuominen
2023-04-02Sema: defer stores to inferred allocsJacob Young
2023-04-02Merge pull request #15140 from jacobly0/x86_64Jakub Konka
2023-04-02x86_64: implement shl with overflowJacob Young
2023-04-02x86_64: implement large add/sub with overflowJacob Young
2023-04-02x86_64: implement wide multiplyJacob Young
2023-04-02x86_64: implement struct_field_val for large packed structsJacob Young
2023-04-02x86_64: implement large cmpJacob Young
2023-04-02x86_64: implement error nameJacob Young
2023-04-02x86_64: implement calling var args functionsJacob Young
2023-04-02x86_64: implement aggregate init of a packed structJacob Young
2023-04-02link-test: adjust test/link/bugs/macho/13056 to latest changes on macOS 13.3Jakub Konka
2023-04-01Merge pull request #15135 from ziglang/fix-15103Jakub Konka
2023-04-01link-test: skip foreign checks in entry_in_archive MachO testJakub Konka
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-04-01macho: do not assume entrypoint is definedJakub Konka
2023-04-01link-test: add test for entry in a dynamic library for MachOJakub Konka
2023-04-01link-test: add test for entry in a static archive for MachOJakub Konka
2023-04-01macho: handle weird case of entrypoint being a stubJakub Konka
2023-04-01macho: look for entry in archives/dylibs tooJakub Konka
2023-04-01Merge pull request #15139 from ziglang/macos-13-fixesJakub Konka
2023-04-01libc: update macOS libSystem.13.tbdJakub Konka
2023-04-01tapi: update to latest Apple changesJakub Konka
2023-04-01tapi: update yaml parserJakub Konka
2023-04-01Merge pull request #15130 from ziglang/macos-13.3Jakub Konka
2023-03-31std.mem.reverseIterator: add nextPtr()Carl Åstholm
2023-03-31std.mem.reverseIterator: accept pointer to arrayCarl Åstholm
2023-03-31std: bump max macOS version to 13.3Jakub Konka
2023-03-31libc: update macOS libc headers to latest SDK 13.3Jakub Konka
2023-03-31Merge pull request #15127 from der-teufel-programming/autodoc_newbuiltinsLoris Cro
2023-03-31Merge pull request #14823 from der-teufel-programming/autodoc-quickfixesLoris Cro
2023-03-31libc: add missing sys/timex.h to macOS libc headersJakub Konka
2023-03-31autodoc: add new builtinsKrzysztof Wolicki
2023-03-31autodoc: fix Extended builtin functions names renderingKrzysztof Wolicki
2023-03-31Merge pull request #15125 from ziglang/hcs-win-pocJakub Konka
2023-03-30docgen: add `additional_option` token; fix wasm-freestanding examplejagt
2023-03-30coff: enable hot-code swapping on a compatible host onlyJakub Konka
2023-03-30coff: due to ASLR we need to dupe the code for relocatingJakub Konka
2023-03-30std: simplify VirtualProtectEx and fix ntdll signatureJakub Konka
2023-03-30coff: use std.os.windows wrappers; fix relocating in-fileJakub Konka
2023-03-30std: move ntdll wrappers to std.os.windowsJakub Konka
2023-03-30coff: reimplement VirtualProtectEx using our own ntdll wrapperJakub Konka
2023-03-30coff: reimplement Read/WriteProcessMemory using our own ntdll wrappersJakub Konka
2023-03-30coff: make sure we correctly slide relocation target when resolvingJakub Konka
2023-03-30coff: first (not-fully-functional) PoC of HCSJakub Konka
2023-03-30coff: use copy in zig-cache for child process in HCSJakub Konka
2023-03-30Change ordering of prep provide buffers argsbing
2023-03-30new builtins: @workItemId, @workGroupId, @workGroupSizeRobin Voetter
2023-03-30Update GDB pretty printersSilver