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
Age
Commit message (
Expand
)
Author
2024-08-21
compiler: fix losing ZIR instructions in main_struct_inst fields
mlugg
2024-08-21
Merge pull request #21145 from ziglang/elf-dwarf-relocs
Jakub Konka
2024-08-21
elf: refactor tracking debug section sizes
Jakub Konka
2024-08-21
Dwarf: ensure stale relocations are deleted
Jacob Young
2024-08-21
elf: fixes after rebase
Jakub Konka
2024-08-21
elf: allow for concatenating atoms to merge sections
Jakub Konka
2024-08-21
test/debugger: test emitting relocs by ELF linker
Jakub Konka
2024-08-21
elf: remove obsolete call to Dwarf.resolveRelocs
Jakub Konka
2024-08-21
elf: fix emitting cross-section relocs for .debug* sections
Jakub Konka
2024-08-21
elf: emit DTPOFF32/DTPOFF64 relocation for .debug* sections
Jakub Konka
2024-08-21
elf: parse and emit Elf relocs for cross section refs for .debug* sections
Jakub Konka
2024-08-21
elf: emit .rela.debug* sections for relocatable if required
Jakub Konka
2024-08-21
elf: start unraveling Dwarf relocs into Elf relocs
Jakub Konka
2024-08-21
elf: populate debug atoms on the linker side after Dwarf.flushModule
Jakub Konka
2024-08-21
elf: create section symbols and atoms per each ZigObject debug section
Jakub Konka
2024-08-21
elf: remove unused code
Jakub Konka
2024-08-21
Merge pull request #21135 from mlugg/incremental
Matthew Lugg
2024-08-21
Sema: register correct dependencies for inline calls
mlugg
2024-08-21
test: remove accidental hard tab
mlugg
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2024-08-21
test: add incremental compilation test for moving `@src()` call
mlugg
2024-08-21
AstGen: incorporate extra information into source hashes
mlugg
2024-08-21
Sema: delete bootstrap compiler bug workaround
mlugg
2024-08-21
compiler: handle eval branch quota in memoized calls
mlugg
2024-08-20
Merge pull request #21140 from jacobly0/self-dwarf
Jacob Young
2024-08-20
x86_64: support more dwarf locations
Jacob Young
2024-08-20
Dwarf: fix issues with inline call sites
Jacob Young
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-20
Dwarf: delete incorrect logic that also has the possibility of crashing
Jacob Young
2024-08-20
Compilation: fix crash saving incremental state
Jacob Young
2024-08-19
Fix handling of empty XDG environment variables
Ian Johnson
2024-08-19
Merge pull request #21115 from Snektron/build-system-asm
Andrew Kelley
2024-08-19
std: add native cpu detection for apple m3 (#21116)
Meghan Denny
2024-08-19
Added Constants Related To Ioctl (sockios.h)
Mohanavel S K
2024-08-19
re-enable emit_asm_and_bin and emit_llvm_no_bin tests
Robin Voetter
2024-08-19
add standalone test for only dependending on the emitted assembly and not the...
Robin Voetter
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-19
Merge pull request #21128 from mlugg/incremental
Matthew Lugg
2024-08-18
llvm: disable instrumentation in naked functions
Andrew Kelley
2024-08-18
Merge pull request #21127 from jacobly0/self-dwarf
Andrew Kelley
2024-08-18
update comment in init template
Andrew Kelley
2024-08-18
Dwarf: test enums
Jacob Young
2024-08-18
Dwarf: fix and test unions
Jacob Young
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-18
test: add incremental case
mlugg
2024-08-18
frontend: handle incremental updates of replaced runtime functions
mlugg
2024-08-18
frontend: removed resolved IES data for outdated functions
mlugg
2024-08-18
Revert "ci: Enable -Dtest-slow-targets."
Alex Rønne Petersen
2024-08-18
Merge pull request #21063 from mlugg/incremental
Matthew Lugg
[next]