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-07-23
add error for function with ccc indirectly calling async function
Andrew Kelley
2019-07-19
fix usingnamespace
Andrew Kelley
2019-07-16
cleanups
Andrew Kelley
2019-07-16
Merge branch 'main-return-!u8' of https://github.com/SamTebbs33/zig into SamT...
Andrew Kelley
2019-07-04
Unicode escapes: stage1 tokenizer and behavior tests
hryx
2019-07-04
Support returning !u8 from main
SamTebbs33
2019-07-04
improve the error message and test coverage
Andrew Kelley
2019-07-03
Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107
Andrew Kelley
2019-07-03
added tests for #1107 and a note in the reference
emekoi
2019-07-02
add missing compile error for comptime continue inside runtime catch
Andrew Kelley
2019-07-02
fixups
Andrew Kelley
2019-06-27
compile error for using slice as array init expr type
Andrew Kelley
2019-06-25
all compile error tests passing
Andrew Kelley
2019-06-25
fix several compile error test regressions
Andrew Kelley
2019-06-14
fix `@export` for arrays and allow sections on extern variables
Andrew Kelley
2019-06-10
Add check for null body in if, for and while
SamTebbs33
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-30
default struct field initialization expressions
Andrew Kelley
2019-05-29
`use` works on unions and enums in addition to structs
Andrew Kelley
2019-05-28
no "use of undeclared identifer" in dead comptime branches
Andrew Kelley
2019-05-28
Reject undefined as type
LemonBoy
2019-05-26
introduce @hasDecl builtin function
Andrew Kelley
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-05-14
slice types no longer have field access
Andrew Kelley
2019-05-11
Change the enum value allocation strategy
LemonBoy
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
[prev]
[next]