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
/
src
/
link
Age
Commit message (
Expand
)
Author
2024-07-30
elf: move ownership of input merge sections to Object
Jakub Konka
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-29
link.Elf: Define __global_pointer$ for riscv32 too.
Alex Rønne Petersen
2024-07-28
link.Coff: Basic support for `/Brepro` in the self-hosted linker.
Alex Rønne Petersen
2024-07-28
link: Accept `-Brepro` linker option and pass it to LLD.
Alex Rønne Petersen
2024-07-28
Merge pull request #20807 from Rexicon226/riscv
Jakub Konka
2024-07-27
macho: fix typo in boundary symbol tag: $stop -> $end
Jakub Konka
2024-07-26
riscv: clean up and unify encoding logic
David Rubin
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-23
Merge pull request #20751 from Rexicon226/riscv-eflags
Jakub Konka
2024-07-23
Merge pull request #20725 from ziglang/fuzz
Andrew Kelley
2024-07-23
macho: use pread syscall when loading tapi file
Jakub Konka
2024-07-22
elf: add riscv eflag collisions
David Rubin
2024-07-22
fix macho linker integration with libfuzzer
Andrew Kelley
2024-07-22
add libfuzzer to linking
Andrew Kelley
2024-07-22
macho: fix 32bit compilation issues
Jakub Konka
2024-07-22
macho: handle empty string in ZigObject.getString
Jakub Konka
2024-07-22
macho: write sections in parallel in -r mode
Jakub Konka
2024-07-22
macho: calc section sizes in parallel in -r mode
Jakub Konka
2024-07-22
macho: cache string len
Jakub Konka
2024-07-22
add more tracy hooks
Jakub Konka
2024-07-22
macho: run more things in parallel
Jakub Konka
2024-07-22
macho: remove stale code
Jakub Konka
2024-07-22
macho: parse input files in parallel
Jakub Konka
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-20
Fix typos in code comments in `src/`
sobolevn
2024-07-20
dev: add missing x86_64 backend checks
Jacob Young
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-19
move non-libc stuff out of std.c
Andrew Kelley
2024-07-18
macho: fix emitting data-in-code entries
Jakub Konka
2024-07-18
macho: reinstate duplicate definition checking
Jakub Konka
2024-07-18
macho: fix off-by-one when populating strtab
Jakub Konka
2024-07-18
macho: fix 32bit compilation issues
Jakub Konka
2024-07-18
macho: use isec for working out getAtomData in ZigObject
Jakub Konka
2024-07-18
macho: extract testing logic for TLS into a helper
Jakub Konka
2024-07-18
macho: clean up atom+symbol creation logic in ZigObject
Jakub Konka
2024-07-18
macho: ensure we always name decls like LLVM to avoid confusion
Jakub Konka
2024-07-18
macho: fix unresolved symbols error reporting
Jakub Konka
2024-07-18
macho: do not randomly append non-incr atoms in ZigObject
Jakub Konka
2024-07-18
macho: update non-incremental section sizes for ZigObject sections
Jakub Konka
2024-07-18
macho: re-enable writing out static archive with ZigObject
Jakub Konka
2024-07-18
macho: skip resizing incremental Zig sections in r mode
Jakub Konka
2024-07-18
macho: write non-incremental atoms in ZigObject
Jakub Konka
2024-07-18
macho: pretty print relocation types in logs and errors
Jakub Konka
2024-07-18
macho: emit relocs for non-zig-sections in ZigObject
Jakub Konka
2024-07-18
macho: bring back relocatable mode for ZigObject
Jakub Konka
2024-07-18
macho: re-enable calculating num of relocs for ZigObject
Jakub Konka
2024-07-18
macho: adjust global creation in ZigObject to new model
Jakub Konka
[prev]
[next]