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
/
test
/
cases
/
compile_errors
/
dereference_anyopaque.zig
Age
Commit message (
Expand
)
Author
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-10-05
fix(text): hyphenate "runtime" adjectives
r00ster91
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-07-21
fix errors in tests not tested locally or on CI
Veikka Tuominen
2022-06-14
test-cases: fix race with `zig run` on C backend tests
Andrew Kelley
2022-05-26
apply Vexu's suggestion to use failing_allocator for now
Jakub Konka
2022-05-26
test: correctly track identical error msgs in handled errors list
Jakub Konka
2022-05-25
Sema: add error for dereferencing comptime value at runtime
Veikka Tuominen