aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-05Merge pull request #6472 from alexnask/add_some_freesAndrew Kelley
2020-10-05stage1: Implement @reduce builtin for vector typesLemonBoy
2020-10-05Turn zig fmt back on in various src/ filesjoachimschmidt557
2020-10-04fix each-lib-rpath functionalityAndrew Kelley
2020-10-05Depending on system libs only enforces libraries to require dynamic linking, ...Felix (xq) Queißner
2020-10-04add --image-base supportAndrew Kelley
2020-10-04Merge pull request #6255 from joachimschmidt557/stage2-armAndrew Kelley
2020-10-04Merge pull request #6476 from kubkon/macho-exeAndrew Kelley
2020-10-04Merge pull request #6295 from Vexu/stage2Andrew Kelley
2020-10-04Refactor flushing of MachO exeJakub Konka
2020-10-04Redo local symbols and offsets tracking to match Elf's approachJakub Konka
2020-10-04Add missing ensureCapacity call in codegenJakub Konka
2020-10-04Fix after rebase and enable stage2 tests for macOSJakub Konka
2020-10-04First hacked together, working MachO exe!Jakub Konka
2020-10-04Move writing symbol table and export trie into functionsJakub Konka
2020-10-04Write out LC_DYSYMTAB together with dyld_stub_binder undef symbolJakub Konka
2020-10-04Generate more MachO exe boilerplateJakub Konka
2020-10-04Re-draft required elements for minimal MachO binaryJakub Konka
2020-10-04Merge branch 'master' of https://github.com/ziglang/zig into add_some_freesAlexandros Naskos
2020-10-03stage1: better value for builtin.link_modeAndrew Kelley
2020-10-03Reintroduce progress bar when compiling C filesAlexandros Naskos
2020-10-03stage0: check for some more required parametersTadeo Kondrak
2020-10-03stage1: delete unused os codeTadeo Kondrak
2020-10-03Revert "Include dbg.h to third-party libs"Tadeo Kondrak
2020-10-03`zig run foo.c` is perfectly validAndrew Kelley
2020-10-03fix alignment in CLI usage textAndrew Kelley
2020-10-03stage1 main(): catch unreachable in debug builds for easier troubleshootingAndrew Kelley
2020-10-03stage2: Build libunwind for non-msvc Windows targetsLemonBoy
2020-10-03stage2 ARM: add testcases for non-leaf fns, parameters, return valuesjoachimschmidt557
2020-10-03Merge pull request #6427 from tadeokondrak/enums-explicit-tag-type-extern-all...Alexandros Naskos
2020-10-02Print error when running `zig test/run` without a source fileTimon Kruiper
2020-10-02stage2 ARM: Add push, pop alias instructions; non-leaf functionsjoachimschmidt557
2020-10-02stage2 ARM: Add stm, ldm variants and misc. additionsjoachimschmidt557
2020-10-02stage2 ARM: start adding more instructions, return values, parametersjoachimschmidt557
2020-10-02Merge pull request #6494 from IridescentRose/emit-reloc-patchAlexandros Naskos
2020-10-02Merge pull request #6484 from LemonBoy/winshitAlexandros Naskos
2020-10-01Allow enums with explicit extern-allowed tag types in extern typesTadeo Kondrak
2020-10-01Switch TypeInfo.Fn.alignment to comptime_int from u29Tadeo Kondrak
2020-10-01stage1: Implement @Type for Fn and BoundFnTadeo Kondrak
2020-10-01stage1: Add alignment to TypeInfo.FnTadeo Kondrak
2020-10-02Merge pull request #6428 from tadeokondrak/alignment-typeinfo-struct-unionAlexandros Naskos
2020-10-01Resolved additional formatting issues.Nathan
2020-10-01Resolve name and format issues.Nathan
2020-10-02Merge pull request #6481 from MasterQ32/stage1_error_return_traceAlexandros Naskos
2020-10-01Patch in emit relocs supportNathan Bourgeois
2020-10-01Switch TypeInfo alignment fields from u29 to comptime_intTadeo Kondrak
2020-10-01Add alignment field to TypeInfo.UnionField and TypeInfo.StructFieldTadeo Kondrak
2020-10-01Make builtin.TypeInfo.Pointer.alignment u29 instead of comptime_intTadeo Kondrak
2020-10-01stage2: Add missing defines for building dllcrt2.oLemonBoy
2020-10-01Adds error return trace printing to stage1.Felix (xq) Queißner