aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
AgeCommit message (Expand)Author
6 dayscompiler: replace thread pool with `std.Io`Matthew Lugg
2025-11-22all: replace all `@Type` usagesAli Cheraghi
2025-11-22compiler: replace `@Type` with individual type-creating builtinsMatthew Lugg
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-12compiler: spring cleaningMatthew Lugg
2025-11-09std.zig.Zir: remove ref_start_index from enum fields of Index and OptionalIndexMateusz Poliwczak
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-23std.builtin: add CallingConvention.sh_interruptAlex Rønne Petersen
2025-10-23std.builtin: add CallingConvention.microblaze_interruptAlex Rønne Petersen
2025-10-19compiler: add support for arc_interrupt calling conventionAlex Rønne Petersen
2025-10-05InternPool: use sequential string indices instead of byte offsetsJacob Young
2025-10-02Coff2: create a new linker from scratchJacob Young
2025-09-24compiler: disable InternPool.debug_state as it is unsoundAndrew Kelley
2025-09-21Elf2: create a new linker from scratchJacob Young
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-15what if we kissed by the extern source bitmlugg
2025-08-12address most commentsJustus Klausecker
2025-08-12Sema: Improve comptime arithmetic undef handlingJustus Klausecker
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-08-01remove usages of `.alignment = 0`David Rubin
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-16inline assembly: use typesAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07std.fmt.format: use {t} for tag name rather than {s}Andrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-06-12InternPool: store the Nav types are named aftermlugg
2025-06-06x86_64: add support for pie executablesJacob Young
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-28x86_64: implement integer `@reduce(.Max)`Jacob Young
2025-05-28x86_64: implement integer `@reduce(.Min)`Jacob Young
2025-05-28x86_64: implement optimized float `@reduce(.Mul)`Jacob Young
2025-05-28x86_64: rewrite bitwise `@reduce`Jacob Young
2025-05-27compiler: tlv pointers are not comptime-knownmlugg
2025-05-20Merge pull request #23836 from mlugg/incr-fixesMatthew Lugg
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-17x86_64: rewrite `@splat`Jacob Young
2025-05-17x86_64: rewrite vector `+|`Jacob Young
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