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
2017-10-15
fix windows argument parsing
Andrew Kelley
2017-10-06
fix compiler crash when invalid value used
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-09-28
Allow 128-bit hex float literals
Marc Tiehuis
2017-09-17
add test for struct with invalid field
Andrew Kelley
2017-09-10
fix not verifying GlobalLinkage and AtomicOrder types
Andrew Kelley
2017-09-09
more compile errors for non-const variables of things
Andrew Kelley
2017-09-05
add OpaqueType builtin
Andrew Kelley
2017-08-31
setEvalBranchQuota must be called from top of comptime stack
Andrew Kelley
2017-08-31
allow array literals to have size and fix comptime bug
Andrew Kelley
2017-08-30
align syntax: align(4) instead of align 4
Andrew Kelley
2017-08-30
compile error for not-aligned-enough pointer to cmpxchg
Andrew Kelley
2017-08-30
add tests for function alignment handling
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-29
fix tests
Andrew Kelley
2017-08-29
ptrCast gives compile error for increasing alignment
Andrew Kelley
2017-08-29
prevent implicitly increasing pointer alignment
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-19
add compile error for globally shadowing a primitive type
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-08-08
add ptrToInt builtin, remove usize(ptr) cast
Andrew Kelley
2017-08-07
add ability to explicitly cast float to integer
Andrew Kelley
2017-08-07
Correct floating-point literal allowed ranges
Marc Tiehuis
2017-08-05
fix initializing undefined and crash when casting to invalid type
Andrew Kelley
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
[prev]
[next]