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-07-01
Add new error message for unreachable else prongs
antlilja
2020-06-28
Merge pull request #5696 from alexnask/async_call_tuple
Andrew Kelley
2020-06-24
Fix issue #5618 (#5685)
arbrk1
2020-06-24
Small fixes, fixed tests, added test for argument tuple type
Alexandros Naskos
2020-06-23
Add duplicate checking for switch on types
antlilja
2020-06-21
Make unary minus for unsigned types a compile error (#5654)
Robin Voetter
2020-06-18
add tests for `@src`
Vexu
2020-06-09
Expose full llvm intrinsic
Jakub Konka
2020-06-09
Add basic tests for the new builtins
Jakub Konka
2020-06-08
stage1: fix crash on slice byte reinterpretation
xackus
2020-05-29
Support equality comparison for optional to non-optional (?T ==/!= T)
foobles
2020-05-26
Add matching compile error test
Jakub Konka
2020-05-17
Merge pull request #5057 from xackus/opaque-param
Andrew Kelley
2020-05-11
stage1: detect underflow in bigint_fits_in_bits
xackus
2020-05-08
Merge pull request #4932 from Qix-/fix-private-access
Vexu
2020-05-08
add failing test for #4909
Josh Junon
2020-05-07
stage1: handle all cases of invalid struct field default value
xackus
2020-05-05
update docs/tests for async/extern fn removal
Tadeo Kondrak
2020-05-05
Merge pull request #5272 from tadeokondrak/noasync-to-nosuspend
Andrew Kelley
2020-05-05
update tests for nosuspend
Tadeo Kondrak
2020-05-04
fix missing compile error on call assigned to const
Vexu
2020-05-04
stage1: fix assert fail on opaque fn ptr param
xackus
2020-04-28
Merge pull request #5196 from tadeokondrak/@vector-to-@type-vector
Andrew Kelley
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-24
stage1: Prevent the creation of illegal ptr types
LemonBoy
2020-04-23
stage1: fix crash on accessing an array of size zero with runtime index
xackus
2020-04-18
update std lib to decls being disallowed between fields
Vexu
2020-04-18
disallow declarations between container fields
Vexu
2020-04-18
fix typeInfo tests
Vexu
2020-04-17
add error for non-exter variadic functions
Vexu
2020-04-17
fix missing compile errors on builtin cast functions
Vexu
2020-04-14
Shift error message now says "fixed-width integer type" instead of just "inte...
foobles
2020-04-09
add error message for invalid assignment
Vexu
2020-04-08
move array and struct const checks to more appropriate places
Vexu
2020-04-08
fix missing compile error on assign to slice and array parameters
Vexu
2020-04-07
fix broken tests
Vexu
2020-04-07
fix missing const on address of literal
Vexu
2020-04-03
add compiler-error test: coerce
Michael Dusan
2020-04-03
stage1: add compile errors for sentinel slicing
Michael Dusan
2020-04-01
add compile-error test: bitcast
Michael Dusan
2020-04-01
ir: Fix comparison of ?T values
LemonBoy
2020-04-01
Fix some nullptr dereferences on arm-linux-musleabhif
Timon Kruiper
2020-03-31
add compile-error test for #2687
Michael Dusan
2020-03-26
update compile error tests
Andrew Kelley
2020-03-23
Merge pull request #4741 from momumi/master
Andrew Kelley
2020-03-21
ir: Disallow comparison between enum literal and untagged enum
LemonBoy
2020-03-21
Address review comments
LemonBoy
2020-03-19
fix compile error for reading past end of pointer casted array
Andrew Kelley
2020-03-19
test & docs fixups to work with new semantics
Andrew Kelley
[prev]
[next]