aboutsummaryrefslogtreecommitdiff
path: root/test/link
AgeCommit message (Expand)Author
2025-11-05zig fmt: fix extra whitespace in StructInit with multiline stringsskewb1k
2025-10-11test: disable test-link macho on FreeBSDAlex Rønne Petersen
2025-09-22test: disable test-link on FreeBSDalexrp
2025-09-17Elf: implement `linksection`Jacob Young
2025-09-16test: move glibc_compat from link to standalone testsAlex Rønne Petersen
2025-09-16test: remove @cImport usage in interdependent_static_c_libsAlex Rønne Petersen
2025-07-26Migrate from deprecated `Step.Compile` APIsCarl Åstholm
2025-07-20Update test build.zig.zon files to conform to the new manifest rulesCarl Åstholm
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-01test: Properly limit glibc_compat versions based on the hostAlex Rønne Petersen
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-12test-link: correct expected object file namemlugg
2025-06-06tests: avoid loading 16 MiB onto the stackmlugg
2025-04-26compiler: Allow configuring UBSan mode at the module level.Alex Rønne Petersen
2025-03-08test: Disable `test-elf-ld-script-path-error` for now.Alex Rønne Petersen
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-02-25ubsan: update wordingDavid Rubin
2025-02-25build: add comments explaining why we disable ubsanDavid Rubin
2025-02-25correct some bugsDavid Rubin
2025-02-22zig build fmtAndrew Kelley
2025-02-22Merge pull request #22659 from ifreund/linker-script-fixAndrew Kelley
2025-02-22link.MachO: Add support for the -x flag (discard local symbols).Alex Rønne Petersen
2025-02-10link: fix ambiguous names in linker scriptsIsaac Freund
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2025-01-20reject crti.o/crtn.o, embrace the futureAndrew Kelley
2025-01-15test/link/wasm/shared-memory: update to better linker behaviorAndrew Kelley
2025-01-15wasm linker: change rules about symbol visibilityAndrew Kelley
2025-01-15wasm linker: fix TLS data segmentsAndrew Kelley
2025-01-15tests: remove dead codeAndrew Kelley
2025-01-15test/link/wasm/export-data: update expected behaviorAndrew Kelley
2025-01-15test/wasm/infer-features: update to expected behaviorAndrew Kelley
2025-01-15test/link/wasm/function-table: delete bad testAndrew Kelley
2025-01-15test/link/wasm/segment: delete bad testAndrew Kelley
2025-01-15test/link/wasm/type: remove redundant testsAndrew Kelley
2025-01-15test/wasm/export: delete redundant testsAndrew Kelley
2025-01-15delete bad linker test: bssAndrew Kelley
2025-01-15wasm linker: implement hidden visibilityAndrew Kelley
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-12-18test-link: migrate from deprecated std.Build APIsmlugg
2024-12-18std.Build.Step.Compile.Options: change `root_module` field type to `*Module`mlugg
2024-11-24std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.Alex Rønne Petersen
2024-10-29link/Elf: ensure we always sort all relocations by r_offset in -r modeJakub Konka
2024-10-23more helpful message when testTlsOffsetAlignment failsAndrew Kelley
2024-10-23use deterministic order in relocatable-eh-frame testsAndrew Kelley
2024-10-23split a fat test caseAndrew Kelley
2024-10-23better error messagesAndrew Kelley
2024-10-23introduce a CLI flag to enable .so scripts; default offAndrew Kelley
2024-10-23move ld script processing to the frontendAndrew Kelley