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-09-26
sema: load the correct AST in failWithInvalidComptimeFieldStore
John Schmidt
2022-08-22
Sema: check for astgen failures in `semaStructFields`
Veikka Tuominen
2022-08-21
Sema: add note about function call being comptime because of comptime only re...
Veikka Tuominen
2022-07-25
Sema: `analyzeInlineCallArg` needs a block for the arg and the param
Veikka Tuominen
2022-07-15
Compilation: point caret in error message at the main token
Veikka Tuominen
2022-07-12
Compilation: indent multiline error messages properly
r00ster91
2022-04-28
test: migrate stage1 compile error tests to updated test manifest
Jakub Konka
2022-03-31
test harness improvements
Andrew Kelley
2022-03-30
stage2: test compile errors independently
Andrew Kelley
2022-03-29
test harness: include case names for compile errors
Andrew Kelley
2022-03-25
Move existing compile errors to independent files
Cody Tapscott
2022-03-25
Add rudimentary compile error test file support
Cody Tapscott
2022-03-23
stage2: able to slice to sentinel index at comptime
Mitchell Hashimoto
2022-03-21
stage2: out of bounds error for slicing
Mitchell Hashimoto
2022-03-20
add error when binary ops don't have matching whitespace on both sides
Daniel Hooper
2022-03-19
stage1: make type names more unique
Robin Voetter
2022-03-16
stage2: move duplicate error set check to AstGen
Mitchell Hashimoto
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
[next]