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
getAppDataDir
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
std.Io.Threaded-groups-2
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
/
src
/
link
/
MachO
Age
Commit message (
Expand
)
Author
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-02
link: fixed bugs uncovered by changing the cache mode
Jacob Young
2025-02-25
Compilation: correct when to include ubsan
David Rubin
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-25
link.MachO.UnwindInfo: reproduce lld's comment
Andrew Kelley
2025-02-25
link.MachO.UnwindInfo: Handle u24 overflow for CU records pointing to DWARF.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-01-17
macho linker: adjust symbol priority
Andrew Kelley
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-15
fix merge conflicts with updating line numbers
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
switch to ArrayListUnmanaged for machine code
Andrew Kelley
2025-01-15
rewrite wasm/Emit.zig
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
rework error handling in the backends
Andrew Kelley
2025-01-15
elf linker: conform to explicit error sets
Andrew Kelley
2025-01-15
macho linker conforms to explicit error sets, again
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2025-01-05
link: new incremental line number update API
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-13
Add compiler internals tests
Carl Åstholm
2024-12-02
macho: fix 32bit builds
Jakub Konka
2024-12-02
macho: refactors errors from parsing DWARF
Jakub Konka
2024-12-02
macho: move things around in MachO/Object.zig and refactor
Jakub Konka
2024-12-02
macho: handle DWARFv5 when parsing debug info in objects
Jakub Konka
2024-12-02
macho: rename dwarf.zig to Dwarf.zig
Jakub Konka
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
link.MachO: remove buggy multi-threading
Andrew Kelley
2024-10-20
link: Use defaultFunctionAlignment() when function alignment is unspecified.
Alex Rønne Petersen
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-12
macho: create dummy atom of size 0 marking end of a section
Jakub Konka
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-09
macho: fix a typo in InternalObject.addObjcMethnameSection
Jakub Konka
2024-10-09
macho: report special symbols if undefined
Jakub Konka
2024-10-08
link.Elf: avoid converting rpath data in flush()
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
codegen: implement output to the `.debug_info` section
Jacob Young
2024-08-30
dwarf: share and use `std.dwarf.EH_PE` constants
Jacob Young
2024-08-29
compiler: avoid field/decl name conflicts
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-25
fix up merge conflicts with master
David Rubin
2024-08-25
remove `mod` aliases for Zcus
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
[next]