| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-25 | mv std/ lib/ | Andrew Kelley | |
| that's all this commit does. further commits will fix cli flags and such. see #2221 | |||
| 2019-09-04 | Add missing clobbers on arm-eabi and arm64 syscall conventions | Robin Voetter | |
| 2019-05-26 | more progress on posix API layer | Andrew Kelley | |
| see #2380 | |||
| 2019-05-16 | std: update linux syscalls to 5.1 | daurnimator | |
| 2019-04-21 | std: add msghdr_const | daurnimator | |
| As `iovec_const` is to `iovec`, `msghdr_const` is to `msghdr` | |||
| 2019-04-21 | std: improve msghdr definition | daurnimator | |
| 2019-03-02 | rename std lib files to new convention | Andrew Kelley | |
| 2018-11-13 | New Zig formal grammar (#1685) | Jimmi Holst Christensen | |
| Reverted #1628 and changed the grammar+parser of the language to not allow certain expr where types are expected | |||
| 2018-10-15 | Solve the return type ambiguity (#1628) | Jimmi Holst Christensen | |
| Changed container and initializer syntax * <container> { ... } -> <container> . { ... } * <exrp> { ... } -> <expr> . { ...} | |||
| 2018-10-06 | arm64: respond to code review | Shawn Landden | |
| 2018-09-08 | fix elf auxv handling | Shawn Landden | |
| Auxillery vectors are not guaranteed to be in any order, this just happens to work on x86_64. | |||
| 2018-09-08 | clone() on arm64 | Shawn Landden | |
| 2018-09-08 | initial arm64 support | Shawn Landden | |
