aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-15Merge pull request #20633 from ziglang/long-live-zigAndrew Kelley
2024-07-15Sema: disallow casting to opaquefmaggi
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-14Merge pull request #20593 from jacobly0/more-racesAndrew Kelley
2024-07-13Merge pull request #20620 from kcbanner/fixup_msvc_bootstrapAndrew Kelley
2024-07-13Fix handling of `--save-exact=name` in fetchKrzysztof Wolicki
2024-07-13Compile: Pass the default --zig-lib-dir along to child processeskcbanner
2024-07-13zcu: fixup incorrect pass-by-value of Zcukcbanner
2024-07-13frontend: report correct paths for C objectsAndrew Kelley
2024-07-13Compilation: restore `saveState`Jacob Young
2024-07-13Compilation: introduce work stages for better work distributionJacob Young
2024-07-13InternPool: add and use a mutate mutex for each listJacob Young
2024-07-13Builder: fix llvm ir syntaxJacob Young
2024-07-13Args including and after `--` get passed to build runner directlyKrzysztof Wolicki
2024-07-12Merge pull request #20580 from ziglang/watchAndrew Kelley
2024-07-12zig build: add a --debug-target CLI flagAndrew Kelley
2024-07-12Zcu: allow atomic operations on packed structsJacob Young
2024-07-12Compilation: fix rebase conflictAndrew Kelley
2024-07-12frontend: add file system inputs for incremental cache modeAndrew Kelley
2024-07-12integrate Compile steps with file watchingAndrew Kelley
2024-07-12delete dead CLI usage code from main.zigAndrew Kelley
2024-07-10InternPool: fix optimization assertion failureJacob Young
2024-07-10Compilation: fix leakJacob Young
2024-07-10InternPool: make `global_error_set` thread-safeJacob Young
2024-07-10InternPool: fix extra mutation racesJacob Young
2024-07-10InternPool: make `maps` thread-safeJacob Young
2024-07-10InternPool: make `tracked_insts` thread-safeJacob Young
2024-07-10InternPool: make `files` more thread-safeJacob Young
2024-07-10InternPool: fix undefined decl fully qualified nameJacob Young
2024-07-10InternPool: add `FileIndex` to `*File` mappingJacob Young
2024-07-10Air: store param names directly instead of referencing Zirmlugg
2024-07-10InternPool: fix race on struct flagsJacob Young
2024-07-10InternPool: fix race on `FuncInstance.branch_quota`Jacob Young
2024-07-10Zcu: cache fully qualified name on DeclJacob Young
2024-07-09Merge pull request #20561 from jacobly0/debug-segfaultsAndrew Kelley
2024-07-09InternPool: implement thread-safe allocated listsJacob Young
2024-07-09Zcu: fix passing exported decls with compile errors to the backendmlugg
2024-07-08Compilation: put supported codegen backends on a separate threadJacob Young
2024-07-08InternPool: fix multi-thread buildJacob Young
2024-07-07InternPool: fix dumping of simple typesJacob Young
2024-07-07InternPool: start documenting new thread-safe fieldsJacob Young
2024-07-07bootstrap: fix buildJacob Young
2024-07-07InternPool: implement and use thread-safe list for extra and limbsJacob Young
2024-07-07InternPool: remove usage of data with simple indicesJacob Young
2024-07-07InternPool: temporarily disable multi-threaded behaviorJacob Young
2024-07-07InternPool: implement and use thread-safe list for itemsJacob Young
2024-07-07InternPool: implement and use thread-safe list for stringsJacob Young
2024-07-07InternPool: replace garbage with an arenaJacob Young
2024-07-07InternPool: use thread-safe hash map for stringsJacob Young