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
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-02-23
stage1: rename TypeInfo.FnArg to Fn.Param
Veikka Tuominen
2022-02-19
parser: fix "previous field here" pointing to wrong field
Veikka Tuominen
2022-02-17
parser: add notes to decl_between_fields error
Veikka Tuominen
2022-02-17
parser: add error for missing colon before continue expr
Veikka Tuominen
2022-02-17
stage1: improve error message when casting tuples
Veikka Tuominen
2022-02-17
parser: make some errors point to end of previous token
Veikka Tuominen
2022-02-13
update compile error tests
Veikka Tuominen
2022-02-09
stage 1: improve error message if error union is cast to payload (#10770)
Sebsatian Keller
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
2022-02-01
stage1: avoid anytype fields for type info
Andrew Kelley
2022-01-31
update behavior tests and compile error tests
Andrew Kelley
2022-01-20
stage1: remove the "referenced here" error note
Andrew Kelley
2021-12-27
AstGen: fix loop result locations
Andrew Kelley
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-08
stage1: fix regression of shift by negative value error
Andrew Kelley
2021-12-02
parse.zig: make chained comparison operators a parse error
Matthew Borkowski
2021-11-30
allocgate: fix failing tests
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-29
AstGen: require binary operations to have reachable operands
Andrew Kelley
2021-11-27
stage2: implement `@typeName`
Andrew Kelley
2021-11-25
stage1: fix exporting enums
Andrew Kelley
2021-11-24
stage2: fix cleanup code for `@import` errors
Andrew Kelley
2021-11-24
stage2: add test coverage for `@embedFile` outside package path
Andrew Kelley
2021-11-24
AstGen: use reachableExpr for return operand
Andrew Kelley
2021-11-22
stage1: improve packed struct array padding error message
Kirk Scheibelhut
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
[next]