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
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-30
stage1: add error for slice.len incr beyond bounds
Michael Dusan
2021-01-11
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2020-12-28
stage1: Prevent crash with some lazy pointer types
LemonBoy
2020-12-25
stage1: validate pointer attributes when coercing anon literals
Vexu
2020-12-21
stage1: add missing error check on inferred struct field ptr
Vexu
2020-12-08
stage1: Validate the specified cc for lazy fn types
LemonBoy
2020-12-03
stage1: compile error for pointer arithmetic on ptr-to-array
Andrew Kelley
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-19
add compile-error tests for unsupported calling convention
Vexu
2020-11-18
stage1: improve error for missing a number type on a runtime var
pfg
2020-11-18
Change error when runtime value passed to comptime arg
frmdstryr
2020-11-18
stage1: Reject undefined values when taking union ptr
LemonBoy
2020-11-11
ensure TypeInfo payload is not undefined
Vexu
2020-11-05
stage1: Make sure union(enum(T)) is valid
LemonBoy
2020-10-30
remove extra space in .** error message
Travis
2020-10-30
Merge pull request #6858 from travv0/no-star-after-dot-star
Veikka Tuominen
2020-10-29
stage1: Error out when trying to execute `unreachable`
LemonBoy
2020-10-29
updated zig tokenizer to handle .*** and added tests
Travis
2020-10-22
Merge pull request #6744 from LemonBoy/intcast-vec
Andrew Kelley
2020-10-19
stage1: Implement `@intCast` between vectors
LemonBoy
2020-10-17
stage1: Fix type-checking of unary neg for vector types
LemonBoy
2020-10-16
stage1: Expand undefined struct/arrays when indexed
LemonBoy
2020-10-08
stage1: Disallow arrays in function parameters or return types
Tadeo Kondrak
2020-10-07
Merge pull request #6421 from tadeokondrak/opaque-syntax
Andrew Kelley
2020-10-07
stage1: improve error messages for missing `try` statements
pfg
2020-10-06
Update compile error test for field access of opaque type
Tadeo Kondrak
2020-10-06
stage1: disallow fields in opaque types
Tadeo Kondrak
2020-10-06
Update zig files for opaque type syntax
Tadeo Kondrak
2020-10-03
Merge pull request #6427 from tadeokondrak/enums-explicit-tag-type-extern-all...
Alexandros Naskos
2020-10-01
Add test for implicit extern-allowed enum tag type in extern struct
Tadeo Kondrak
2020-10-01
Add tests for enums with explicit extern-allowed tag types in extern types
Tadeo Kondrak
2020-10-01
stage1: Implement @Type for Fn and BoundFn
Tadeo Kondrak
2020-10-01
Update compile error tests for alignment in StructField/UnionField
Tadeo Kondrak
2020-09-30
stage1: Fix @Type(.Enum) with invalid tag_type
Tadeo Kondrak
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-28
stage1: Detect OOB access of vector value
LemonBoy
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-07
@Type for union fixes
Tadeo Kondrak
2020-09-07
Implement @Type for Union
Tadeo Kondrak
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-04
update rest of tests
Vexu
2020-09-04
langref: atomic ops are allowed on pointers
Vexu
2020-09-01
ir: Typecheck the sentinel value in *[N:S1]T to [S2]T casts
LemonBoy
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
[next]