aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
AgeCommit message (Expand)Author
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-02compiler: allow `@import` of ZON without a result typeMason Remaley
2025-03-24Sema: use unwrapped generic owner in `getFuncInstanceIes`David Rubin
2025-03-21x86_64: rewrite wrapping multiplicationJacob Young
2025-02-27Move the compiler's LLVM bitcode builder to std.zig.llvm.Alex Rønne Petersen
2025-02-23compiler: Implement @disableIntrinsics() builtin function.Alex Rønne Petersen
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-05Sema: fix incorrectly succeeding type resolutionmlugg
2025-02-04compiler: integrate importing ZON with incremental compilationmlugg
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-31x86_64: rewrite float vector conversionsJacob Young
2025-01-26Merge pull request #22602 from mlugg/incr-embedfileMatthew Lugg
2025-01-25incremental: handle `@embedFile`mlugg
2025-01-24x86_64: rewrite scalar and vector int `@min` and `@max`Jacob Young
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-22compiler: pass error return traces everywheremlugg
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-15wasm codegen: fix mistaking extern data as functionAndrew Kelley
2025-01-15resolve merge conflictsAndrew Kelley
2025-01-15wasm linker: fix calling imported functionsAndrew Kelley
2025-01-15wasm linker: implement missing logicAndrew Kelley
2025-01-15wasm linker: implement name subsectionAndrew Kelley
2025-01-15frontend: add const to more Zcu pointersAndrew Kelley
2025-01-10cbe: fix miscomps of the compilerJacob Young
2025-01-05Dwarf: implement new incremental line number update APIJacob Young
2025-01-04incremental: new `AnalUnit` to group dependencies on `std.builtin` declsmlugg
2025-01-04incremental: correctly return `error.AnalysisFail` when type structure changesmlugg
2024-12-29InternPool: fix leak when the last namespace bucket is fullJacob Young
2024-12-26InternPool: fix segfault in `rehashTrackedInsts`mlugg
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 cau and nav indicesJacob Young
2024-12-20lldb: add pretty printer for intern pool indicesJacob Young
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-12-18compiler: move `RuntimeIndex` to `Sema`mlugg
2024-12-17InternPool: fix typoJacob Young
2024-12-16Dwarf: include comptime-only values in debug infoJacob Young
2024-12-16InternPool: we have pointer subtraction now!Jacob Young
2024-12-13Add compiler internals testsCarl Åstholm
2024-12-09Merge pull request #22157 from mlugg/astgen-error-lazyAndrew Kelley
2024-12-08InternPool: fix crash in `rehashTrackedInsts`mlugg
2024-12-05compiler: incremental compilation fixesmlugg
2024-11-25ip: cleanup `@constCast` usagesDavid Rubin
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-23Merge pull request #21758 from kcbanner/dll_storage_classAndrew Kelley
2024-10-22tests: add tests for is_dll_import externskcbanner
2024-10-22Add support for specifying `dll_storage_class` in @externkcbanner