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
2025-01-02
Sema: correctly label `block_comptime` for restoring error return trace index
mlugg
2025-01-01
Merge pull request #22379 from mlugg/incremental-fixes
Matthew Lugg
2025-01-01
Sema: fix invalid coercion `*[n:x]T` -> `*[m]T` for `n != m`
mlugg
2025-01-01
incremental: fix errors not being deleted upon re-analysis
mlugg
2024-12-31
link/Elf.zig: set stack size and build-id for dynamic libraries.
Jan200101
2024-12-31
Sema: add doc comments for comptime reason types
mlugg
2024-12-31
Sema: remove some incorrect calls to `requireRuntimeBlock`
mlugg
2024-12-31
compiler: ensure local `const`s in comptime scope are comptime-known
mlugg
2024-12-31
compiler: ensure result of `block_comptime` is comptime-known
mlugg
2024-12-29
InternPool: fix leak when the last namespace bucket is full
Jacob Young
2024-12-29
Value: implement `orderAgainstZeroInner` for errors
David Rubin
2024-12-27
llvm: fix UB in metadata printer
David Rubin
2024-12-26
InternPool: fix segfault in `rehashTrackedInsts`
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-24
compiler: remove Cau
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-23
Merge pull request #22280 from jacobly0/stage2-pp
Andrew Kelley
2024-12-23
Merge pull request #22225 from alexrp/libc-linux-os-version
Alex Rønne Petersen
2024-12-22
compiler: Print more information when failing to provide libc.
Alex Rønne Petersen
2024-12-20
lldb: add pretty printer for cau and nav indices
Jacob Young
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-19
Dwarf: remove redundant debug info
Jacob Young
2024-12-19
Module: keep frame pointer in ReleaseSmall on x86
wooster0
2024-12-19
Zcu: allow `node_offset_var_decl_*` source location for function declarations
mlugg
2024-12-19
compiler: disallow `align` etc annotations on comptime-only globals
mlugg
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-18
compiler: move `RuntimeIndex` to `Sema`
mlugg
2024-12-17
Zir: store declaration column number so Dwarf doesn't need to load the AST
mlugg
2024-12-17
InternPool: fix typo
Jacob Young
2024-12-17
Dwarf: deleting bad code until I remember what it does
Jacob Young
2024-12-17
Dwarf: fix data races by reading from ZIR
Jacob Young
2024-12-17
Merge pull request #22252 from jacobly0/dwarf-deduped-structs
Andrew Kelley
2024-12-17
Merge pull request #22251 from alexrp/remove-cuda
Andrew Kelley
2024-12-16
Merge pull request #22250 from mlugg/zon-ast
Matthew Lugg
2024-12-16
Dwarf: include comptime-only values in debug info
Jacob Young
2024-12-16
InternPool: we have pointer subtraction now!
Jacob Young
2024-12-16
Dwarf: preserve deduped struct navs
Jacob Young
2024-12-16
compiler: introduce ZonGen and make `ast-check` run it for ZON inputs
mlugg
2024-12-16
std.c.darwin.posix_spawn: fix signature
mlugg
2024-12-16
compiler: add some missing `const`s
mlugg
2024-12-16
Sema: disallow unsafe in-memory coercions
mlugg
2024-12-16
Merge pull request #22245 from mlugg/zir-no-doc-comments
Matthew Lugg
2024-12-16
mingw: Fix CFLAGS for winpthreads.
Alex Rønne Petersen
2024-12-15
Merge pull request #22233 from jacobly0/fix-relocs
Andrew Kelley
2024-12-15
compiler: remove doc comments from Zir
mlugg
2024-12-15
Sema: disallow runtime stores to pointers with comptime-only element types
mlugg
2024-12-15
Sema: do not allow coercing undefined to opaque types
mlugg
2024-12-15
zig cc: Remove broken CUDA C/C++ support.
Alex Rønne Petersen
2024-12-14
Elf: fix shdr size getting out of sync with the actual size
Jacob Young
2024-12-14
Elf.Atom: fix truncated dyn abs relocs
Jacob Young
[prev]
[next]