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
2024-10-03
link.MachO: Add exhaustive handling for all Apple target triples.
Alex Rønne Petersen
2024-10-03
link.Elf: Set EI_OSABI value correctly depending on target arch/OS.
Alex Rønne Petersen
2024-09-28
macho: increase pre-allocated vmsize for __TEXT_ZIG segment
Jakub Konka
2024-09-26
Sema: better utility function semantics
Andrew Kelley
2024-09-26
update crash report to the new panic interface
Andrew Kelley
2024-09-26
I think it's better to put the imports at the top
Andrew Kelley
2024-09-26
fix still calling std.builtin.panic sometimes
Andrew Kelley
2024-09-26
fixes and make sema report errors when std.builtin wrong
Andrew Kelley
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
compile error instead of crash when root panic fn wrong
Andrew Kelley
2024-09-26
fix crash report not using mutexes correctly
Andrew Kelley
2024-09-26
better codegen for `@panic` with comptime-known operand
Andrew Kelley
2024-09-26
reimplement integer overflow safety panic function calls
Andrew Kelley
2024-09-26
reintroduce the std.builtin safety panic helpers
Andrew Kelley
2024-09-26
fixes for this branch
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-25
elf: remove unused code
Jakub Konka
2024-09-25
elf: change how we create new program headers
Jakub Konka
2024-09-25
elf: reset output symtab contexts before re-updating
Jakub Konka
2024-09-25
elf: reset (merge) sections sizes before updating
Jakub Konka
2024-09-25
elf: do not re-create special program headers if already created
Jakub Konka
2024-09-25
elf: do not re-create synthetic sections if already created
Jakub Konka
2024-09-25
mips: use byval for all integer types
Maciej 'vesim' Kuliński
2024-09-25
disallow non-scalar sentinel types
Andrew Kelley
2024-09-24
tsan: Update to LLVM 19.1.0.
Alex Rønne Petersen
2024-09-24
fetch: fix mutating unrelated fields when saving (#19816)
Krzysztof Wolicki
2024-09-23
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen
2024-09-23
Merge pull request #21472 from alexrp/libunwind
Andrew Kelley
2024-09-23
fix: Add error note when attempt is made to destructure error union (#21491)
Will Lillis
2024-09-23
elf: always override existing __start/__stop symbols
Jakub Konka
2024-09-23
elf: only allocate __dso_handle symbol if not found in any object
Jakub Konka
2024-09-23
elf: remove dead code
Jakub Konka
2024-09-23
elf: fix condition for skipping symbols if atom is dead
Jakub Konka
2024-09-21
libunwind: Use `-Wno-dll-attribute-on-redeclaration` for Windows like upstream.
Alex Rønne Petersen
2024-09-19
Partially revert "LLVM: work around `@floatFromInt` bug"
Alex Rønne Petersen
2024-09-19
link.Wasm.Feature: Update to mirror std.Target.wasm.
Luuk de Gram
2024-09-19
Compilation: Synchronize some libcxx CXXFLAGS with upstream.
Alex Rønne Petersen
2024-09-19
std.Target: Add bridgeos tag to Os.
Alex Rønne Petersen
2024-09-19
llvm: Stop emitting shl/xor ops for constant packed structs.
Alex Rønne Petersen
2024-09-19
libcxx: Synchronize some CXXFLAGS with upstream.
Alex Rønne Petersen
2024-09-19
libcxx: Update to LLVM 19.
Alex Rønne Petersen
2024-09-19
libunwind: Synchronize some CFLAGS/CXXFLAGS with upstream.
Alex Rønne Petersen
2024-09-19
clang: Update options data to Clang 19.
Alex Rønne Petersen
2024-09-19
zig_clang: Update to Clang 19.
Alex Rønne Petersen
2024-09-19
zig_llvm: Update to LLVM 19.
Alex Rønne Petersen
2024-09-19
compiler: Update LLVM/Clang driver files to LLVM/Clang 19.
Alex Rønne Petersen
2024-09-18
Sema: mark export on owner nav when exporting function alias
mlugg
2024-09-17
cc: Add support for -Wp,
Maciej 'vesim' Kuliński
2024-09-17
Merge pull request #21428 from mlugg/compare-to-undef
Matthew Lugg
2024-09-17
Sema: clean up cmpNumeric
mlugg
[next]