aboutsummaryrefslogtreecommitdiff
path: root/src/Zcu
AgeCommit message (Expand)Author
2024-08-17compiler: add some doc commentsmlugg
2024-08-17frontend: incremental compilation progressmlugg
2024-08-17InternPool: don't remove outdated typesmlugg
2024-08-17Zcu: panic on usingnamespace with -fincrementalmlugg
2024-08-17Zcu: typomlugg
2024-08-17frontend: yet more incremental workmlugg
2024-08-17frontend: incremental progressmlugg
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-11frontend: give all container types namespacesmlugg
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-07-19dev: introduce dev environments that enable compiler feature setsJacob Young
2024-07-17Merge pull request #20653 from mlugg/incremental-fixMatthew Lugg
2024-07-16Merge pull request #20632 from jacobly0/codegen-threadJacob Young
2024-07-16Zcu: updateZirRefs typomlugg
2024-07-16Merge pull request #20637 from mlugg/comptime-resolution-stratMatthew Lugg
2024-07-16Type,Value: mark `ResolveStrat` parameter of type queries as `comptime`mlugg
2024-07-16InternPool: reduce max tid width by one bitJacob Young
2024-07-15frontend: move updateZirRefs to be single-threadedAndrew Kelley
2024-07-14frontend: add -fincremental, -fno-incremental flagAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
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-12frontend: add file system inputs for incremental cache modeAndrew Kelley
2024-07-10InternPool: make `global_error_set` 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-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-07InternPool: implement and use thread-safe list for extra and limbsJacob 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-07Zcu: pass `PerThread` to intern pool string functionsJacob Young
2024-07-07Zcu: introduce `PerThread` and pass to all the functionsJacob Young