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
Group-Canceled
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
groupAwait
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
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-03
compileError builtin includes "referenced by" notes
Andrew Kelley
2017-05-26
fix segfault with array of generic functions
Andrew Kelley
2017-05-25
fix segfault with array of variadic functions
Andrew Kelley
2017-05-21
add compile error for goto leaving defer expression
Andrew Kelley
2017-05-21
add error for break/continue exiting defer expression
Andrew Kelley
2017-05-21
fix compiler crash when indexing types
Andrew Kelley
2017-05-20
add setFloatMode builtin and std.math.floor
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-16
add compile error for compile-time integer cast truncating bits
Andrew Kelley
2017-05-14
add compile error for comptime division by zero
Andrew Kelley
2017-05-10
add compile error for casting negative value to...
Andrew Kelley
2017-05-07
detect duplicate switch value even when else prong present
Andrew Kelley
2017-05-07
switch expression - add compile errors
Andrew Kelley
2017-05-06
allow division and remainder operators sometimes
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-04
add compile error when unable to inline a function
Andrew Kelley
2017-05-04
implement while for nullables and error unions
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-05-03
add compile error for shadowing variable
Andrew Kelley
2017-05-03
zig build: cache_root is relative to build_root
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-27
phi instruction retains stack ptr hint
Andrew Kelley
2017-04-27
add compile error for returning local variable address
Andrew Kelley
2017-04-23
defer requires expr to be void. closes #341
Josh Wolfe
2017-04-23
fix check-statement-is-void. add tests
Josh Wolfe
2017-04-23
blocks check that their statements are void
Josh Wolfe
2017-04-23
remove redundant unreachable code error
Josh Wolfe
2017-04-22
new compile errors for setGlobalAlign and setGlobalSection builtins
Andrew Kelley
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-20
add compile error tests for offsetOf builtin
Andrew Kelley
2017-04-19
convert assemble and link tests to zig build system
Andrew Kelley
2017-04-19
convert std lib tests to zig build system
Andrew Kelley
[prev]