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
/
compile_errors.zig
Age
Commit message (
Expand
)
Author
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-16
correct field count
Vexu
2020-01-15
add non-exhaustive enum to langref
Vexu
2020-01-15
require size for non-exhaustive enums
Vexu
2020-01-15
update tests and translate-c
Vexu
2020-01-14
Make sure @export symbol name is not empty
LemonBoy
2020-01-13
Validate switch range endpoints
LemonBoy
2020-01-13
Fix compiler-error regression
LemonBoy
2020-01-12
Fix @call being too eager to resolve the fn argument
LemonBoy
2020-01-12
Propagate errors in for loop bodies
LemonBoy
2020-01-09
New @export() handling
LemonBoy
2020-01-07
Fix crash in struct initializer evaluation
LemonBoy
2020-01-06
add test case for already fixed bug
Andrew Kelley
2020-01-06
Prevent bitCast to enum types
LemonBoy
2020-01-06
fix test suite regressions
Andrew Kelley
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-30
Merge pull request #3683 from Vexu/atomic-float
Andrew Kelley
2019-12-30
fix comparing comptime_int against undefined literal
Andrew Kelley
2019-12-30
Fix ptrCast of zero-sized type
LemonBoy
2019-12-23
add zig llvm wrapper for atomicrmw
Vexu
2019-12-23
support some atomic operations with floats
Vexu
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-16
allow comparison of any numeric types
Andrew Kelley
2019-12-15
improve extern enum
Vexu
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-12
fix dot init parsing
Vexu
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-08
add syntax for comptime struct fields
Andrew Kelley
2019-12-06
allow calling with a new stack to regress a bit
Andrew Kelley
2019-12-06
remove `@newStackCall` from zig
Andrew Kelley
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-03
activate start code when pub main exists
Andrew Kelley
2019-12-03
fix tests
Vexu
2019-12-03
correct caching and add test for missing fn name
Vexu
2019-12-03
Pick up WinMain with proper CC
LemonBoy
2019-12-01
fix regressions in compile error tests
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-29
fix typo in error note for integer casting
Andrew Kelley
2019-11-26
add compiler note for bad int coercion
Andrew Kelley
2019-11-26
add missing cast to generic function call result
Vexu
2019-11-26
add missing cast to call result type
Vexu
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-24
fix compile errors for array sentinels mismatching
Andrew Kelley
2019-11-24
fix compile error regressions
Andrew Kelley
2019-11-24
add compile error for incompatible pointer sentinels
Andrew Kelley
[prev]
[next]