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
2018-12-27
Test cases for compiler error and working behavior for switching on booleans
alexander
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-05
implement compile error note for function parameter type mismatch
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-11-19
improve error message when wrong type returned
Andrew Kelley
2018-11-18
all numbers with comptime known values implicitly cast
Andrew Kelley
2018-11-17
rename `section` keyword to `linksection`
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-01
Fixed StackTrace not being resolved when panic is invalid (#1615)
Jimmi Holst Christensen
2018-09-26
fix crash when compile error evaluating return...
Andrew Kelley
2018-09-26
the last number in a packed ptr is host int bytes
Andrew Kelley
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-25
fix crash on runtime index into slice of comptime type
Andrew Kelley
2018-09-22
fix @compileLog having unintended side effects
Andrew Kelley
2018-09-22
add compile error for slice of undefined slice
Andrew Kelley
2018-09-21
stage1: unify 2 implementations of pointer deref
Andrew Kelley
2018-09-21
fixups
Andrew Kelley
2018-09-21
Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...
Andrew Kelley
2018-09-20
add compile error for casting const array to mutable slice
Andrew Kelley
2018-09-18
add compile error for slice.*.len
Andrew Kelley
2018-09-17
add compile error for @ptrCast 0 bit type to non-0 bit type
Andrew Kelley
2018-09-17
add compile error for non-optional types compared against null
Andrew Kelley
2018-09-14
fix alignment of structs
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-13
remove the scope parameter of setFloatMode
Andrew Kelley
2018-09-13
add compile error for merging non- error sets
Andrew Kelley
2018-09-10
fix llvm assertion and missing compile error
Andrew Kelley
2018-09-07
builtin functions: @byteOffsetOf and @bitOffsetOf
raulgrell
2018-09-07
fix crash when var init has compile error
Andrew Kelley
2018-09-05
stage1: improve handling of generic fn proto type expr
Andrew Kelley
2018-09-05
add compile error for using outer scoped runtime variables
Andrew Kelley
2018-09-05
allow comptime_int to @floatToInt
Andrew Kelley
2018-09-05
Added compilation error when a non-float is given to @floatToInt()
hfcc
2018-09-05
stage1 compile error instead of crashing for unsupported comptime ptr cast
Andrew Kelley
2018-09-05
stage1: fix crash when invalid type used in array type
Andrew Kelley
2018-09-04
compile error for @noInlineCall on an inline fn
Andrew Kelley
2018-09-04
add compile error for comptime control flow inside runtime block
Andrew Kelley
2018-08-28
add test coverage for invalid switch expression parameter
Andrew Kelley
2018-08-28
add compile error for function prototype with no body
Andrew Kelley
2018-08-27
fix @typeInfo unable to distinguish compile error vs no-payload
Andrew Kelley
2018-08-03
better support for `_` identifier
kristopher tate
2018-08-02
pull request fixups
Andrew Kelley
2018-08-02
test/compile_errors.zig: update test to reflect that the promise symbol is no...
kristopher tate
2018-08-02
test/compile_errors.zig: @handle() in non-async function
kristopher tate
2018-08-02
test/compile_errors.zig: @handle() called outside of function definition;
kristopher tate
2018-07-26
add compile error for ignoring return value of while loop bodies
Andrew Kelley
2018-07-25
add compile error for missing parameter name of generic function
Andrew Kelley
[next]