index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
dynamic_library.zig
Age
Commit message (
Expand
)
Author
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-03-03
std.DynLib: fix proper type of chain_ptr on GnuHashSection32
Fausto Ribeiro
2025-02-22
std.DynLib: add support for DT_GNU_HASH sections in elf files
geemili
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2024-10-12
std.dynamic_library: update to new elf API
Andrew Kelley
2024-09-06
std.DynLib: Prefer std.fs.File.stat() over posix.fstat().
Alex Rønne Petersen
2024-08-24
ElfDynLib: resolve lib from system paths
Jari Vetoniemi
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-04
std: avoid references that trigger compile errors
mlugg
2024-07-01
DynLib: fix a typo in DynLib.openZ
Sashko
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
std: define error set of `toPosixPath`
Veikka Tuominen
2024-03-17
std: adjust DynLib API
Veikka Tuominen
2024-03-16
std: use expectError in dynamic_library tests
Jari Vetoniemi
2024-03-16
std: do not use inferred errors in dynamic_library
Jari Vetoniemi
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-01-09
add ability to open dlls with platform-specific flags (#18370)
Matthew Wozniak
2024-01-04
fallback to zigs DynLib when static linking musl
xdBronch
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-08-11
Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...
Ryan Liptak
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-15
DynLib.lookup: cast the pointer to the correct alignment
kcbanner
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-16
netbsd: add more std.os.bits
Michael Dusan
2021-05-24
dragonfly: pass `zig build test`
Michael Dusan
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-11-30
Fix WindowsDynLib.openW trying to strip the \??\ prefix when it does not exist
Michael Freundorfer
[next]