aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
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-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
2020-02-27ir: Robust checking for init expr typeLemonBoy
2020-02-26ir: Allow empty inferred error setsLemonBoy
2020-02-26fix `@tagName` on extern and non-exhaustive enumsVexu
2020-02-25ir: Various fixes for comptime ptr handlingLemonBoy
2020-02-25remove `@IntType` and `@ArgType` (mostly) from the compilerVexu
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-23remove @bytesToSlice, @sliceToBytes from tests, docsxackus
2020-02-20fix zig build, ABI ABI, and update tests to new Target layoutAndrew Kelley
2020-02-20Merge remote-tracking branch 'origin/master' into sub-architecture-annihilationAndrew Kelley
2020-02-20support -mcpu=baseline, both in stage1 and stage2Andrew Kelley
2020-02-20ir: Compile error on result_loc type mismatch w/ slicingLemonBoy
2020-02-19consistent capitalization of error messageAndrew Kelley
2020-02-18update new test case to take into account lazy `@typeInfo`Andrew Kelley
2020-02-18stage1: Make the parser reject extern fn with bodyLemonBoy
2020-02-18Merge pull request #4474 from LemonBoy/saukerkrautAndrew Kelley
2020-02-18Makes the declaration slice resolve lazely when using `@typeInfo`Timon Kruiper
2020-02-16ir: Avoid invalidating the decl_table iteratorLemonBoy
2020-02-16ir: Prevent crash when indexing undefined ptr to arrayLemonBoy
2020-02-10fix compiler assertion when duplicating fields...Andrew Kelley
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-09avoid conflict with master branchAndrew Kelley
2020-02-09allow local variable address detection to regressAndrew Kelley
2020-02-09fix not checking type of return pointerAndrew Kelley
2020-02-05Fix edge case in cast between fn with varargsLemonBoy
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-28fix more compile error test regressionsAndrew Kelley
2020-01-27Merge branch 'fx-4274' of https://github.com/LemonBoy/zig into LemonBoy-fix-4274Andrew Kelley