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
Age
Commit message (
Expand
)
Author
2023-11-19
compiler: add error for unnecessary use of 'var'
mlugg
2023-11-19
test: check compile errors when compilation has no errors
dweiller
2023-11-18
Add struct declaration location to empty root struct field member error
Curtis Tate Wilkinson
2023-11-17
std.macho: fix LoadCommandIterator to work with underaligned data
Jakub Konka
2023-11-17
Merge pull request #18006 from Vexu/aro-translate-c
Veikka Tuominen
2023-11-17
aro-translate-c: update to upstream changes
Veikka Tuominen
2023-11-16
Sema: include sentinel in type of pointer-to-array `ptr` field
David
2023-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-11-16
Sema: Add error for non-power of 2 field alignment when reifying Unions, Stru...
Krzysztof Wolicki
2023-11-15
elf: fix emitting start/stop synthetic symbols
Jakub Konka
2023-11-15
elf: create .got.plt unconditionally
Jakub Konka
2023-11-15
elf: we were writing too many symbols in the symtab
Jakub Konka
2023-11-15
elf: actually write synthetic globals to output symtab
Jakub Konka
2023-11-15
aro-translate-c: start work on translating statements
Veikka Tuominen
2023-11-15
aro-translate-c: translate function types
Veikka Tuominen
2023-11-14
x86_64: actually track state during `@divFloor` of `i128`
Jacob Young
2023-11-14
Merge pull request #17978 from ziglang/elf-x86-tls
Jakub Konka
2023-11-14
elf: do not pointlessly store zerofill data for TLVs
Jakub Konka
2023-11-13
coff: revert .rdata to be read-only again
Jakub Konka
2023-11-13
coff: mark dirty any reloc target at [addr,..) inclusive
Jakub Konka
2023-11-13
compilation: forbid PIE for dynamic libraries
Michael Dusan
2023-11-13
elf: setting offset to maxInt for non-allocated non-incremental sections is bad
Jakub Konka
2023-11-12
rework memory management of Module.Namespace hash maps
Andrew Kelley
2023-11-12
sema: fixup underflows during struct / ptr array init when using -fstrip
kcbanner
2023-11-12
x86_64: resolve tlv references on first use and spill to the stack
Jacob Young
2023-11-12
x86_64: use .rax for local exec as prescribed by the spec
Jakub Konka
2023-11-12
x86_64: remove unreachable Elf prong
Jakub Konka
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-12
x86_64: seems like we will need to keep track of rax and reserve rax+rdi for TLS
Jakub Konka
2023-11-12
elf: dump PLT entries
Jakub Konka
2023-11-12
x86_64: emit TLS local dynamic model when PIC
Jakub Konka
2023-11-12
elf: fix allocating local TLS symbols
Jakub Konka
2023-11-12
x86_64: get something going for the local exec model
Jakub Konka
2023-11-12
elf: fix typo in initial section offsets
Jakub Konka
2023-11-12
elf: check for empty relocs buffers in ZigObject before emitting section
Jakub Konka
2023-11-12
elf: lower TLS data into appropriate TLS section
Jakub Konka
2023-11-12
Revert "Sema: fix comparison with undefined"
Andrew Kelley
2023-11-12
Package.Fetch.git: handle optional pkt-line LF
Ian Johnson
2023-11-12
Sema: fix comparison with undefined
Bogdan Romanyuk
2023-11-12
Dwarf: improve x86_64 backend debug info
Jacob Young
2023-11-11
sema: pass sema through if available for the array_type case in bitSizeAdvanced
kcbanner
2023-11-11
Merge pull request #17963 from jacobly0/workaround/16392
Andrew Kelley
2023-11-10
BitcodeReader: followup cleanup
Jacob Young
2023-11-10
Sema: detect unneeded source locations earlier
Jacob Young
2023-11-10
Module: fix use of `undefined` during decl cleanup
Jacob Young
2023-11-10
llvm: workaround SROA misoptimizations in LLVM
Jacob Young
2023-11-10
move libssp into libcompiler_rt
Andrew Kelley
2023-11-10
Compilation: fix logic regarding needs_c_symbols
Andrew Kelley
2023-11-10
Merge pull request #17955 from ziglang/issue-17951
Jakub Konka
2023-11-10
disallow calling @trap at comptime
Bogdan Romanyuk
[next]