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-05-11
Support signed types as enum tags
LemonBoy
2019-05-10
add test case for previous commit
Andrew Kelley
2019-05-10
stage1: compile error for loop expr val ignored
Michael Dusan
2019-05-10
Fixes and simplifications for stage 1 parser
Jimmi HC
2019-05-09
compile error for attempt to cast enum literal to error
Andrew Kelley
2019-05-08
C pointers support `null`
Andrew Kelley
2019-04-24
`@sizeOf` returns 0 for comptime types
Andrew Kelley
2019-04-07
test/compile_errors.zig: add regression test for ziglang/zig#532 ;
kristopher tate
2019-03-31
added error for implicit cast from *const T to *[1]T. credit: @kristate
emekoi
2019-03-28
stage1: better error message when comparing against null
Shawn Landden
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
add compile error test for invalid enum literal implicit cast
Andrew Kelley
2019-03-24
make switch expressions allow enum literal types
Andrew Kelley
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-03-22
float literals now parse using musl's 128 bit float code
Andrew Kelley
2019-03-23
Fix compile-error test case for large integer type
Marc Tiehuis
2019-03-20
add docs for assembly and fix global assembly parsing
Andrew Kelley
2019-03-16
add regression test for invalid multiple dereferences
Andrew Kelley
2019-03-16
add compile error for wrong type with `use`
Andrew Kelley
2019-03-15
fix while continue block not checking for ignored expression
Andrew Kelley
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-03-01
@typeInfo for structs and opaque types is the bare name
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-26
add test coverage for type used as switch case
Andrew Kelley
2019-02-26
add test coverage for binary OR on error sets
Andrew Kelley
2019-02-25
fix the libc compile error tests to only run on linux
Andrew Kelley
2019-02-25
better error message when forgetting to link against libc
Andrew Kelley
2019-02-25
add a compile error note when C import fails and not linking libc
Andrew Kelley
2019-02-22
implement vector negation
Andrew Kelley
2019-02-21
better handling of arrays in packed structs
Andrew Kelley
2019-02-20
packed structs support comptime bitcasting
Andrew Kelley
2019-02-20
deduplicate compile errors for undeclared identifiers
Andrew Kelley
2019-02-19
Merge branch 'slice-deref-failure' of https://github.com/matthew-mcallister/z...
Andrew Kelley
2019-02-19
Prevent crash in tagged enums rendering (#1986)
LemonBoy
2019-02-18
add test for 74bdc1d1f898705
Andrew Kelley
2019-02-17
Check for duped error messages in compile tests
Matthew McAllister
2019-02-17
Deduplicate compile log statement warnings
Matthew McAllister
2019-02-16
Fix lvalue dereference type checking
Matthew McAllister
2019-02-15
typecheck the panic function
Andrew Kelley
2019-02-15
Merge pull request #1965 from ziglang/c-pointer-type
Andrew Kelley
2019-02-14
translate-c: back to *c_void for opaque types
Andrew Kelley
2019-02-14
allow C pointers to have alignment
Andrew Kelley
2019-02-14
compile error for C pointer with align attribute
Andrew Kelley
2019-02-14
fix implicit cast error unions with non-optional to optional pointer
Andrew Kelley
2019-02-14
add missing compile error for OpaqueType inside structs/unions
Andrew Kelley
2019-02-14
compile error tests for implicit C pointer casting
Andrew Kelley
2019-02-14
remove the "top of the comptime stack" compile error
Andrew Kelley
2019-02-14
comptime detection of casting null to pointer
Andrew Kelley
2019-02-13
Added error for nesting vectors
Jimmi Holst Christensen
[prev]
[next]