aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-15wasm linker: add __zig_error_name_table data when neededAndrew Kelley
2025-01-15add safety for calling functions that get virtual addrsAndrew Kelley
2025-01-15wasm codegen: fix wrong union field for localsAndrew Kelley
2025-01-15fix calculation of nav alignmentAndrew Kelley
2025-01-15complete wasm.Emit implementationAndrew Kelley
2025-01-15wasm linker: implement missing logicAndrew Kelley
2025-01-15wasm linker: implement type index methodAndrew Kelley
2025-01-15fix replaceVecSectionHeaderAndrew Kelley
2025-01-15wasm linker: implement name subsectionAndrew Kelley
2025-01-15wasm linker fixesAndrew Kelley
2025-01-15wasm codegen: remove dependency on PerThread where possibleAndrew Kelley
2025-01-15wasm codegen: fix lowering of 32/64 float rt callsAndrew Kelley
2025-01-15remove bad deinitAndrew Kelley
2025-01-15add dev env for wasmAndrew Kelley
2025-01-15fix compilation when enabling llvmAndrew Kelley
2025-01-15wasm linker: finish the flush functionAndrew Kelley
2025-01-15wasm linker: flush export sectionAndrew Kelley
2025-01-15wasm linker: flush implemented up to the export sectionAndrew Kelley
2025-01-15wasm linker: implement name, module name, and type for function importsAndrew Kelley
2025-01-15frontend: add const to more Zcu pointersAndrew Kelley
2025-01-15wasm linker: support export section as implicit symbolsAndrew Kelley
2025-01-15wasm: fix many compilation errorsAndrew Kelley
2025-01-15switch to ArrayListUnmanaged for machine codeAndrew Kelley
2025-01-15wasm: use call_intrinsic MIR instructionAndrew Kelley
2025-01-15wasm: move error_name lowering to Emit phaseAndrew Kelley
2025-01-15wasm codegen: rename func: CodeGen to cg: CodeGenAndrew Kelley
2025-01-15wasm codegen: switch on bool instead of intAndrew Kelley
2025-01-15wasm: implement errors_len as a MIR opcode with no linker involvementAndrew Kelley
2025-01-15wasm codegen: fix some compilation errorsAndrew Kelley
2025-01-15rewrite wasm/Emit.zigAndrew 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-15macho linker conforms to explicit error sets, againAndrew Kelley
2025-01-15remove "FIXME" from codebaseAndrew Kelley
2025-01-15macho linker: conform to explicit error setsAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2025-01-15print_value: fix crash on undefined slice ptrmlugg
2025-01-14Sema: more validation for builtin decl typesmlugg
2025-01-14Sema: fix UB in error reportingmlugg
2025-01-14Type: `struct {}` does not have a well-defined layoutmlugg
2025-01-14Coff msdos-stub: replace with documented byte arraywooster0
2025-01-14mingw: Add upstream RtlSecureZeroMemory implementation.Alex Rønne Petersen
2025-01-13Sema: disallow non scalar sentinels in array types and reified types (#22473)xdBronch
2025-01-12Dwarf: emit debug info for extern globalsJacob Young
2025-01-13Sema: allow tail calls of function pointersmlugg
2025-01-11compiler: improve "... contains reference to comptime var" errorsmlugg
2025-01-10cbe: fix miscomps of the compilerJacob Young
2025-01-10x86_64: fix miscomp where in use register is marked as freeJacob Young
2025-01-10Merge pull request #22414 from mlugg/better-analyze-callMatthew Lugg