aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
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
2020-01-23More error checking for unresolved TLDsLemonBoy
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-16correct field countVexu
2020-01-15add non-exhaustive enum to langrefVexu
2020-01-15require size for non-exhaustive enumsVexu
2020-01-15update tests and translate-cVexu
2020-01-14Make sure @export symbol name is not emptyLemonBoy
2020-01-13Validate switch range endpointsLemonBoy
2020-01-13Fix compiler-error regressionLemonBoy
2020-01-12Fix @call being too eager to resolve the fn argumentLemonBoy
2020-01-12Propagate errors in for loop bodiesLemonBoy
2020-01-09New @export() handlingLemonBoy
2020-01-07Fix crash in struct initializer evaluationLemonBoy
2020-01-06add test case for already fixed bugAndrew Kelley
2020-01-06Prevent bitCast to enum typesLemonBoy
2020-01-06fix test suite regressionsAndrew Kelley