aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
AgeCommit message (Expand)Author
2023-06-23sema.addConstant: remove type parameterAndrew Kelley
2023-06-20Type: delete legacy allocation functionsJacob Young
2023-06-19Merge pull request #16046 from BratishkaErik/issue-6128Andrew Kelley
2023-06-19Module: add support for multiple global asm blocks per declJacob Young
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-15Sema: fix @intToPtr of zero value to optional pointermlugg
2023-06-13Sema: rewrite peer type resolutionmlugg
2023-06-13Fix bad source locations in switch capture errorsmlugg
2023-06-13Eliminate switch_capture and switch_capture_ref ZIR tagsmlugg
2023-06-11InternPool: avoid as many slices pointing to `string_bytes` as possibleJacob Young
2023-06-10stage2: pass most test cases under InternPoolmlugg
2023-06-10InternPool: fix yet more key lifetime issuesJacob Young
2023-06-10InternPool: avoid aggregate null bytes storagemlugg
2023-06-10Sema: rewrite `monomorphed_funcs` usageJacob 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-10Allocate capture scopes in gpa instead of Decl.value_arenamlugg
2023-06-10InternPool: remove memoized_declAndrew Kelley
2023-06-10InternPool: improve hashing performanceAndrew Kelley
2023-06-10InternPool: pass by const pointerAndrew Kelley
2023-06-10Module: add allowzero canonicalization to pointer typesJacob Young
2023-06-10cbe: fix InternPool regressionsJacob Young
2023-06-10InternPool: fix various pointer issuesJacob Young
2023-06-10behavior: fix more compiler crashesJacob Young
2023-06-10behavior: additional llvm fixesJacob Young
2023-06-10Module: move memoized data to the intern poolJacob Young
2023-06-10behavior: get more test cases passing with llvmJacob Young
2023-06-10compiler: fix populateTestFunctions InternPool usageAndrew Kelley
2023-06-10InternPool: fix build-exe and compiler-rt crashesJacob Young
2023-06-10Module: rename functions to make ownership checks explicitJacob Young
2023-06-10TypedValue: implement more printsJacob Young
2023-06-10InternPool: fix more crashesJacob Young
2023-06-10AIR: eliminate the `values` arrayAndrew Kelley
2023-06-10Module: intern the values of decls when they are marked aliveJacob Young
2023-06-10Air: remove constant tagJacob Young
2023-06-10InternPool: remove more legacy valuesJacob Young
2023-06-10InternPool: port most of value tagsJacob Young
2023-06-10Sema: improve the types_to_resolve mechanismAndrew Kelley
2023-06-10Value: remove legacy type valuesJacob Young
2023-06-10InternPool: add more pointer valuesJacob Young
2023-06-10Sema: move `inferred_alloc_const/mut_type` to InternPoolAndrew Kelley
2023-06-10Module: remove tmp_hack_arenaAndrew Kelley
2023-06-10Value: add `intern` and `unintern` to facilitate code conversionJacob Young
2023-06-10compiler: move error union types and error set types to InternPoolAndrew Kelley
2023-06-10compiler: eliminate legacy Type.Tag.pointerAndrew Kelley
2023-06-10compiler: move `anyframe->T` to InternPoolAndrew Kelley
2023-06-10stage2: move function types to InternPoolAndrew Kelley