aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
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
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-30Merge pull request #3683 from Vexu/atomic-floatAndrew Kelley
2019-12-30fix comparing comptime_int against undefined literalAndrew Kelley
2019-12-30Fix ptrCast of zero-sized typeLemonBoy
2019-12-23add zig llvm wrapper for atomicrmwVexu
2019-12-23support some atomic operations with floatsVexu
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-16allow comparison of any numeric typesAndrew Kelley
2019-12-15improve extern enumVexu
2019-12-15Make sure the address is aligned for intToPtr opsLemonBoy
2019-12-12fix dot init parsingVexu