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-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
2019-02-12
C pointers: errors for nested pointer casting regarding null
Andrew Kelley
2019-02-12
compile error test for casting integer to c pointer
Andrew Kelley
2019-02-12
disallow C pointers to non-C-ABI-compatible element types
Andrew Kelley
2019-02-09
`@truncate`: comptime 0 when target type is 0 bits
Andrew Kelley
2019-02-08
fix compiler assertion failure when returning value from test
Andrew Kelley
2019-02-06
thread local storage working for linux x86_64
Andrew Kelley
2019-02-01
Fix runtime assignment to comptime aggregate field
Matthew McAllister
2019-02-01
add compile errror for @bitCast when bit counts mismatch
Andrew Kelley
2019-01-30
fix test after merging ad8381e0d2936f
Andrew Kelley
2019-01-30
Move tokenizer error location to offending char
Matthew McAllister
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-29
simpler implementation of `&&` and `||` hints
Andrew Kelley
2019-01-25
Hint at use of and/or when &&/|| is improperly used (#1886)
kristopher tate
2019-01-20
add test case for previous commit
Andrew Kelley
2018-12-27
Test cases for compiler error and working behavior for switching on booleans
alexander
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-05
implement compile error note for function parameter type mismatch
Andrew Kelley
2018-11-19
Crash fixes and small improvements to inline asm. (#1756)
Sahnvour
2018-11-19
improve error message when wrong type returned
Andrew Kelley
2018-11-18
all numbers with comptime known values implicitly cast
Andrew Kelley
2018-11-17
rename `section` keyword to `linksection`
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
[prev]
[next]