aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-30std.Thread: uh more typo fixeskprotty
2021-06-30std.Thread: more compile error fixeskprotty
2021-06-30std.Thread: fixup ThreadPool.zigkprotty
2021-06-30std.Thread: even more typo fixeskprotty
2021-06-30std.Thread: fix some typoskprotty
2021-06-30std.Thread: add tests + getCurrentId() returns ints when possiblekprotty
2021-06-30std.Thread: another typo fixkprotty
2021-06-30std.Thread.getCpuCount(): fix usageskprotty
2021-06-30changes to accomodate std.Thread updatekprotty
2021-06-30std.Thread: rewrite + extensionskprotty
2021-06-30fix start code for WebAssemblyAndrew Kelley
2021-06-30Fix test cases for stage2.Takeshi Yoneda
2021-06-30Add support for WASI reactor in pure Zig-exe. (#9178)Takeshi Yoneda
2021-06-30Merge pull request #9254 from moosichu/feature/macos-link-universal-static-libsJakub Konka
2021-06-30std/os/uefi: fix packed struct bitfieldsNameless
2021-06-30boot_services: allow custom MemoryTypesSreehari Sreedev
2021-06-30Merge pull request #9266 from ziglang/zld-dylibsJakub Konka
2021-06-29Remove mention of lldMachO from the projectJakub Konka
2021-06-29Merge pull request #9258 from ziglang/shared-cache-lockingAndrew Kelley
2021-06-29std.fs.File: update doc comments regarding lockingAndrew Kelley
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-29implement std.fs.File.setLock for WindowsAndrew Kelley
2021-06-29stage2: remove c_object_cache_digest_setAndrew Kelley
2021-06-29stage2: Cache system handles shared objectsAndrew Kelley
2021-06-29std add fs.File.setLockAndrew Kelley
2021-06-29Add fat/universal archive support to zig ldTom Maenan Read Cutting
2021-06-29zld: we can now create basic dylibs targeting macOS!Jakub Konka
2021-06-29zld: put all global symbols in the export trieJakub Konka
2021-06-29zld: remove system linker hack and lld hooksJakub Konka
2021-06-28Merge pull request #9242 from ziglang/zld-link-system-libsystem-when-nativeJakub Konka
2021-06-28zld: if libSystem.dylib found, then need to link libc.dylib tooJakub Konka
2021-06-28zld: recurse dylibs reexports when defined and desiredJakub Konka
2021-06-28zld: frameworks do not need dylib ext on older macsJakub Konka
2021-06-27Revert "Include package root dir in stage2 error messages"Andrew Kelley
2021-06-27Include package root dir in stage2 error messagesJ.C. Moyer
2021-06-27std/fmt: add fmtDurationSignedIsaac Freund
2021-06-27stage2: fix unreachable in union(enum) with anytype payloadg-w1
2021-06-27translate-c: Add documentation for `zig translate-c`Evan Haas
2021-06-26zld: link against system libSystem.tbdJakub Konka
2021-06-26allow json scientific notation to coerce to integers as long as they actually...Emil Lerch
2021-06-26Export isValidId, remove pub on unexported functionsRobin Voetter
2021-06-25Merge pull request #9148 from marler8997/windowsChildOutputAndrew Kelley
2021-06-25Merge pull request #9202 from ifreund/sysrootJakub Konka
2021-06-25AstGen: fix O(N^2) perf for many decls with same parentAndrew Kelley
2021-06-25zld: fix section mapping for Go specific sectionsJakub Konka
2021-06-25std/build: add --sysroot general optionIsaac Freund
2021-06-25stage2: add --sysroot link optionIsaac Freund
2021-06-25mark tsan as linguist-vendoredxackus
2021-06-25Add fat/universal dylib support to zig ldTom Maenan Read Cutting
2021-06-25stage2: implement @setRuntimeSafetyJacob G-W