aboutsummaryrefslogtreecommitdiff
path: root/src/Zcu/PerThread.zig
AgeCommit message (Expand)Author
2025-05-31cbe: implement `stdbool.h` reserved identifiersJacob Young
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-31Legalize: implement scalarization of unary operationsJacob Young
2025-05-29Legalize: introduce a new pass before livenessJacob Young
2025-05-25Zcu: fix `nav_ty` dependency on `nav_val`mlugg
2025-05-25compiler: introduce incremental debug servermlugg
2025-05-21compiler: fix ZIR hash not including compiler versionmlugg
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-04-20compiler: integrate `@compileLog` with incremental compilationmlugg
2025-04-20incremental: correctly handle dead exportersmlugg
2025-04-02Zcu: fix ZOIR cache bugsMason Remaley
2025-03-29Zcu: resolve layout of analyzed declaration typemlugg
2025-03-23codegen: fix packed byte-aligned relocationsJacob Young
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-03-03incremental: invalidate namespace dependencies when a name changes visibilitymlugg
2025-02-07std.ArrayHashMap: popOrNul() -> pop()Meghan Denny
2025-02-06incremental: codegen types which are recreatedmlugg
2025-02-04Zcu: fix bug clearing compile errorsmlugg
2025-02-04compiler: integrate importing ZON with incremental compilationmlugg
2025-02-04compiler: integrate ZON with the ZIR caching systemmlugg
2025-02-04compiler: a few renamesmlugg
2025-02-04compiler: don't perform semantic analysis if there are files without ZIRmlugg
2025-02-04Zcu: remove unused `parse_failure` field from `File.Status`mlugg
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-22compiler: pass error return traces everywheremlugg
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-18incremental: fix enum resolution bugsmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-15compiler: add type safety for export indicesAndrew Kelley
2025-01-15rework error handling in the backendsAndrew Kelley
2025-01-15elf linker: conform to explicit error setsAndrew Kelley
2025-01-15macho linker: conform to explicit error setsAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2025-01-11compiler: improve "... contains reference to comptime var" errorsmlugg
2025-01-05Merge pull request #22412 from mlugg/line-number-incrementalMatthew Lugg
2025-01-05compiler: slightly simplify builtin decl memoizationmlugg
2025-01-05link: new incremental line number update APImlugg
2025-01-04incremental: new `AnalUnit` to group dependencies on `std.builtin` declsmlugg
2025-01-04incremental: correctly handle losing file root `struct_decl` instmlugg
2025-01-04incremental: correctly return `error.AnalysisFail` when type structure changesmlugg
2025-01-04Zcu: fix crash when incremental re-analysis of type annotation yields same re...mlugg
2024-12-31compiler: ensure result of `block_comptime` is comptime-knownmlugg
2024-12-24compiler: analyze type and value of global declaration separatelymlugg
2024-12-24compiler: remove Caumlugg
2024-12-23Zir: refactor `declaration` instruction representationmlugg
2024-12-20lldb: add pretty printer for intern pool indicesJacob Young