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
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-10-08
give modules friendly names for error reporting
Andrew Kelley
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-08-10
cases: modify error wording to match new errors
mlugg
2023-08-09
Sema: use the correct decl for generic argument source locations
Jacob Young
2023-03-20
Port some stage1 test cases to stage2
mlugg
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-02-21
Add test coverage for some module structures
mlugg
2023-02-19
Correctly handle carriage return characters according to the spec (#12661)
Tom Read Cutting
2022-11-23
add tests for tuple declarations
Veikka Tuominen
2022-10-28
Sema: further enhance explanation of why expr is evaluated at comptime
Veikka Tuominen
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-10-05
fix(text): hyphenation and other fixes
r00ster91
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
[next]