aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-30stage1: Fix @Type(.Enum) with invalid tag_typeTadeo Kondrak
2020-09-30MachO: add the same workaround for no -r LLD flag supportAndrew Kelley
2020-09-29link.Coff: skip redundant (and invalid) copy to same pathAndrew Kelley
2020-09-29clean up call to std.fs.renameAndrew Kelley
2020-09-29different strategy to fix compiler_rt.zig and c.zigAndrew Kelley
2020-09-29fix not passing std.builtin.link_libc to compiler_rt.zig and c.zigAndrew Kelley
2020-09-29update wasm to use ".o.wasm" extension for objectsAndrew Kelley
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-29improve stage2 COFF LLD linkingAndrew Kelley
2020-09-29Merge pull request #6448 from LemonBoy/some-vec-fixesAndrew Kelley
2020-09-29use Allocator.allocSentinel now that the stage1 bug is fixedAndrew Kelley
2020-09-29don't try to build musl crti.o crtn.o when it's not neededAndrew Kelley
2020-09-29add CLI options for darwin frameworks and -ffunction-sectionsAndrew Kelley
2020-09-29stage2: add CLI option for -fstack-reportAndrew Kelley
2020-09-29Merge remote-tracking branch 'origin/master' into stage2-zig-ccAndrew Kelley
2020-09-29stage2: MachO LLD LinkingAndrew Kelley
2020-09-29stage2: infer --strip on wasm buildsAndrew Kelley
2020-09-29mingw: better -D arg for processing def.in filesAndrew Kelley
2020-09-28stage2: WASM LLD linkingAndrew Kelley
2020-09-28stage2: fix Cache not calling ftruncate in writeManifestAndrew Kelley
2020-09-28`zig test` and `zig run` do not try to run foreign binariesAndrew Kelley
2020-09-28the stage1 backend cache stores inferred link libsAndrew Kelley
2020-09-28stage2: building DLL import lib filesAndrew Kelley
2020-09-28store stage1 flags in a trailing byte in the hash id symlinkAndrew Kelley
2020-09-28stage{1,2}: Fix parsing of range literalsLemonBoy
2020-09-28stage1: Allow comparison with comptime-known vectorsLemonBoy
2020-09-28stage1: Detect OOB access of vector valueLemonBoy
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley
2020-09-26stage2: add CLI support for --subsystemAndrew Kelley
2020-09-26fix non-ELF linkAsArchiveAndrew Kelley
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-09-26stage2: `zig translate-c` supports --enable-cacheAndrew Kelley
2020-09-26stage2: implement -fno-emit-binAndrew Kelley
2020-09-26fix _fbsd suffix appended to lld LDM option twiceAndrew Kelley
2020-09-26stage2: building musl: fix typo in replacing path separatorsAndrew Kelley
2020-09-26move to stage1-specific cache manifest emission of extra stuffAndrew Kelley
2020-09-26stage0: update CLI to match stage2Andrew Kelley
2020-09-26fix logic for choosing when dynamic linking is requiredAndrew Kelley
2020-09-26implement -femit-asm, -femit-docs, -femit-llvm-ir, etcAndrew Kelley
2020-09-25stage2: properly handle zig cc used as a preprocessorAndrew Kelley
2020-09-25stage2: disable lld caching when output dir is owned by userAndrew Kelley
2020-09-25add some tracy callsAndrew Kelley
2020-09-25ELF linking supports root src directory to be cwdAndrew Kelley
2020-09-24fix a round of regressions in this branchAndrew Kelley
2020-09-24--main-pkg-path properly resolves the relative root src file pathAndrew Kelley
2020-09-24correct `@cImport` caching to handle "unhit" caseAndrew Kelley
2020-09-24don't delete C import .c source from zig-cacheAndrew Kelley
2020-09-24stage2: implement @cImportAndrew Kelley
2020-09-23stage2: print the test command after it failsAndrew Kelley
2020-09-23nobody likes my std.process.cleanExit ideaAndrew Kelley