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
/
bogus_method_call_on_slice.zig
Age
Commit message (
Expand
)
Author
2025-07-17
test: Restore and fix deleted tests that relied on intern pool types (#24422)
Felix Koppe
2025-06-07
seriously don't put internpool indexes in test cases
Andrew Kelley
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-21
spirv: super basic composite int support
Ali Cheraghi
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-17
x86_64: rewrite `@splat`
Jacob Young
2025-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-02-17
test: Update some compiler-internal type names in expected output.
Alex Rønne Petersen
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: fix typo and lower optimized insts
Jacob Young
2025-01-22
x86_64: implement error return traces
Jacob Young
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-07-13
Compilation: introduce work stages for better work distribution
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2022-08-22
Sema: fix fieldCallBind on tuples and anon structs
Veikka Tuominen
2022-07-23
Sema: add some more 'declared here' notes
Veikka Tuominen
2022-06-30
move passing stage1 compile error tests to stage2
Veikka Tuominen