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-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-12-02
coff: fix memory leak
Jacob Young
2024-11-29
zig fetch: add missing path separator in error message
Tw
2024-11-29
Merge pull request #22095 from alexrp/test-llvm-emit
Andrew Kelley
2024-11-29
compiler: use `@Type` instead of `@TypeOf` to print enum literal type
mlugg
2024-11-29
Add build option to set tracy-callstack-depth in `build.zig` (#21990)
Justin Braben
2024-11-29
Merge pull request #22099 from Rexicon226/fix-cat-mul
Andrew Kelley
2024-11-28
sema: hotpath `++` and `**` for array-pointers
David Rubin
2024-11-28
link.MachO: Don't try to get a semver value for bridgeos.
Alex Rønne Petersen
2024-11-28
llvm: Lower ohoseabi to ohos instead of verbatim.
Alex Rønne Petersen
2024-11-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-27
sema: make `++` and `**` return immutable pointers
David Rubin
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-11-26
diversify "unable to spawn" failure messages
Andrew Kelley
2024-11-25
ip: cleanup `@constCast` usages
David Rubin
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-23
Merge pull request #22049 from alexrp/musl-gen-stubs
Andrew Kelley
2024-11-23
compiler: Disallow align(0) everywhere in the language.
Alex Rønne Petersen
2024-11-23
musl: Define TIME32 and FAMILY_* macros for libc.S as appropriate.
Alex Rønne Petersen
2024-11-22
link: use target to determine risc-v eflag validity
David Rubin
2024-11-23
Compilation: Consider *.lo files to be object files.
Alex Rønne Petersen
2024-11-20
Append disabled LLVM CPU features after enabled ones
Shawn Gao
2024-11-20
Fix peer type resolution with allowzero pointers
xdBronch
2024-11-19
Compilation: Re-enable LTO for RISC-V.
Alex Rønne Petersen
2024-11-19
zig fetch: handle redirects for Git packages
Ian Johnson
2024-11-18
Merge pull request #22004 from jacobly0/fix-self-llvm
Andrew Kelley
2024-11-18
Compilation: Disable LTO for all ILP32-on-LP64 ABIs.
Alex Rønne Petersen
2024-11-17
Compilation: Disable LTO for mips n32.
Alex Rønne Petersen
2024-11-16
link: fix memory bugs
Jacob Young
2024-11-16
Sema: fix peer resolution alignment between slice and empty struct
Jacob Young
2024-11-16
Merge pull request #21999 from jacobly0/incr-cases
Jacob Young
2024-11-16
Use options debug format if it is provided (#21995)
Benjamin
2024-11-16
link: fix failing incremental test cases
Jacob Young
2024-11-16
dev: support incremental for x86_64-linux env
Jacob Young
2024-11-13
Take eagerness into account when deduplicating dependencies
Carl Åstholm
2024-11-13
Compilation: Pass -municode on to Clang.
Alex Rønne Petersen
2024-11-12
compiler: un-jit `zig fmt`
mlugg
2024-11-12
Merge pull request #21920 from alexrp/nobuiltin
Alex Rønne Petersen
2024-11-12
AstGen: add missing `rvalue` call to `labeledBlockExpr`
mlugg
2024-11-09
Merge pull request #21937 from Snektron/spirv-vulkan-ptrs
Robin Voetter
2024-11-09
Sema: fix wording in error message
Wooster
2024-11-09
spirv: enable variable pointers for now
Robin Voetter
2024-11-09
spirv: dont emit forward pointer for annotation instructions
Robin Voetter
2024-11-08
spirv: emit ArrayStride for many-item pointers
Robin Voetter
2024-11-08
spirv: make all vulkan structs Block for now
Robin Voetter
2024-11-08
add storage_buffer address space
Robin Voetter
[prev]
[next]