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
juice
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
std.Io.Threaded-groups-2
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-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-08
cbe: fix miscomps of x86_64 backend
Jacob Young
2025-01-08
Dwarf: fix assertion failure
Jacob Young
2025-01-07
Sema: fix invalid AIR from array concat
David Rubin
2025-01-06
Dwarf: fix abbrev code being overwritten with the wrong empty variant
Jacob Young
2025-01-06
remove wasm from redzone targets list
Reuben Dunnington
2025-01-06
fix win32 manifest ID for DLLs
Reuben Dunnington
2025-01-05
x86_64: fix `@errorName` data
Jacob Young
2025-01-05
Sema: fix incorrect type in `optional_payload` instruction
mlugg
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
Merge pull request #22412 from mlugg/line-number-incremental
Matthew Lugg
2025-01-05
compiler: slightly simplify builtin decl memoization
mlugg
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2025-01-05
link: new incremental line number update API
mlugg
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2025-01-04
incremental: correctly handle losing file root `struct_decl` inst
mlugg
2025-01-04
incremental: correctly return `error.AnalysisFail` when type structure changes
mlugg
2025-01-04
Zcu: fix crash when incremental re-analysis of type annotation yields same re...
mlugg
2025-01-03
Zir: split up start and end of range in `for_len`
mlugg
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
[next]