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
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-02-23
tests: disable failing tests
mlugg
2025-02-23
cases: remove old incremental case system
mlugg
2025-02-05
AstGen: improve error for invalid bytes in strings and comments
Will Lillis
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-12-31
cases: update to new compile error wordings
mlugg
2024-08-29
cases: update for new error wording, add coverage for field/decl name conflict
mlugg
2024-07-31
tokenizer: tabs and carriage returns spec conformance
Andrew Kelley
2024-07-31
std.zig.tokenizer: simplify
Andrew Kelley
2024-07-15
Tokenizer bug fixes and improvements
gooncreeper
2024-06-13
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki
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
[next]