aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-04llvm: fix incorrectly annotated DITypeJacob Young
2023-03-04Merge pull request #14781 from ziglang/codegen-cleanupJakub Konka
2023-03-03codegen: rename GenerateSymbolError to CodeGenErrorJakub Konka
2023-03-03elf: fully zero out symbol when appending to freelistJakub Konka
2023-03-03sparc64: use common implementation of genTypedValueJakub Konka
2023-03-03riscv64: use common implementation of genTypedValueJakub Konka
2023-03-03aarch64: use common implementation of genTypedValueJakub Konka
2023-03-03link: give executable bit to wasm executables sometimesAndrew Kelley
2023-03-03codegen: refactor generating Int as immediate where appropriateJakub Konka
2023-03-03arm: use common implementation of genTypedValue helperJakub Konka
2023-03-03codegen: move gen logic for typed values, consts and decl ref to common codegenJakub Konka
2023-03-03sema: Place functions on AVR in flash addrspaceEckhart Köppen
2023-03-01packages: avoid creating multiple modules with same build.zigAndrew Kelley
2023-03-01Add --build-runner `zig build` option (#14742)Auguste Rame
2023-03-01astgen: do not discard result location in for/while loopsJohn Schmidt
2023-02-27codegen: fix test failuresJacob Young
2023-02-27tools: implement more lldb pretty printersJacob Young
2023-02-27llvm: fix untagged struct names in debug info for llvm (again)Jacob Young
2023-02-25fix package hashes on WindowsAndrew Kelley
2023-02-25CBE: replace locals list with a hash mapJacob Young
2023-02-24CBE: reuse locals with the same `CType` instead of `Type`Jacob Young
2023-02-23CBE: implement the futureJacob Young
2023-02-23CBE: apply some maybe payload cleanupsJacob Young
2023-02-23CBE: simplify always_tail call logicJacob Young
2023-02-23CBE: delete stage1 hacksJacob Young
2023-02-23CType: cleanupJacob Young
2023-02-23CBE: fix MSVC diagnostics generated by the behavior testsJacob Young
2023-02-23CBE: support call attributesJacob Young
2023-02-23CBE: implement c varargsJacob Young
2023-02-23CType: fix lowering of generic function pointerJacob Young
2023-02-23CBE: cleanup field accessJacob Young
2023-02-22Merge pull request #14691 from jacobly0/ctypeAndrew Kelley
2023-02-22Close files in hashFileFallibleKen Kochis
2023-02-21CBE: fix windows test failuresJacob Young
2023-02-21Merge pull request #14664 from mlugg/feat/new-module-cliAndrew Kelley
2023-02-21Sema: implement @fieldParentPtr for unionsIsaac Freund
2023-02-21CBE: fix test failuresJacob Young
2023-02-21CBE: use CType for type definitionsJacob Young
2023-02-21CBE: remove typedef data structuresJacob Young
2023-02-20CBE: use stdint.h types instead of `zig_` prefixesJacob Young
2023-02-20CBE: fix comptime checksJacob Young
2023-02-20CBE: use CType for type renderingJacob Young
2023-02-20CBE: add CType interningJacob Young
2023-02-21Add test coverage for some module structuresmlugg
2023-02-21Improve multi-module error messagesmlugg
2023-02-21Implement new module CLImlugg
2023-02-20Merge pull request #14685 from ziglang/bitcast-fixesJakub Konka
2023-02-20Linker: -z<arg> should be equivalent to -z <arg> (#14680)Frank Denis
2023-02-20Merge pull request #14544 from der-teufel-programming/autodoc-quickfixesLoris Cro
2023-02-20riscv64+sparc64: alloc new mcv in bitcast if cannot reuse operandJakub Konka