COMMITS
/ test/compile_errors.zig February 2, 2022
A
stage2: remove anytype fields from the language
Andrew Kelley committed
A
stage1: avoid anytype fields for type info
Andrew Kelley committed
February 1, 2022
A
update behavior tests and compile error tests
Andrew Kelley committed
January 20, 2022
A
stage1: remove the "referenced here" error note
Andrew Kelley committed
December 27, 2021
A
AstGen: fix loop result locations
Andrew Kelley committed
December 19, 2021
I
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund committed
December 9, 2021
A
stage1: fix regression of shift by negative value error
Andrew Kelley committed
December 2, 2021
M
parse.zig: make chained comparison operators a parse error
Matthew Borkowski committed
October 29, 2021
L
allocgate: fix failing tests
Lee Cannon committed
L
allocgate: stage 1 and 2 building
Lee Cannon committed
November 29, 2021
A
AstGen: require binary operations to have reachable operands
Andrew Kelley committed
November 27, 2021
A
stage2: implement `@typeName`
Andrew Kelley committed
November 26, 2021
A
stage1: fix exporting enums
Andrew Kelley committed
November 25, 2021
A
stage2: fix cleanup code for `@import` errors
Andrew Kelley committed
November 24, 2021
A
stage2: add test coverage for `@embedFile` outside package path
Andrew Kelley committed
A
AstGen: use reachableExpr for return operand
Andrew Kelley committed
November 20, 2021
K
stage1: improve packed struct array padding error message
Kirk Scheibelhut committed
October 15, 2021
T
Sat shl neg rhs (#9949)
travisstaloch committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
September 29, 2021
A
saturating arithmetic supports integers only
Andrew Kelley committed
September 24, 2021
J
Spelling corrections (#9833)
Josh Soref committed
September 5, 2021
R
Address Spaces: Yeet address space on function prototypes
Robin Voetter committed
August 30, 2021
R
Address Spaces: Adapt compile error test cases to @Type with address spaces
Robin Voetter committed
R
Address Spaces: Pointer and function info in @Type
Robin Voetter committed
September 1, 2021
A
std.os fixes to get the test suite passing again
Andrew Kelley committed
T
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch committed
August 28, 2021
A
stage2: first pass at implementing usingnamespace
Andrew Kelley committed
A
AstGen: pre-scan all decls in a namespace
Andrew Kelley committed
A
AstGen: allow locals with same name as primitives with `@""` syntax
Andrew Kelley committed
A
declarations may collide with primitives with @"" syntax
Andrew Kelley committed
August 25, 2021
A
stage1: remove incorrect compile error for var redeclaration
Andrew Kelley committed
August 23, 2021
A
stage1: `@intToEnum` implicitly does an `@intCast`
Andrew Kelley committed
July 10, 2021
J
stage2 astgen: error for return outside of function scope
Jacob G-W committed
July 2, 2021
A
stage2: improve AstGen FileNotFound error message
Andrew Kelley committed
A
compile errors test harness: support unknown file/line/column
Andrew Kelley committed
A
tokenizer: clean up invalid token error
Andrew Kelley committed
A
AstGen: cleanups to pass more compile error test cases
Andrew Kelley committed
July 1, 2021
A
AstGen: pass more compile error tests
Andrew Kelley committed
A
stage2: improve compile errors from tokenizer
Andrew Kelley committed
June 30, 2021
A
avoid calling into stage1 backend when AstGen fails
Andrew Kelley committed
June 28, 2021
A
AstGen: introduce 'reachableExpr' function
Andrew Kelley committed
June 26, 2021
A
AstGen: implement compile error for useless locals
Andrew Kelley committed
June 24, 2021
A
move "unreachable code" error from stage1 to stage2
Andrew Kelley committed
June 22, 2021
J
nice error for unsupported async sockets on Windows
Jonathan Marler committed
June 9, 2021
J
Improve error message when std.fmt.format is missing arguments
Jarred Sumner committed
June 10, 2021
E
Renamed @byteOffsetOf to @offsetOf
Exonorid committed
May 29, 2021
M
stage1: make `@truncate` to an integer type of different sign an error at comptime too
Matthew Borkowski committed
May 28, 2021
A
stage1: get test-compile-errors passing again
Andrew Kelley committed
May 17, 2021
A
update langref, compile-error tests, safety tests
Andrew Kelley committed
May 4, 2021
V
update usage of std.testing in behavior and standalone tests
Veikka Tuominen committed