| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-06 | categorize `behavior/bugs/<issueno>.zig` tests | Veikka Tuominen | |
| 2022-12-17 | std.builtin: rename Type.Fn's args to params | r00ster91 | |
| This was a poor naming choice; these are parameters, not arguments. Parameters specify what kind of arguments are expected, whereas the arguments are the actual values passed. | |||
| 2022-12-17 | std.builtin: rename Type.Fn.Param's arg_type to type | r00ster91 | |
| It's the type of a parameter, not an argument, but the prefix is redundant either way. | |||
| 2022-12-06 | remove references to stage1 in behavior tests | Andrew Kelley | |
| Good riddance. | |||
| 2022-09-24 | Sema: avoid using `pointerDecl` when dealing with slices | Veikka Tuominen | |
| Closes #12885 | |||
