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-11-21
fix missing implicit cast in return instruction
Vexu
2019-11-22
Stage1: Add compile error for an empty switch on a integer
Timon Kruiper
2019-11-18
add regression test case. closes #2980
Andrew Kelley
2019-11-18
add regression test case
Andrew Kelley
2019-11-17
Catch invalid type from peer resolution
LemonBoy
2019-11-13
add compile error for @atomicRmw on enum not being an .Xchg
Vexu
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
2019-11-12
fn parameters participate in result location semantics
Andrew Kelley
2019-11-13
fix comptime atomicStore and add tests
Vexu
2019-11-11
add test for missing const in slice with nested array type
Andrew Kelley
2019-11-11
implement anon struct literal syntax
Andrew Kelley
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-05
fix incorrect type name on bit field pointers
Andrew Kelley
2019-11-05
implement storing vector elements via runtime index
Andrew Kelley
2019-11-05
implement loading vector elements via runtime index
Andrew Kelley
2019-11-04
Prevent crash when slicing undefined ptr to slice
LemonBoy
2019-11-04
Correctly process errors for invalid types in fn call
LemonBoy
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-24
Add missing compile error when ptr used instead of array
Andrew Kelley
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
[next]