aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-06-11link: use `Wasm.string_table` offsets for `Wasm.undefs` keysJacob Young
2023-06-11Sema: fix `std.builtin.Type.EnumField.value` when not auto-numberedJacob Young
2023-06-11TypedValue: fix code formattingJacob Young
2023-06-11llvm: fix more name lifetimesJacob Young
2023-06-10llvm: fix name lifetimeJacob Young
2023-06-10wasm: address behavior test regressionsJacob Young
2023-06-10Sema: fix crashes accessing undefined valuesJacob Young
2023-06-10Sema: fix int arithmetic overflow checksmlugg
2023-06-10stage2: pass most test cases under InternPoolmlugg
2023-06-10std.hash: improve small-key hashing in WyhashAndrew Kelley
2023-06-10Sema: reword compile error about LLVM extensions and C importAndrew Kelley
2023-06-10InternPool: fix yet more key lifetime issuesJacob Young
2023-06-10Sema: handle generic types when coercing functions in memoryJacob Young
2023-06-10InternPool: optimize previous fixJacob Young
2023-06-10InternPool: avoid aggregate null bytes storagemlugg
2023-06-10Sema: remove leftover references to value_arenamlugg
2023-06-10Sema: hack around UAFJacob Young
2023-06-10Sema: rewrite `monomorphed_funcs` usageJacob Young
2023-06-10InternPool: add optional coercionJacob Young
2023-06-10InternPool: fix more key lifetime issuesJacob Young
2023-06-10llvm: fix undefined pointer typeJacob Young
2023-06-10Module: fix populateTestFunctions UAFAndrew Kelley
2023-06-10compiler: avoid use of undefined memoryAndrew Kelley
2023-06-10compiler: eliminate Decl.value_arena and Sema.perm_arenaAndrew Kelley
2023-06-10Sema: intern values of mutable decls after analysismlugg
2023-06-10Sema: fix in-memory coercion during comptime loadJacob Young
2023-06-10wasm: implement missing caseJacob Young
2023-06-10InternPool: fix more key lifetime issuesJacob Young
2023-06-10Allocate capture scopes in gpa instead of Decl.value_arenamlugg
2023-06-10Sema: disable repeated aggregate storage use with mismatching sentinelJacob Young
2023-06-10llvm: fix lowering of lazy valuesJacob Young
2023-06-10codegen: fix doubled global sentinelsJacob Young
2023-06-10InternPool: fix element pointer type computationsJacob Young
2023-06-10InternPool: fix key for empty array with sentinelJacob Young
2023-06-10InternPool: debug dump all the dataAndrew Kelley
2023-06-10InternPool: remove memoized_declAndrew Kelley
2023-06-10Sema: elide comptime-checked slice safetyAndrew Kelley
2023-06-10Sema: remove opv status from arrays with sentinelsJacob Young
2023-06-10Value: fix null test for c pointersJacob Young
2023-06-10math.big.int: fix ctz of zeroJacob Young
2023-06-10Sema: avoid invalided key accessJacob Young
2023-06-10InternPool: further optimize Key hashingAndrew Kelley
2023-06-10InternPool: add representation for value of empty enums and unionsmlugg
2023-06-10Sema: make sentinel load through array pointer comptime knownJacob Young
2023-06-10Type: fix `@sizeOf(?anyerror)`Jacob Young
2023-06-10Sema: fix comptime error set comparisonsJacob Young
2023-06-10InternPool: improve hashing performanceAndrew Kelley
2023-06-10InternPool: pass by const pointerAndrew Kelley
2023-06-10Type: fix `@typeName` for `undefined`Jacob Young
2023-06-10Sema: fix sus overflow behavior in RangeSetUnhandledIteratorJacob Young