| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-09 | Fix operator precedence documentation | Martin Wickham | |
| 2020-12-09 | langref: Update setEvalBranchQuota prototype | LemonBoy | |
| 2020-11-22 | update grammar in langref | Vexu | |
| 2020-11-19 | Update code to not use unsupported calling conventions for target | Tadeo Kondrak | |
| 2020-11-18 | std: make meta.IntType a compile error | xackus | |
| the function signature changed also update langref | |||
| 2020-11-11 | Fix backticked code in langref | Jonas Carpay | |
| 2020-11-09 | Fix reduce documentation | data-man | |
| 2020-11-09 | langref: add 0.7.0 link | Andrew Kelley | |
| 2020-11-01 | langref tidy html fixup | Andrew Kelley | |
| 2020-11-01 | docs: Add @reduce documentation | LemonBoy | |
| 2020-10-30 | Merge pull request #6858 from travv0/no-star-after-dot-star | Veikka Tuominen | |
| don't allow a token starting with an asterisk directly following .* | |||
| 2020-10-29 | stage1: Error out when trying to execute `unreachable` | LemonBoy | |
| Closes #6802 | |||
| 2020-10-29 | add missing Invalid_periodasterisks case in docgen | Travis | |
| 2020-10-29 | Changed macosx to macos in support os to better relfect the output of zig ↵ | = | |
| targets | |||
| 2020-10-22 | Use std.testing.expect in language reference samples | Paul Espinosa | |
| In this commit, the code samples in the language reference have been changed to use `std.testing.expect` rather than `std.debug.assert` when they are written in `test` code. This will teach Zig learners best practices when they write their own test code. Not all uses of `std.debug.assert` have been replaced. There are examples where using `assert` fits the context of the sample. Using `std.debug.assert` in test code can lead to errors if running tests in ReleaseFast mode. In ReleaseFast mode, the `unreachable` in `assert` is undefined behavior. It is possible that `assert` always causes `zig test` to pass thus possibly leading to incorrect test code outcomes. The goal is to prevent incorrect code from passing test cases. Closes #5836 | |||
| 2020-10-22 | Merge pull request #6744 from LemonBoy/intcast-vec | Andrew Kelley | |
| stage1: Implement `@intCast` between vectors | |||
| 2020-10-20 | langref: fix equations | Rocknest | |
| 2020-10-20 | Update langref errors | LemonBoy | |
| 2020-10-19 | Update Documentation to use -O instead | Nathan Bourgeois | |
| 2020-10-16 | langref cleanups | Andrew Kelley | |
| * move the opaque section to after struct, enum, union, and add hyperlinks * improve the introduction of the zig build system. don't link to the wiki. * update to the latest zig init-exe example code * rename headers to avoid redundant words such as "zig" * simplify example code | |||
| 2020-10-16 | Add some basic examples for the Zig Build System. | Nathan Michaels | |
| 2020-10-15 | docs: snake_case enums/unions in langref examples | Isaac Freund | |
| This follows the accepted change to the style guide: https://github.com/ziglang/zig/issues/2101 | |||
| 2020-10-10 | Update WASI preopens doc section to use GPA | Jakub Konka | |
| Signed-off-by: Jakub Konka <kubkon@jakubkonka.com> | |||
| 2020-10-06 | langref: update for opaque {} syntax | Tadeo Kondrak | |
| 2020-10-06 | Add opaque type syntax | Tadeo Kondrak | |
| 2020-09-29 | Merge remote-tracking branch 'origin/master' into stage2-zig-cc | Andrew Kelley | |
| 2020-09-29 | langref: use general purpose allocator in the wasi example | Andrew Kelley | |
| 2020-09-26 | fix another round of regressions in this branch | Andrew Kelley | |
| * std.log: still print error messages in ReleaseSmall builds. - when start code gets an error code from main, it uses std.log.err to report the error. this resulted in a test failure because ReleaseSmall wasn't printing `error: TheErrorCode` when an error was returned from main. But that seems like it should keep working. So I changed the std.log defaults. I plan to follow this up with a proposal to change the names of and reduce the quantity of the log levels. * warning emitted when using -femit-h when using stage1 backend; fatal log message when using -femit-h with self-hosted backend (because the feature is not yet available) * fix double `test-cli` build steps in zig's build.zig * update docgen to use new CLI * translate-c uses `-x c` and generates a temporary basename with a `.h` extension. Otherwise clang reports an error. * --show-builtin implies -fno-emit-bin * restore the compile error for using an extern "c" function without putting -lc on the build line. we have to know about the libc dependency up front. * Fix ReleaseFast and ReleaseSmall getting swapped when passing the value to the stage1 backend. * correct the zig0 CLI usage text. * update test harness code to the new CLI. | |||
| 2020-09-24 | Fix typo in documentation | Ogromny | |
| 2020-09-24 | docs: update implementation status for @Type() | Isaac Freund | |
| 2020-09-21 | Merge remote-tracking branch 'origin/master' into stage2-zig-cc | Andrew Kelley | |
| 2020-09-15 | Fix a typo. | Nathan Michaels | |
| 2020-09-15 | update the zen of zig | Andrew Kelley | |
| 2020-09-05 | Merge pull request #6246 from Vexu/field | Veikka Tuominen | |
| Remove deprecated fields on `type` | |||
| 2020-09-04 | update rest of tests | Vexu | |
| 2020-09-04 | langref: atomic ops are allowed on pointers | Vexu | |
| Closes #6217 | |||
| 2020-08-31 | zen of zig: reword the last one a little bit | Andrew Kelley | |
| 2020-08-24 | Add "table-wrapper" div | extrasharp | |
| 2020-08-24 | Make changes | extrasharp | |
| 2020-08-24 | Add Keyword Reference section | extrasharp | |
| 2020-08-17 | Merge pull request #6046 from heidezomp/std-log-scoped-part2 | Andrew Kelley | |
| std.log: (breaking) remove scope parameter from logging functions | |||
| 2020-08-14 | langref: fix html error | Andrew Kelley | |
| thanks tidy | |||
| 2020-08-13 | langref: explain why comptime_float cannot be divided by comptime_int | Maks S | |
| Co-authored-by: Andrew Kelley <andrew@ziglang.org> Co-authored-by: Veikka Tuominen <git@vexu.eu> | |||
| 2020-08-13 | std.log: update documentation and example for scoped logging | heidezomp | |
| 2020-08-12 | docs: Fix reference to General Purpose Allocator | Josias | |
| 2020-08-08 | std lib general purpose allocator: disable stack tracing on mips | Andrew Kelley | |
| Sadly, trying to collect stack frames goes into an infinite loop on mips. This sets the default number of stack frames to collect to 0 on mips. | |||
| 2020-08-08 | update langref in light of new general purpose allocator | Andrew Kelley | |
| 2020-07-27 | Add meta viewport to fix mobile rendering, add missing <code> block | Ashok Gautham | |
| Co-authored-by: Vexu <git@vexu.eu> | |||
| 2020-07-16 | Vectors clarification in docs | data-man | |
| 2020-07-13 | Document top-level doc comments, per #2288. | Nathan Michaels | |
