aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2020-05-08add failing test for #4909Josh Junon
2020-05-05Merge pull request #5272 from tadeokondrak/noasync-to-nosuspendAndrew Kelley
2020-05-05update tests for nosuspendTadeo Kondrak
2020-05-04fix missing compile error on call assigned to constVexu
2020-04-28Merge pull request #5196 from tadeokondrak/@vector-to-@type-vectorAndrew Kelley
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-24stage1: Prevent the creation of illegal ptr typesLemonBoy
2020-04-23stage1: fix crash on accessing an array of size zero with runtime indexxackus
2020-04-18update std lib to decls being disallowed between fieldsVexu
2020-04-18disallow declarations between container fieldsVexu
2020-04-18fix typeInfo testsVexu
2020-04-17add error for non-exter variadic functionsVexu
2020-04-17fix missing compile errors on builtin cast functionsVexu
2020-04-14Shift error message now says "fixed-width integer type" instead of just "inte...foobles
2020-04-09add error message for invalid assignmentVexu
2020-04-08move array and struct const checks to more appropriate placesVexu
2020-04-08fix missing compile error on assign to slice and array parametersVexu
2020-04-07fix broken testsVexu
2020-04-07fix missing const on address of literalVexu
2020-04-03add compiler-error test: coerceMichael Dusan
2020-04-03stage1: add compile errors for sentinel slicingMichael Dusan
2020-04-01add compile-error test: bitcastMichael Dusan
2020-04-01ir: Fix comparison of ?T valuesLemonBoy
2020-04-01Fix some nullptr dereferences on arm-linux-musleabhifTimon Kruiper
2020-03-31add compile-error test for #2687Michael Dusan
2020-03-26update compile error testsAndrew Kelley
2020-03-23Merge pull request #4741 from momumi/masterAndrew Kelley
2020-03-21ir: Disallow comparison between enum literal and untagged enumLemonBoy
2020-03-21Address review commentsLemonBoy
2020-03-19fix compile error for reading past end of pointer casted arrayAndrew Kelley
2020-03-19test & docs fixups to work with new semanticsAndrew Kelley
2020-03-15add more test cases for invalid number literalsmomumi
2020-03-15make parsing `0.0_e1` an errormomumi
2020-03-15allow `_` separators in number literals (stage 1)momumi
2020-03-12Merge pull request #4707 from Vexu/small-atomicsAndrew Kelley
2020-03-12support `@atomicRmw` at comptimeVexu
2020-03-10use atomic bools in std libVexu
2020-03-10ir: Implement more safety checks for shl/shrLemonBoy
2020-03-09Merge pull request #4590 from xackus/fix-4587Andrew Kelley
2020-03-09better error messages and more testsxackus
2020-03-09add LemonBoy's testVexu
2020-03-09implement noasync scopesVexu
2020-03-08ir: Create usize result_loc for array subscript exprLemonBoy
2020-03-08ir: Prevent crash in compiler errorLemonBoy
2020-03-08fix failed assert on generic fn opaque return typexackus
2020-03-08Fix grammar in error messagedaurnimator
2020-03-04ir: Implement @TypeOf with multiple argumentsLemonBoy
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley