| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-16 | Change rb functions to use snakeCase. | Matthew O'Connor | |
| 2018-11-15 | more fixes related to readStruct API | Andrew Kelley | |
| 2018-11-15 | Fixed failure using readStruct and gave async readStruct the same sig | Jimmi HC | |
| 2018-11-15 | Have readStruct in stream return a value instead of taking a pointer | Jimmi HC | |
| 2018-11-15 | Added NullOutStream and CountingOutStream (#1722) | Jimmi Holst Christensen | |
| 2018-11-15 | disable windows test until coroutines rewrite lands | Andrew Kelley | |
| See #1363 | |||
| 2018-11-15 | zig fmt: add --check flag | Andrew Kelley | |
| closes #1558 closes #1555 | |||
| 2018-11-14 | test for readIntBE/LE | Josh Wolfe | |
| 2018-11-14 | io read/write int be/le optimizations | Josh Wolfe | |
| 2018-11-14 | implement mem.writeIntLE, mem.writeIntBE | Josh Wolfe | |
| 2018-11-14 | address port getter | Josh Wolfe | |
| 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-11-08 | made colored output more consistent (#1706) | emekoi | |
| * made colored output more consistent * added os.supportsAnsiEscapeCodes | |||
| 2018-11-07 | std.build.Builder: mutable env_map | Andrew Kelley | |
| 2018-11-03 | os.crypto: support for HmacBlake2s256 variety; | kristopher tate | |
| 2018-11-02 | support building static self hosted compiler on macos | Andrew Kelley | |
| * add a --system-linker-hack command line parameter to work around poor LLD macho code. See #1535 * build.zig correctly handles static as well as dynamic dependencies when building the self hosted compiler. - no more unnecessary libxml2 dependency - a static build on macos produces a completely static self-hosted compiler for macos (except for libSystem as intended). | |||
| 2018-10-31 | cleanups | Andrew Kelley | |
| 2018-10-31 | Merge branch 'add-test-for-atomic-Queue-dump' of ↵ | Andrew Kelley | |
| https://github.com/winksaville/zig into winksaville-add-test-for-atomic-Queue-dump | |||
| 2018-10-27 | fixed comments | emekoi | |
| 2018-10-26 | remove @minValue,@maxValue; add std.math.minInt,maxInt | Andrew Kelley | |
| closes #1466 closes #1476 | |||
| 2018-10-24 | fix "std" not found error in meta/trait | tgschultz | |
| 2018-10-24 | fix error where "std" isn't found in meta/trait | tgschultz | |
| 2018-10-20 | Fixed code still using old ptr syntax | Jimmi Holst Christensen | |
| 2018-10-20 | Specify 16-byte stack alignment in _start on FreeBSD | Greg V | |
| 2018-10-20 | Support more of std on FreeBSD | Greg V | |
| 2018-10-20 | Add /usr/local/lib path for libxml2 and link libc++ on FreeBSD | Greg V | |
| 2018-10-20 | Various fcntl flags are also machine-independent on FreeBSD | Greg V | |
| 2018-10-20 | System call numbers on FreeBSD are machine-independent | Greg V | |
| But e.g. sbrk is only removed in new architectures (aarch64, riscv), so keep it in x86_64 | |||
| 2018-10-20 | Add freebsd to more things | Greg V | |
| 2018-10-20 | Fix os/freebsd files | Greg V | |
| 2018-10-20 | freebsd: Fix argc resolution in _start | Marc Tiehuis | |
| FreeBSD appears to use rdi instead of rsp as in other posix systems. According to some loose documentation, x86 passes values on the stack, so amd64 freebsd may be the only exception. | |||
| 2018-10-20 | Get freebsd std compiling again | Marc Tiehuis | |
| 2018-10-20 | Add initial freebsd stdlib functionality | Marc Tiehuis | |
| Trivial program now compiles with now warnings. | |||
| 2018-10-19 | Ran fmt on last PR | Jimmi Holst Christensen | |
| 2018-10-19 | Add std.meta (#1662) | tgschultz | |
| Implement std.meta | |||
| 2018-10-16 | std.io: fix compile error when InStream has empty error set | Andrew Kelley | |
| 2018-10-15 | fix windows | Andrew Kelley | |
| 2018-10-15 | remove implicit cast from T to *const T | Andrew Kelley | |
| closes #1465 | |||
| 2018-10-15 | Solve the return type ambiguity (#1628) | Jimmi Holst Christensen | |
| Changed container and initializer syntax * <container> { ... } -> <container> . { ... } * <exrp> { ... } -> <expr> . { ...} | |||
| 2018-10-13 | C ABI and compiler rt improvements for ARM | Andrew Kelley | |
| * add __multi3 compiler rt function. See #1290 * compiler rt includes ARM functions for thumb and aarch64 and other sub-arches left out. See #1526 * support C ABI for returning structs on ARM. see #1481 | |||
| 2018-10-11 | Improve time.sleep api | Marc Tiehuis | |
| 2018-10-10 | added math.pow support for integer types. resolves #1637 (#1642) | emekoi | |
| added math.powi for integers; pow now handles ints | |||
| 2018-10-09 | std/special/bootstrap: inline some functions to improve stack traces | Andrew Kelley | |
| 2018-10-09 | support building static libraries | Andrew Kelley | |
| closes #1493 closes #54 | |||
| 2018-10-06 | Merge pull request #1429 from shawnl/arm64 | Andrew Kelley | |
| initial arm64 support | |||
| 2018-10-06 | arm64: respond to code review | Shawn Landden | |
| 2018-10-04 | removed unneeded dll extension | emekoi | |
| 2018-10-03 | better mutex implementation | Andrew Kelley | |
| based on Ulrich Drepper's "Futexes are tricky" paper, Mutex, Take 3 also includes tests | |||
| 2018-10-03 | std.Mutex: implement blocking mutexes on linux | Andrew Kelley | |
| closes #1463 Thanks to Shawn Landden for the original pull request. This commit is based on that code. | |||
| 2018-10-02 | add std.os.linux.vfork and std.os.linux.exit_group | Andrew Kelley | |
