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
2023-06-11
link: use `Wasm.string_table` offsets for `Wasm.undefs` keys
Jacob Young
2023-06-11
Sema: fix `std.builtin.Type.EnumField.value` when not auto-numbered
Jacob Young
2023-06-11
TypedValue: fix code formatting
Jacob Young
2023-06-11
llvm: fix more name lifetimes
Jacob Young
2023-06-10
llvm: fix name lifetime
Jacob Young
2023-06-10
wasm: address behavior test regressions
Jacob Young
2023-06-10
Sema: fix crashes accessing undefined values
Jacob Young
2023-06-10
Sema: fix int arithmetic overflow checks
mlugg
2023-06-10
stage2: pass most test cases under InternPool
mlugg
2023-06-10
std.hash: improve small-key hashing in Wyhash
Andrew Kelley
2023-06-10
Sema: reword compile error about LLVM extensions and C import
Andrew Kelley
2023-06-10
InternPool: fix yet more key lifetime issues
Jacob Young
2023-06-10
Sema: handle generic types when coercing functions in memory
Jacob Young
2023-06-10
InternPool: optimize previous fix
Jacob Young
2023-06-10
InternPool: avoid aggregate null bytes storage
mlugg
2023-06-10
Sema: remove leftover references to value_arena
mlugg
2023-06-10
Sema: hack around UAF
Jacob Young
2023-06-10
Sema: rewrite `monomorphed_funcs` usage
Jacob Young
2023-06-10
InternPool: add optional coercion
Jacob Young
2023-06-10
InternPool: fix more key lifetime issues
Jacob Young
2023-06-10
llvm: fix undefined pointer type
Jacob Young
2023-06-10
Module: fix populateTestFunctions UAF
Andrew Kelley
2023-06-10
compiler: avoid use of undefined memory
Andrew Kelley
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
Sema: intern values of mutable decls after analysis
mlugg
2023-06-10
Sema: fix in-memory coercion during comptime load
Jacob Young
2023-06-10
wasm: implement missing case
Jacob Young
2023-06-10
InternPool: fix more key lifetime issues
Jacob Young
2023-06-10
Allocate capture scopes in gpa instead of Decl.value_arena
mlugg
2023-06-10
Sema: disable repeated aggregate storage use with mismatching sentinel
Jacob Young
2023-06-10
llvm: fix lowering of lazy values
Jacob Young
2023-06-10
codegen: fix doubled global sentinels
Jacob Young
2023-06-10
InternPool: fix element pointer type computations
Jacob Young
2023-06-10
InternPool: fix key for empty array with sentinel
Jacob Young
2023-06-10
InternPool: debug dump all the data
Andrew Kelley
2023-06-10
InternPool: remove memoized_decl
Andrew Kelley
2023-06-10
Sema: elide comptime-checked slice safety
Andrew Kelley
2023-06-10
Sema: remove opv status from arrays with sentinels
Jacob Young
2023-06-10
Value: fix null test for c pointers
Jacob Young
2023-06-10
math.big.int: fix ctz of zero
Jacob Young
2023-06-10
Sema: avoid invalided key access
Jacob Young
2023-06-10
InternPool: further optimize Key hashing
Andrew Kelley
2023-06-10
InternPool: add representation for value of empty enums and unions
mlugg
2023-06-10
Sema: make sentinel load through array pointer comptime known
Jacob Young
2023-06-10
Type: fix `@sizeOf(?anyerror)`
Jacob Young
2023-06-10
Sema: fix comptime error set comparisons
Jacob Young
2023-06-10
InternPool: improve hashing performance
Andrew Kelley
2023-06-10
InternPool: pass by const pointer
Andrew Kelley
2023-06-10
Type: fix `@typeName` for `undefined`
Jacob Young
2023-06-10
Sema: fix sus overflow behavior in RangeSetUnhandledIterator
Jacob Young
[next]