aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-09Merge pull request #10304 from ziglang/musl-stubgradeAndrew Kelley
2021-12-09stage2: upgrade musl libc stub fileAndrew Kelley
2021-12-08stage1: fix regression of shift by negative value errorAndrew Kelley
2021-12-08stage1: saturating shl operates using LHS typeAndrew Kelley
2021-12-08macho: write out LC_FUNCTION_START dataJakub Konka
2021-12-08macho: handle non-extern UNSIGNED relocs on arm64Jakub Konka
2021-12-08macho: do not write null symbols into undef symbols sectionJakub Konka
2021-12-07link: fix build for 32-bit targetsAndrew Kelley
2021-12-07CLI: allow `-femit-implib` when building .exe files tooAndrew Kelley
2021-12-06stage2: improve handling of the generated file builtin.zigAndrew Kelley
2021-12-06stage2: fix TracyAllocator bugsLee Cannon
2021-12-06stage2: fix double-free when error reading cached ZIRAndrew Kelley
2021-12-06macho: do not preserve temp symbol namesJakub Konka
2021-12-06macho: fix incremental codepath for linking objectsJakub Konka
2021-12-05macho: refactor logging and function namesJakub Konka
2021-12-05macho: sort sections when linking stage1 binaryJakub Konka
2021-12-05macho: don't prealloc sections when stage1Jakub Konka
2021-12-05wasm: Initial behavior tests succeedingLuuk de Gram
2021-12-04Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"Andrew Kelley
2021-12-04stage2 ARM: Implement calling with stack parametersjoachimschmidt557
2021-12-04wasm: Initial behavior tests succeedingLuuk de Gram
2021-12-04wasm: Implement slice as return type and argumentLuuk de Gram
2021-12-04wasm: Implement trunc, fix sliceLen and write undefinedLuuk de Gram
2021-12-04wasm: Correctly load slice value on stackLuuk de Gram
2021-12-04wasm: Implement WrapErrorUnionErr(payload)Luuk de Gram
2021-12-03stage2: use Target.Abi instead of introducing Target.TargetAbiAndrew Kelley
2021-12-03turn off LTO by default for RISCV even in Release modevole-dev
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