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-08-30
Remove @OpaqueType
Tadeo Kondrak
2020-08-24
fix error note using invalid source node
Vexu
2020-08-24
add error checks to `@Type`
Vexu
2020-08-21
Update compile-errors test for @Type(.Enum) changes
Tadeo Kondrak
2020-08-21
Implement @Type for Enum
Tadeo Kondrak
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
disallow extern variables with initializers
Vexu
2020-08-19
Update compile-errors test for @Type(.Struct)
Tadeo Kondrak
2020-08-18
Merge pull request #5495 from xackus/fix_5314
Veikka Tuominen
2020-08-18
stage1: update compile error tests
Andrew Kelley
2020-08-17
Handle singular param count word in error messages (#6073)
Ashish Shekar
2020-08-17
fix cast from invalid non-exhaustive enum to union
Vexu
2020-08-17
disallow '_' prong when switching on non-exhaustive tagged union
Vexu
2020-08-15
stage1: remove buggy "unable to inline function" compile error
Andrew Kelley
2020-08-13
add error for unused/duplicate block labels
Vexu
2020-08-02
add compile error for alignCasting zero sized types
Vexu
2020-07-28
add helpful error note for when function cannot return an error
Vexu
2020-07-26
Merge pull request #5693 from antlilja/switch-unreachable-else
Andrew Kelley
2020-07-24
Revert "Support taking extern pointers at comptime"
Andrew Kelley
2020-07-24
Support taking extern pointers at comptime
yvt
2020-07-18
fix floatCast type check regression
Vexu
2020-07-13
check for invalid sentinel when creating pointer with `@Type`
Vexu
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-08
fix missing check on extern variables with no type
Vexu
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
[prev]
[next]