aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
AgeCommit message (Expand)Author
2023-10-21InternPool: store alignment of anon declsAndrew Kelley
2023-10-20InternPool: fix incomplete hash of pointer valuesAndrew Kelley
2023-10-15intern pool: fix float equalityRobin Voetter
2023-10-03compiler: start handling anonymous decls differentlyAndrew Kelley
2023-10-01x86_64: implement and test unary float builtinsJacob Young
2023-09-26Merge pull request #17215 from kcbanner/read_from_memory_unionVeikka Tuominen
2023-09-25Merge pull request #17253 from ziglang/MultiArrayList-0bit-structAndrew Kelley
2023-09-24Merge pull request #17256 from ziglang/packed-bit-offsetsAndrew Kelley
2023-09-24InternPool: store_hash=false for FieldMapAndrew Kelley
2023-09-24revert "compiler: packed structs cache bit offsets"Andrew Kelley
2023-09-23compiler: packed structs cache bit offsetsAndrew Kelley
2023-09-23InternPool: do not append sentinel value twice when initializing aggregate of u8mlugg
2023-09-23sema: rework the comptime representation of comptime unionskcbanner
2023-09-21compiler: fix structFieldName crash for tuplesAndrew Kelley
2023-09-21Sema: fix struct alignment regressionsAndrew Kelley
2023-09-21Alignment: min/minStrict max/maxStrictAndrew Kelley
2023-09-21InternPool: fix nameIndex for tuplesAndrew Kelley
2023-09-21compiler: get codegen of behavior tests working on at least one backendmlugg
2023-09-21fix regressions from this branchAndrew Kelley
2023-09-21InternPool: implement only_possible_value prong of indexToKeyAndrew Kelley
2023-09-21InternPool: implement extraStructTypeAndrew Kelley
2023-09-21InternPool: implement getStructTypeAndrew Kelley
2023-09-21compiler: move struct types into InternPool properAndrew Kelley
2023-09-12InternPool: prevent anon struct UAF bugs with type safetyAndrew Kelley
2023-08-22compiler: move unions into InternPoolAndrew Kelley
2023-08-17InternPool: safer enum APIAndrew Kelley
2023-08-15InternPool: preserve indices of builtin types when resolvedmlugg
2023-07-26Add --verbose-generic-instances to provide visibility on the number of generi...kcbanner
2023-07-23InternPool: add func_coerced handling to getFuncInstanceIesAndrew Kelley
2023-07-23InternPool: add func_coerced handling to funcIesResolvedAndrew Kelley
2023-07-23InternPool: fix coerced func hash/eql same as uncoercedAndrew Kelley
2023-07-18Sema: fix generic function instances not respecting linksectionAndrew Kelley
2023-07-18InternPool: fix funcAnalysis through func_coercedAndrew Kelley
2023-07-18InternPool: unwrap func_coerced when using it as generic_ownerAndrew Kelley
2023-07-18frontend: fixes for function regressions in this branchAndrew Kelley
2023-07-18frontend: fix inferred error sets of comptime/inline callsAndrew Kelley
2023-07-18InternPool: fix regression in getting error setsAndrew Kelley
2023-07-18InternPool: implement getFuncInstanceIesAndrew Kelley
2023-07-18InternPool: fix debug info helpers for changes to functionsAndrew Kelley
2023-07-18InternPool: implement getFuncInstanceAndrew Kelley
2023-07-18InternPool: implement getExternFuncAndrew Kelley
2023-07-18InternPool: fix getErrorSetTypeAndrew Kelley
2023-07-18InternPool: implement indexToKey for func_instance and func_declAndrew Kelley
2023-07-18InternPool: avoid false negatives for functions with inferred error setsAndrew Kelley
2023-07-18compiler: rework inferred error setsAndrew Kelley
2023-07-18compiler: begin untangling anonymous decls from source declsAndrew Kelley
2023-07-18rework generic function callsAndrew Kelley
2023-07-03std.math.big.int: better name for equal functionr00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-21Merge pull request #16105 from jacobly0/intern-pool-optAndrew Kelley