| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-06 | categorize `behavior/bugs/<issueno>.zig` tests | Veikka Tuominen | |
| 2023-06-13 | all: replace `comptime try` with `try comptime` | Eric Joldasov | |
| Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> | |||
| 2023-05-11 | setup spirv backend in behavior tests | Ali Chraghi | |
| 2022-12-10 | stage2: sparc64: Skip unimplemented tests | Koakuma | |
| 2022-10-25 | c: hacks to fix incompatible redeclaration of library function warnings | Jacob Young | |
| 2022-09-20 | Sema: check pointer qualifiers before implicit cast | Veikka Tuominen | |
| Closes #12881 | |||
| 2022-03-26 | wasm: Enable passing tests | Luuk de Gram | |
| 2022-03-08 | stage2 ARM: implement ret_load | joachimschmidt557 | |
| 2022-02-26 | stage2: do not require function when evaluating typeOf | Veikka Tuominen | |
| We only care about the instructions type; it will never actually be codegen'd. | |||
| 2021-06-21 | fix code broken from previous commit | Jacob G-W | |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley | |
| Conflicts: * doc/langref.html.in * lib/std/enums.zig * lib/std/fmt.zig * lib/std/hash/auto_hash.zig * lib/std/math.zig * lib/std/mem.zig * lib/std/meta.zig * test/behavior/alignof.zig * test/behavior/bitcast.zig * test/behavior/bugs/1421.zig * test/behavior/cast.zig * test/behavior/ptrcast.zig * test/behavior/type_info.zig * test/behavior/vector.zig Master branch added `try` to a bunch of testing function calls, and some lines also had changed how to refer to the native architecture and other `@import("builtin")` stuff. | |||
| 2021-04-29 | move behavior tests from test/stage1/ to test/ | Andrew Kelley | |
| And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted. | |||
