aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-03default mabi based on RISC-V extensions and -mabi build optionvole-dev
2021-12-03stage1: LLVM code for `@tagName` not emitting null byteAndrew Kelley
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-12-02CLI: always try to exec binariesAndrew Kelley
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-02AstGen: expr-evaluate asm template expressionsAndrew Kelley
2021-12-01Merge pull request #10122 from ziglang/x86_64-as-native-rosettaAndrew Kelley
2021-12-01AstGen: use null string to communicate non-string-literal asmAndrew Kelley
2021-12-02Make Rosetta availability declarative by the userJakub Konka
2021-12-02Make Rosetta a new variant in ExternalExecutor enumJakub Konka
2021-12-01allocgate: use correct allocator in `populateTestFunctions`Lee Cannon
2021-11-30Sema: fix error set merging creating references to invalid memoryAndrew Kelley
2021-11-30Merge pull request #10055 from leecannon/allocator_refactorAndrew Kelley
2021-11-30AstGen: allow non-string-literal inline assembly for stage1Andrew Kelley
2021-11-30CLI: introduce -fsingle-threaded/-fno-single-threadedAndrew Kelley
2021-11-30allocgate: change resize to return optional instead of errorLee Cannon
2021-11-30allocgate: split free out from resizeLee Cannon
2021-11-30allocgate: update code to use new interfaceLee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30macho: move nlist_64 type/flags helpers to std.machoJakub Konka
2021-11-30macho: ignore undefined symbols marked for discardingJakub Konka
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-29add clang_argv to stage1 cache hashAndrew Kelley
2021-11-29update libc linux headers to v5.16-rc3Andrew Kelley
2021-11-29AstGen: require binary operations to have reachable operandsAndrew Kelley
2021-11-29macho: POINTER_TO_GOT signals a need for a GOT entryJakub Konka
2021-11-29Merge pull request #10240 from Luukdegram/stage2-wasm-behaviourJakub Konka
2021-11-29wasm: Update wasm stage2 test backend to use 'main'Luuk de Gram
2021-11-28Merge pull request #10239 from ziglang/fix-10207Andrew Kelley
2021-11-28Merge pull request #10223 from g-w1/print-mirJakub Konka
2021-11-28macho: save all undef symbols even if nullJakub Konka
2021-11-28macho: fix parsing addend for non-extern SIGNED_X relocJakub Konka
2021-11-28wasm: Implement 'zig test'Luuk de Gram
2021-11-28wasm-link: Implement indirect function tableLuuk de Gram
2021-11-27wasm: Implement slicesLuuk de Gram
2021-11-27interleave Air instructions and tags in printing Mir instructionsJacob G-W
2021-11-27initial implementation of print_mirJacob G-W
2021-11-27wasm-linker: Link into binary during flushLuuk de Gram
2021-11-27wasm-linker: Resolve relocationsLuuk de Gram
2021-11-27wasm-linker: Upstream zwld into stage2Luuk de Gram
2021-11-27stage2: implement `@typeName`Andrew Kelley
2021-11-26Sema: fix analyzeBlockBody logicAndrew Kelley
2021-11-26zig cc: honor all -m and -mno- CPU feature flagsAndrew Kelley
2021-11-26zig cc: support -Bdynamic and -Bstatic parametersAndrew Kelley
2021-11-26macos: do not trigger CLT installation popup when using zig ccJakub Konka
2021-11-26macho: define __mh_execute_header as a linker synthetic globalJakub Konka
2021-11-26macos: detect SDK path and version, then pass to the linkerJakub Konka
2021-11-26macos: always use Zig shipped libc headers when no native SDKJakub Konka