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
2020-05-08
add failing test for #4909
Josh Junon
2020-05-05
Merge pull request #5272 from tadeokondrak/noasync-to-nosuspend
Andrew Kelley
2020-05-05
update tests for nosuspend
Tadeo Kondrak
2020-05-04
fix missing compile error on call assigned to const
Vexu
2020-04-28
Merge pull request #5196 from tadeokondrak/@vector-to-@type-vector
Andrew Kelley
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-24
stage1: Prevent the creation of illegal ptr types
LemonBoy
2020-04-23
stage1: fix crash on accessing an array of size zero with runtime index
xackus
2020-04-18
update std lib to decls being disallowed between fields
Vexu
2020-04-18
disallow declarations between container fields
Vexu
2020-04-18
fix typeInfo tests
Vexu
2020-04-17
add error for non-exter variadic functions
Vexu
2020-04-17
fix missing compile errors on builtin cast functions
Vexu
2020-04-14
Shift error message now says "fixed-width integer type" instead of just "inte...
foobles
2020-04-09
add error message for invalid assignment
Vexu
2020-04-08
move array and struct const checks to more appropriate places
Vexu
2020-04-08
fix missing compile error on assign to slice and array parameters
Vexu
2020-04-07
fix broken tests
Vexu
2020-04-07
fix missing const on address of literal
Vexu
2020-04-03
add compiler-error test: coerce
Michael Dusan
2020-04-03
stage1: add compile errors for sentinel slicing
Michael Dusan
2020-04-01
add compile-error test: bitcast
Michael Dusan
2020-04-01
ir: Fix comparison of ?T values
LemonBoy
2020-04-01
Fix some nullptr dereferences on arm-linux-musleabhif
Timon Kruiper
2020-03-31
add compile-error test for #2687
Michael Dusan
2020-03-26
update compile error tests
Andrew Kelley
2020-03-23
Merge pull request #4741 from momumi/master
Andrew Kelley
2020-03-21
ir: Disallow comparison between enum literal and untagged enum
LemonBoy
2020-03-21
Address review comments
LemonBoy
2020-03-19
fix compile error for reading past end of pointer casted array
Andrew Kelley
2020-03-19
test & docs fixups to work with new semantics
Andrew Kelley
2020-03-15
add more test cases for invalid number literals
momumi
2020-03-15
make parsing `0.0_e1` an error
momumi
2020-03-15
allow `_` separators in number literals (stage 1)
momumi
2020-03-12
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley
2020-03-12
support `@atomicRmw` at comptime
Vexu
2020-03-10
use atomic bools in std lib
Vexu
2020-03-10
ir: Implement more safety checks for shl/shr
LemonBoy
2020-03-09
Merge pull request #4590 from xackus/fix-4587
Andrew Kelley
2020-03-09
better error messages and more tests
xackus
2020-03-09
add LemonBoy's test
Vexu
2020-03-09
implement noasync scopes
Vexu
2020-03-08
ir: Create usize result_loc for array subscript expr
LemonBoy
2020-03-08
ir: Prevent crash in compiler error
LemonBoy
2020-03-08
fix failed assert on generic fn opaque return type
xackus
2020-03-08
Fix grammar in error message
daurnimator
2020-03-04
ir: Implement @TypeOf with multiple arguments
LemonBoy
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
[next]