aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/type.zig
AgeCommit message (Expand)Author
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2022-03-25Sema: ensure error_set_merged is sortedVeikka Tuominen
2022-03-23wasm: Enable all passing testsLuuk de Gram
2022-03-16stage2 ARM: implement addwrap, subwrap, mulwrapjoachimschmidt557
2022-03-14Sema: fix shl_sat with comptime rhsAndrew Kelley
2022-03-14stage2: reify unionsMitchell Hashimoto
2022-03-14stage2: reify structs and tuples (#11144)Mitchell Hashimoto
2022-03-12stage2: reify opaque {}Mitchell Hashimoto
2022-03-11stage2: zirReify for enumsMitchell Hashimoto
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-03-03stage2: reify error setsMitchell Hashimoto
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-02-27stage2: Implement `@Type` for Array, Optional, Float, and ErrorUnionCody Tapscott
2022-02-12organize behavior testsAndrew Kelley
2022-01-03stage2: move some more testsRobin Voetter
2021-12-29compiler_rt: move more functions to the stage2 sectionAndrew Kelley
2021-09-20Address Spaces: Pointer and function info in @TypeRobin Voetter
2021-06-21cleanups related to unused paramsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-06-10zig fmtAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley