aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/type.zig
AgeCommit message (Expand)Author
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-01x86_64: implement tagNameJacob Young
2023-04-23enable passing testVeikka Tuominen
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2022-12-18std.builtin: remove layout field from Type.Enumr00ster91
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-17std.builtin: rename Type.Fn's args to paramsr00ster91
2022-12-17std.builtin: rename Type.Fn.Param's arg_type to typer00ster91
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-10stage2: sparc64: Implement atomic opsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-12-01Value: fix elemValueAdvanced for optional payloadsVeikka Tuominen
2022-11-02cbe: ignore comptime fields when generating tuple typedefsJacob Young
2022-10-25cbe: fix atomicsJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-09-20Sema: check pointer qualifiers before implicit castVeikka Tuominen
2022-09-12remove pointless discardsAndrew Kelley
2022-08-10disable failing behavior testAndrew Kelley
2022-08-02Sema: fix reify Fn alignment and argsVeikka Tuominen
2022-07-23Sema: bad union field access safetyVeikka Tuominen
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