COMMITS
/ lib/std/dynamic_library.zig November 13, 2025
A
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi
Alex Rønne Petersen committed
November 9, 2025
J
posix: reduce the number of assumptions made by `dl_iterate_phdr`
Jacob Young committed
October 13, 2025
A
std: fix seekBy unit test
Andrew Kelley committed
October 9, 2025
A
std.Io: implement dirStatPath
Andrew Kelley committed
October 26, 2025
A
remove all Oracle Solaris support
Alex Rønne Petersen committed
September 10, 2025
M
link.Elf: fix static PIE
mlugg committed
June 5, 2025
J
x86_64: add support for pie executables
Jacob Young committed
March 3, 2025
F
std.DynLib: fix proper type of chain_ptr on GnuHashSection32
Fausto Ribeiro committed
February 11, 2025
G
std.DynLib: add support for DT_GNU_HASH sections in elf files
geemili committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
October 12, 2024
A
std.dynamic_library: update to new elf API
Andrew Kelley committed
August 31, 2024
A
std.DynLib: Prefer std.fs.File.stat() over posix.fstat().
Alex Rønne Petersen committed
March 20, 2024
J
ElfDynLib: resolve lib from system paths
Jari Vetoniemi committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
July 4, 2024
M
std: avoid references that trigger compile errors
mlugg committed
March 30, 2024
S
DynLib: fix a typo in DynLib.openZ
Sashko committed
May 9, 2024
J
handle visionos target OS tag in the compiler
Jakub Konka committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
March 17, 2024
V
std: define error set of `toPosixPath`
Veikka Tuominen committed
March 16, 2024
V
std: adjust DynLib API
Veikka Tuominen committed
February 15, 2024
J
std: use expectError in dynamic_library tests
Jari Vetoniemi committed
J
std: do not use inferred errors in dynamic_library
Jari Vetoniemi committed
February 19, 2024
T
std.builtin: make global linkage fields lowercase
Tristan Ross committed
T
std.builtin: make link mode fields lowercase
Tristan Ross committed
February 8, 2024
A
some API work on std.c, std.os, std.os.wasi
Andrew Kelley committed
February 7, 2024
A
std.os.linux.MAP: use a packed struct
Andrew Kelley committed
January 10, 2024
M
add ability to open dlls with platform-specific flags (#18370)
Matthew Wozniak committed
December 5, 2023
X
fallback to zigs DynLib when static linking musl
xdBronch committed
October 1, 2023
S
Add illumos OS tag
Stephen Gregoratto committed
August 11, 2023
R
Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-relative
Ryan Liptak committed
August 6, 2023
Z
std: remove some unused imports (#16710)
Zachary Raineri committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
June 9, 2023
M
mem: rename align*Generic to mem.align*
Motiejus Jakštys committed
June 3, 2023
R
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91 committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
April 16, 2023
K
DynLib.lookup: cast the pointer to the correct alignment
kcbanner committed
December 12, 2022
V
update usages of `@call`
Veikka Tuominen committed
May 22, 2022
A
math: make `cast` return optional instead of an error
Ali Chraghi committed
April 4, 2022
T
Pull elf magic string out to re-used constant
Tom Read Cutting committed
December 19, 2021
I
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
August 31, 2021
S
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto committed
August 25, 2021
A
std.os: more reorganization efforts
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
June 10, 2021
J
std, src, doc, test: remove unused variables
Jacob G-W committed
June 16, 2021
M
netbsd: add more std.os.bits
Michael Dusan committed