aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2020-03-05Allow constant struct val to reallocate its fields when resolving an inferred...Alexandros Naskos
2020-03-04ir: Implement @TypeOf with multiple argumentsLemonBoy
2020-03-04Merge pull request #4573 from alexnask/tuple_concatAndrew Kelley
2020-03-04get_codegen_ptr_type returns possible errorAndrew Kelley
2020-03-03enable f128 test on windowsAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-02Merge branch 'master' of https://github.com/ziglang/zig into tuple_concatAlexandros Naskos
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-03-01revert changes outside std.fmtAndrew Kelley
2020-03-01std: format contents of sentinel terminated many pointersdaurnimator
2020-02-29Merge pull request #4550 from ziglang/os-version-rangesAndrew Kelley
2020-02-29C pointer slices are no longer allowzero (#4462)Alexandros Naskos
2020-02-28fix crash with multiple comptime fn calls and...Andrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-28Added testAlexandros Naskos
2020-02-26ir: Allow empty inferred error setsLemonBoy
2020-02-26add test for `@intToEnum`Vexu
2020-02-26fix `@tagName` on extern and non-exhaustive enumsVexu
2020-02-26Merge pull request #4561 from LemonBoy/fix-4536-1Andrew Kelley
2020-02-26ir: Fix regression with self-referencing containersLemonBoy
2020-02-25fix typo in previous commitAndrew Kelley
2020-02-25add test case to catch regression from previous commitAndrew Kelley
2020-02-25Revert "ir: Fix sizeOf comparison with ptr to zst"Andrew Kelley
2020-02-25ir: Fix array to slice conversion for zero-sized arraysLemonBoy
2020-02-25ir: Various fixes for comptime ptr handlingLemonBoy
2020-02-25ir: Fix sizeOf comparison with ptr to zstLemonBoy
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-25ir: Fix sizeOf comparison with ptr to zstLemonBoy
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-21add regression test for already fixed bugAndrew Kelley
2020-02-18add behavior test for previous commitAndrew Kelley
2020-02-16Implement noasync awaitsAndrew Kelley
2020-02-16zig fmt: support `noasync await`Andrew Kelley
2020-02-16fix taking address of temporary async frameAndrew Kelley
2020-02-14Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-14test: Add test cases for the new capture behaviorLemonBoy
2020-02-13Merge pull request #4442 from fengb/testing-allocator-callsAndrew Kelley
2020-02-13ir: Allow implicit conversion between vector typesLemonBoy
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-02-11ir: Fix erroneous error message for ptr castsLemonBoy
2020-02-11test: Skip the atomic-on-fp test for riscv64LemonBoy
2020-02-10Add cast between [*c]T and ?[*:0]T on fn parameterTimon Kruiper
2020-02-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-09fix defer interfering with return value spillAndrew Kelley
2020-02-08solve previous commit a better wayAndrew Kelley
2020-02-08Revert "properly spill optional payload capture value"Andrew Kelley