COMMITS
/ test/compile_errors.zig May 4, 2025
M
compiler: refactor `Zcu.File` and path representation
mlugg committed
February 20, 2025
M
tests: disable failing tests
mlugg committed
February 5, 2025
M
cases: remove old incremental case system
mlugg committed
W
AstGen: improve error for invalid bytes in strings and comments
Will Lillis committed
January 5, 2025
M
Sema: rewrite semantic analysis of function calls
mlugg committed
December 30, 2024
M
cases: update to new compile error wordings
mlugg committed
August 28, 2024
July 31, 2024
A
tokenizer: tabs and carriage returns spec conformance
Andrew Kelley committed
A
std.zig.tokenizer: simplify
Andrew Kelley committed
July 9, 2024
G
Tokenizer bug fixes and improvements
gooncreeper committed
June 13, 2024
K
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki committed
December 3, 2023
A
zig build system: change target, compilation, and module APIs
Andrew Kelley committed
October 9, 2023
A
give modules friendly names for error reporting
Andrew Kelley committed
September 18, 2023
August 5, 2023
M
cases: modify error wording to match new errors
mlugg committed
August 9, 2023
J
Sema: use the correct decl for generic argument source locations
Jacob Young committed
March 17, 2023
M
Port some stage1 test cases to stage2
mlugg committed
March 10, 2023
A
re-enable test-cases and get them all passing
Andrew Kelley committed
February 18, 2023
M
Add test coverage for some module structures
mlugg committed
February 19, 2023
T
Correctly handle carriage return characters according to the spec (#12661)
Tom Read Cutting committed
November 22, 2022
V
add tests for tuple declarations
Veikka Tuominen committed
October 27, 2022
V
Sema: further enhance explanation of why expr is evaluated at comptime
Veikka Tuominen committed
October 5, 2022
R
fix(text): hyphenate "comptime" adjectives
r00ster91 committed
October 3, 2022
R
fix(text): hyphenation and other fixes
r00ster91 committed
September 24, 2022
J
sema: load the correct AST in failWithInvalidComptimeFieldStore
John Schmidt committed
August 21, 2022
V
Sema: check for astgen failures in `semaStructFields`
Veikka Tuominen committed
August 19, 2022
V
Sema: add note about function call being comptime because of comptime only return type
Veikka Tuominen committed
July 25, 2022
V
Sema: `analyzeInlineCallArg` needs a block for the arg and the param
Veikka Tuominen committed
July 15, 2022
V
Compilation: point caret in error message at the main token
Veikka Tuominen committed
July 11, 2022
R
Compilation: indent multiline error messages properly
r00ster91 committed
April 28, 2022
J
test: migrate stage1 compile error tests to updated test manifest
Jakub Konka committed
March 31, 2022
A
test harness improvements
Andrew Kelley committed
March 30, 2022
A
stage2: test compile errors independently
Andrew Kelley committed
March 29, 2022
A
test harness: include case names for compile errors
Andrew Kelley committed
March 24, 2022
C
Move existing compile errors to independent files
Cody Tapscott committed
C
Add rudimentary compile error test file support
Cody Tapscott committed
March 23, 2022
M
stage2: able to slice to sentinel index at comptime
Mitchell Hashimoto committed
March 21, 2022
M
stage2: out of bounds error for slicing
Mitchell Hashimoto committed
March 20, 2022
D
add error when binary ops don't have matching whitespace on both sides
Daniel Hooper committed
March 19, 2022
R
stage1: make type names more unique
Robin Voetter committed
March 15, 2022
M
stage2: move duplicate error set check to AstGen
Mitchell Hashimoto committed
February 1, 2022
J
deprecated TypeInfo in favor of Type
Jonathan Marler committed
February 22, 2022
V
stage1: rename TypeInfo.FnArg to Fn.Param
Veikka Tuominen committed
February 19, 2022
V
parser: fix "previous field here" pointing to wrong field
Veikka Tuominen committed
February 17, 2022
V
parser: add notes to decl_between_fields error
Veikka Tuominen committed
V
parser: add error for missing colon before continue expr
Veikka Tuominen committed
V
stage1: improve error message when casting tuples
Veikka Tuominen committed
February 16, 2022
V
parser: make some errors point to end of previous token
Veikka Tuominen committed
February 13, 2022
V
update compile error tests
Veikka Tuominen committed
February 10, 2022
S
stage 1: improve error message if error union is cast to payload (#10770)
Sebsatian Keller committed