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
2018-06-21
fix compiler crash for invalid enum
Andrew Kelley
2018-06-19
remove redundant implicit casting code
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-19
remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`
Andrew Kelley
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-18
disallow opaque as a return type of fn type syntax
Andrew Kelley
2018-06-18
fix compiler crash when using @intToFloat with float literal
Andrew Kelley
2018-06-17
update test cases
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-16
allow passing by non-copying value
Andrew Kelley
2018-06-13
disallow implicit casts that break rules for optionals
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-07
fix structs that contain types which require comptime
Andrew Kelley
2018-06-05
add test for not allowing implicit cast from T to [*]const T
Andrew Kelley
2018-06-05
disable deref syntax for unknown length pointers
Andrew Kelley
2018-06-05
disable field access for unknown length pointers
Andrew Kelley
2018-06-05
disallow unknown-length pointer to opaque
Andrew Kelley
2018-06-05
fix crash when evaluating return type has compile error
Andrew Kelley
2018-06-05
Renamed "(int/float literal)" to "comptime_int/float"
Jimmi HC
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-06-02
better compile error for error sets behind nullable
Andrew Kelley
2018-06-01
fix regressions
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-17
all tests passing with postfix deref syntax
Andrew Kelley
2018-05-01
Resolved merge conflict.
Alexandros Naskos
2018-05-01
Added tests.
Alexandros Naskos
2018-04-28
.ReturnType and @ArgType now emits errors on unresolved types
Jimmi Holst Christensen
2018-04-22
add compile error for invalid deref on switch target
Andrew Kelley
2018-04-21
add test case for #936
Andrew Kelley
2018-04-18
support break in suspend blocks
Andrew Kelley
2018-04-18
improve cmpxchg
Andrew Kelley
2018-04-12
inline functions must be stored in const or comptime var
Andrew Kelley
2018-04-11
allow integer and float literals to be passed to var params
Andrew Kelley
2018-03-27
fix crash when compile error in analyzing @panic call
Andrew Kelley
2018-03-21
change async function call syntax
Andrew Kelley
2018-03-14
fix tests broken by previous commit
Andrew Kelley
2018-03-13
Tests for zero-bit field compiler error
Andrea Orru
2018-03-07
add compile error for using @tagName on extern union
Andrew Kelley
2018-03-06
fix missing compile error for returning error from void async function
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-06
fix broken tests from previous commit
Andrew Kelley
2018-03-06
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-02-28
fix assert on self-referencing function ptr field
Ben Noordhuis
2018-02-16
ability to slice an undefined pointer at compile time if the len is 0
Andrew Kelley
2018-02-14
fix sometimes not type checking function parameters
Andrew Kelley
2018-02-09
fix compiler crash switching on global error with no else
Andrew Kelley
[next]