aboutsummaryrefslogtreecommitdiff
path: root/src/Zcu.zig
AgeCommit message (Expand)Author
2025-01-16compiler: make it easier to apply breaking changes to `std.builtin`mlugg
2025-01-15wasm linker: implement `@tagName` functions when tags are autoassignedAndrew Kelley
2025-01-15wasm linker: don't assume nav callees are fully resolvedAndrew Kelley
2025-01-15wasm linker: implement name subsectionAndrew Kelley
2025-01-15frontend: add const to more Zcu pointersAndrew Kelley
2025-01-15wasm codegen: fix some compilation errorsAndrew Kelley
2025-01-15compiler: add type safety for export indicesAndrew Kelley
2025-01-15rework error handling in the backendsAndrew Kelley
2025-01-15elf linker: conform to explicit error setsAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2025-01-05compiler: slightly simplify builtin decl memoizationmlugg
2025-01-04incremental: new `AnalUnit` to group dependencies on `std.builtin` declsmlugg
2025-01-04incremental: correctly return `error.AnalysisFail` when type structure changesmlugg
2025-01-01incremental: fix errors not being deleted upon re-analysismlugg
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 intern pool indicesJacob Young
2024-12-19Zcu: allow `node_offset_var_decl_*` source location for function declarationsmlugg
2024-12-15compiler: remove doc comments from Zirmlugg
2024-12-05std.zig.Zir: improve instruction trackingmlugg
2024-11-02cbe: Support some more calling conventions.Alex Rønne Petersen
2024-11-02compiler: Handle arm_aapcs16_vfp alongside arm_aapcs_vfp in some places.Alex Rønne Petersen
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-27spirv: fix up calling conventions for vulkanRobin Voetter
2024-10-23Merge pull request #21758 from kcbanner/dll_storage_classAndrew Kelley
2024-10-22Change `ExternOptions.dll_storage_class` to `is_dll_import`kcbanner
2024-10-22Add support for specifying `dll_storage_class` in @externkcbanner
2024-10-19x86_64: handle incoming stack alignmentmlugg
2024-10-19x86_64,riscv64: fix incorrect `incoming_stack_alignment` handlingmlugg
2024-10-19Zcu: correct `callconvSupported` for self-hosted aarch64mlugg
2024-10-19cbe,translate-c: support more callconvsmlugg
2024-10-19std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`mlugg
2024-10-19compiler: remove @setAlignStackmlugg
2024-10-19std: update for new `CallingConvention`mlugg
2024-10-19compiler: introduce new `CallingConvention`mlugg
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-10-16Zcu: cache output of `resolveReferences` between callsmlugg
2024-10-04Adds new cpu architectures propeller1 and propeller2. (#21563)Felix Queißner
2024-09-26fix still calling std.builtin.panic sometimesAndrew Kelley
2024-09-26embrace panic helpersAndrew Kelley
2024-09-26reimplement integer overflow safety panic function callsAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-09-23std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.Alex Rønne Petersen
2024-09-12InternPool: Replace default values with a .empty declarationLinus Groh
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-25fix up merge conflicts with masterDavid Rubin
2024-08-25zcu: add some documentation around `Zcu.Feature`David Rubin