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
2023-06-19
macho: clean up hasher interface
Jakub Konka
2023-06-19
macho: calculate UUID chunk size based on available thread count
Jakub Konka
2023-06-19
macho: hash the entire file contents for UUID but calc in parallel
Jakub Konka
2023-06-19
macho: extract parallel hasher into a generic helper struct
Jakub Konka
2023-06-18
autodoc: Handle more InternPool.Index types properly in Autodoc
Krzysztof Wolicki
2023-06-17
Merge pull request #15511 from mikdusan/netbsd-pkgsrc
Andrew Kelley
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
Merge pull request #16064 from Luukdegram/wasm-linker
Andrew Kelley
2023-06-16
Merge pull request #16003 from g-w1/plan9-lazy-syms
Andrew Kelley
2023-06-16
zig build: add option to only print failed steps
Veikka Tuominen
2023-06-16
Autodoc: fix crash when walking `@min`/`@max` with two operands
mlugg
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-16
Sema: consider type bounds when refining result type of `@min`/`@max`
mlugg
2023-06-16
wasm-linker: correctly resolve undefined functions
Luuk de Gram
2023-06-16
wasm: support calling alias'd function pointers
Luuk de Gram
2023-06-16
codegen: fix union padding
Luuk de Gram
2023-06-16
wasm: fix lowerParentPtr offsets
Luuk de Gram
2023-06-16
wasm-linker: correctly resolve exported symbols
Luuk de Gram
2023-06-16
plan9: revamp the relocation system to allow decl refs
Jacob G-W
2023-06-16
Elf: fix memory leak with lazy symbols
Jacob G-W
2023-06-16
Plan9: Add support for lazy symbols
Jacob G-W
2023-06-15
cbe: add missing cast for `@intToPtr` values
Jacob Young
2023-06-15
Merge pull request #16042 from mlugg/fix/slice-len-comptime-mutation
Andrew Kelley
2023-06-15
Sema: fix @intToPtr of zero value to optional pointer
mlugg
2023-06-14
Sema: allow indexing tuple and vector pointers
mlugg
2023-06-15
Sema: allow empty end index in zirSliceSentinel
mlugg
2023-06-15
Sema: don't assume slice value is interned when loading from comptime pointer
mlugg
2023-06-14
Merge pull request #15726 from mlugg/feat/peer-type-resolution-but-better
Andrew Kelley
2023-06-13
Sema: move all in-memory coercion logic to InternPool
mlugg
2023-06-13
Sema: allow in-memory coercion of tuples
mlugg
2023-06-13
Sema: rewrite peer type resolution
mlugg
2023-06-13
Never implicitly add rpaths for each lib dir, add NixOS libdir to rpath
Jan200101
2023-06-13
Add a compiler error for @mulAdd with int vectors.
IntegratedQuantum
2023-06-13
Fix bad source locations in switch capture errors
mlugg
2023-06-13
Sema: resolve union payload switch captures with peer type resolution
mlugg
2023-06-13
Eliminate switch_cond[_ref] ZIR tags
mlugg
2023-06-13
Eliminate switch_capture_tag ZIR instruction
mlugg
2023-06-13
Sema: minor refactor to switch prong analysis
mlugg
2023-06-13
Eliminate switch_capture and switch_capture_ref ZIR tags
mlugg
2023-06-13
Move switch case value coercion from AstGen to Sema
mlugg
2023-06-13
Zir: remove unnecessary switch_capture_multi instructions
mlugg
2023-06-13
Sema: check runtime safety is enabled when unwrapping error
ypsvlq
2023-06-12
link/Plan9: fix UAF of symbol names
Andrew Kelley
2023-06-12
Sema: intern values from resolved inferred allocs
mlugg
2023-06-12
Sema: redo monomorphed funcs to make more sense
Jacob Young
2023-06-12
link: fix compile error with only-c
mlugg
2023-06-12
InternPool: fix one more compile error on 32-bit targets
Jacob Young
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
2023-06-11
Autodoc: make it work under InternPool
mlugg
[next]