aboutsummaryrefslogtreecommitdiff
path: root/src/link
AgeCommit message (Expand)Author
2025-07-31link: update some dwarf code to non deprecated APIAndrew Kelley
2025-07-31compiler: update to new flate APIAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-17LLD: don't default allow_shlib_undefined when cross compilingAndrew Kelley
2025-07-14spirv: snake-case the specAli Cheraghi
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-11link.Elf: check files in archives for ELF magicIsaac Freund
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-09eliminate all uses of std.io.Writer.count except for CBEAndrew Kelley
2025-07-07cbe: fix code header being omitted from the outputJacob Young
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07compiler: fix remaining build failuresAndrew Kelley
2025-07-07std.fmt.format: use {t} for tag name rather than {s}Andrew Kelley
2025-07-07compiler: update a bunch of format stringsAndrew Kelley
2025-07-07C backend: fix compilation errorsAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07cbe: reapply writer changesAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07compiler: upgrade various std.io API usageAndrew Kelley
2025-07-07compiler: update all instances of std.fmt.FormatterAndrew Kelley
2025-07-07MachO: revert unfinished changesAndrew Kelley
2025-07-07MachO: update to new std.io APIsAndrew Kelley
2025-07-07update compiler source to new APIsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07zig fmtAndrew Kelley
2025-07-06wasi: Build emulated libraries into libc.aAlex Rønne Petersen
2025-07-02compiler: change canonical path for backend ABI source filesAndrew Kelley
2025-06-29Replace `unreachable` with error return for non-standard Windows targetsRyan Liptak
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-19coff: add hack to build a compiler-rt dynamic libraryJacob Young
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-13link: fix obvious race conditionmlugg
2025-06-13compiler: fix atomic orderingsmlugg
2025-06-12compiler: don't queue too much AIR/MIRmlugg
2025-06-12link.Queue: release safety lock before releasing mutex after stoppingmlugg
2025-06-12link: fix goff and xcoff flushmlugg
2025-06-12x86_64: implement coff relocationsJacob Young
2025-06-12codegen: make threadlocal logic consistentJacob Young
2025-06-12compiler: improve progress outputmlugg
2025-06-12x86_64: remove linker references from codegenJacob Young
2025-06-12x86_64: remove air references from mirJacob Young
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-06-12link.Lld: remove dead caching logicmlugg
2025-06-12spirv: make the backend compile againmlugg