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
2021-10-15
Sat shl neg rhs (#9949)
travisstaloch
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-28
saturating arithmetic supports integers only
Andrew Kelley
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: Adapt compile error test cases to @Type with address spaces
Robin Voetter
2021-09-20
Address Spaces: Pointer and function info in @Type
Robin Voetter
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-28
AstGen: pre-scan all decls in a namespace
Andrew Kelley
2021-08-28
AstGen: allow locals with same name as primitives with `@""` syntax
Andrew Kelley
2021-08-27
declarations may collide with primitives with @"" syntax
Andrew Kelley
2021-08-24
stage1: remove incorrect compile error for var redeclaration
Andrew Kelley
2021-08-23
stage1: `@intToEnum` implicitly does an `@intCast`
Andrew Kelley
2021-07-11
stage2 astgen: error for return outside of function scope
Jacob G-W
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
compile errors test harness: support unknown file/line/column
Andrew Kelley
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-07-02
AstGen: cleanups to pass more compile error test cases
Andrew Kelley
2021-07-02
AstGen: pass more compile error tests
Andrew Kelley
2021-07-02
stage2: improve compile errors from tokenizer
Andrew Kelley
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-07-02
AstGen: introduce 'reachableExpr' function
Andrew Kelley
2021-07-02
AstGen: implement compile error for useless locals
Andrew Kelley
2021-07-02
move "unreachable code" error from stage1 to stage2
Andrew Kelley
2021-06-23
nice error for unsupported async sockets on Windows
Jonathan Marler
2021-06-13
Improve error message when std.fmt.format is missing arguments
Jarred Sumner
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-06-08
stage1: make `@truncate` to an integer type of different sign an error at com...
Matthew Borkowski
2021-05-28
stage1: get test-compile-errors passing again
Andrew Kelley
2021-05-17
update langref, compile-error tests, safety tests
Andrew Kelley
2021-05-08
update usage of std.testing in behavior and standalone tests
Veikka Tuominen
2021-04-25
stage1: Use correct alignment for asyncCall frame
LemonBoy
2021-04-24
stage1: Require a block after suspend
LemonBoy
2021-02-16
Allow async in nosuspend scope
Mathieu Guay-Paquet
2021-02-16
Allow resume in nosuspend scope
Mathieu Guay-Paquet
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-30
stage1: add error for slice.len incr beyond bounds
Michael Dusan
2021-01-11
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2020-12-28
stage1: Prevent crash with some lazy pointer types
LemonBoy
2020-12-25
stage1: validate pointer attributes when coercing anon literals
Vexu
2020-12-21
stage1: add missing error check on inferred struct field ptr
Vexu
2020-12-08
stage1: Validate the specified cc for lazy fn types
LemonBoy
2020-12-03
stage1: compile error for pointer arithmetic on ptr-to-array
Andrew Kelley
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-19
add compile-error tests for unsupported calling convention
Vexu
2020-11-18
stage1: improve error for missing a number type on a runtime var
pfg
[next]