aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-01-10bsd: fix stage3 linking on freebsd and dragonflyMichael Dusan
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2025-01-08cbe: fix miscomps of x86_64 backendJacob Young
2025-01-08Dwarf: fix assertion failureJacob Young
2025-01-07Sema: fix invalid AIR from array concatDavid Rubin
2025-01-06Dwarf: fix abbrev code being overwritten with the wrong empty variantJacob Young
2025-01-06remove wasm from redzone targets listReuben Dunnington
2025-01-06fix win32 manifest ID for DLLsReuben Dunnington
2025-01-05x86_64: fix `@errorName` dataJacob Young
2025-01-05Sema: fix incorrect type in `optional_payload` instructionmlugg
2025-01-05Added support for thin ltoTravis Lange
2025-01-05Merge pull request #22412 from mlugg/line-number-incrementalMatthew Lugg
2025-01-05compiler: slightly simplify builtin decl memoizationmlugg
2025-01-05Dwarf: implement new incremental line number update APIJacob Young
2025-01-05link: new incremental line number update APImlugg
2025-01-04incremental: new `AnalUnit` to group dependencies on `std.builtin` declsmlugg
2025-01-04incremental: correctly handle losing file root `struct_decl` instmlugg
2025-01-04incremental: correctly return `error.AnalysisFail` when type structure changesmlugg
2025-01-04Zcu: fix crash when incremental re-analysis of type annotation yields same re...mlugg
2025-01-03Zir: split up start and end of range in `for_len`mlugg