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
2019-08-27
better handle struct depends on itself via optional field
Andrew Kelley
2019-08-27
fix not properly casting align values
Andrew Kelley
2019-08-26
fix more compile error regressions
Andrew Kelley
2019-08-26
miscellaneous fixes regarding compile errors
Andrew Kelley
2019-08-26
fix regression on struct field with undefined type
Andrew Kelley
2019-08-26
fix some compile error regressions
Andrew Kelley
2019-08-20
specify the target for the newest test case
Andrew Kelley
2019-08-20
compiler error when variable in asm template cannot be found
Timon Kruiper
2019-08-17
add compile error for async frames depending on themselves
Andrew Kelley
2019-08-17
detect non-async function pointer of inferred async function
Andrew Kelley
2019-08-17
add compile error for incorrect atomic ordering in fence #3082
Vexu
2019-08-17
fix compiler not checking alignment of function frames
Andrew Kelley
2019-08-16
add missing compile error for fn call bad implicit cast
Andrew Kelley
2019-08-16
add compile error for casting const frame to anyframe
Andrew Kelley
2019-08-16
add tests for bad implicit casting of anyframe types
Andrew Kelley
2019-08-16
add test for wrong frame type used for async call
Andrew Kelley
2019-08-16
add compile error for @Frame() of generic function
Andrew Kelley
2019-08-15
fix error return traces for async calls of blocking functions
Andrew Kelley
2019-08-15
remove `cancel`
Andrew Kelley
2019-08-14
add compile error for await in exported function
Andrew Kelley
2019-08-13
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-08-11
all tests passing
Andrew Kelley
2019-08-11
allow comptime_int to implicit cast to comptime_float
Andrew Kelley
2019-08-08
better compile errors when frame depends on itself
Andrew Kelley
2019-08-03
implement `@asyncCall` which supports async function pointers
Andrew Kelley
2019-08-03
add compile error for calling async function pointer
Andrew Kelley
2019-08-03
add compile error for async call of function pointer
Andrew Kelley
2019-08-02
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-08-02
fix regressions regarding writing through const pointers
Andrew Kelley
2019-07-23
add error for function with ccc indirectly calling async function
Andrew Kelley
2019-07-19
fix usingnamespace
Andrew Kelley
2019-07-16
cleanups
Andrew Kelley
2019-07-16
Merge branch 'main-return-!u8' of https://github.com/SamTebbs33/zig into SamT...
Andrew Kelley
2019-07-04
Unicode escapes: stage1 tokenizer and behavior tests
hryx
2019-07-04
Support returning !u8 from main
SamTebbs33
2019-07-04
improve the error message and test coverage
Andrew Kelley
2019-07-03
Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107
Andrew Kelley
2019-07-03
added tests for #1107 and a note in the reference
emekoi
2019-07-02
add missing compile error for comptime continue inside runtime catch
Andrew Kelley
2019-07-02
fixups
Andrew Kelley
2019-06-27
compile error for using slice as array init expr type
Andrew Kelley
2019-06-25
all compile error tests passing
Andrew Kelley
2019-06-25
fix several compile error test regressions
Andrew Kelley
2019-06-14
fix `@export` for arrays and allow sections on extern variables
Andrew Kelley
2019-06-10
Add check for null body in if, for and while
SamTebbs33
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-30
default struct field initialization expressions
Andrew Kelley
2019-05-29
`use` works on unions and enums in addition to structs
Andrew Kelley
2019-05-28
no "use of undeclared identifer" in dead comptime branches
Andrew Kelley
2019-05-28
Reject undefined as type
LemonBoy
[next]