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-10-23
move types from builtin to std
Andrew Kelley
2019-10-20
Fix crash with peer type resolution & error unions
LemonBoy
2019-10-09
stage1: fix root top-level-struct typename
Michael Dusan
2019-09-23
Prevent crash with invalid extern type
LemonBoy
2019-09-23
Fix computation of switch coverage
LemonBoy
2019-09-20
reject types of automatic container layout in packed unions
Sahnvour
2019-09-20
Fix comptime bitcast inside an expression
Timon Kruiper
2019-09-19
fixups for `@splat`
Andrew Kelley
2019-09-19
`@splat`
Shawn Landden
2019-09-18
rework the implementation
Andrew Kelley
2019-09-18
stage1: add @shuffle() shufflevector support
Shawn Landden
2019-09-18
Fix array->vector and vector->array for many types. Allow vector of bool.
Shawn Landden
2019-09-10
forbid opaque types in function return types
Sahnvour
2019-09-05
Add compiler error when negating invalid type
Timon Kruiper
2019-09-05
Add compile error when shifting amount is not an int type
Timon Kruiper
2019-09-04
fixups and add documentation for `@Type`
Andrew Kelley
2019-09-03
Add @Type builtin
Jonathan Marler
2019-09-03
error message and test for alignment of variables of zero-bit types
Sahnvour
2019-08-31
improvements to `@asyncCall`
Andrew Kelley
2019-08-30
support recursive async and non-async functions
Andrew Kelley
2019-08-29
fix regressions
Andrew Kelley
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
[prev]
[next]