| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-11 | all tests passing | Andrew Kelley | |
| 2019-08-03 | Merge remote-tracking branch 'origin/master' into llvm9 | Andrew Kelley | |
| 2019-08-02 | docs: add atomicrmw operations list | Andrew Kelley | |
| 2019-07-20 | docs: don't try to run the undefined behavior example test | Andrew Kelley | |
| 2019-07-19 | slightly simpler implementation | Andrew Kelley | |
| 2019-07-19 | Docgen invalid for && | Benjamin Feng | |
| 2019-07-16 | organize the docs and some rewording | Andrew Kelley | |
| 2019-07-16 | Add multidimensional array example | JohnathanFL | |
| 2019-07-16 | fix documentation regarding mixing object files | Andrew Kelley | |
| closes #2905 | |||
| 2019-07-11 | doc clarify struct size and ABI-alignment | Michael Dusan | |
| 2019-07-06 | Remove reference to Keyword_anyerror in docgen | hryx | |
| 2019-07-06 | Make anyerror not a keyword | hryx | |
| 2019-07-06 | Merge pull request #2823 from hryx/unicode-escape | Andrew Kelley | |
| Unicode escapes: support u{N...} | |||
| 2019-07-05 | docs: mention `@unionInit` in the union section | Andrew Kelley | |
| 2019-07-04 | Unicode escapes: documentation and grammar | hryx | |
| 2019-07-04 | improve the error message and test coverage | Andrew Kelley | |
| 2019-07-03 | Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107 | Andrew Kelley | |
| 2019-07-03 | add docs for enum literals | Andrew Kelley | |
| closes #683 | |||
| 2019-07-03 | added tests for #1107 and a note in the reference | emekoi | |
| 2019-07-03 | update `@unionInit` to integrate with result location semantics | Andrew Kelley | |
| 2019-07-02 | fixups | Andrew Kelley | |
| 2019-07-02 | Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-field | Andrew Kelley | |
| 2019-07-02 | docs: mention the standard library documentation | Andrew Kelley | |
| also mention the FAQ in the README. also link to the other documentation versions. | |||
| 2019-06-29 | fix syntax highlighting | emekoi | |
| 2019-06-26 | Merge remote-tracking branch 'origin/master' into copy-elision-3 | Andrew Kelley | |
| 2019-06-26 | all tests passing on linux | Andrew Kelley | |
| 2019-06-23 | Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2 | Andrew Kelley | |
| 2019-06-22 | stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc ↵ | Shawn Landden | |
| @round and expand @sqrt This revealed that the accuracy of ln is not as good as the current algorithm in musl and glibc, and should be ported again. v2: actually include tests v3: fix reversal of in and out arguments on f128M_sqrt() add test for @sqrt on comptime_float do not include @nearbyInt() until it works on all targets. | |||
| 2019-06-22 | heap: make one global instance of DirectAllocator | Sahnvour | |
| it is now stateless, so the de/init are not necessary anymore | |||
| 2019-06-22 | Update langref.html.in | Gray Olson | |
| 2019-06-19 | stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ↵ | Shawn Landden | |
| floats Not all of the softfloat library is being built.... Vector support is very buggy at the moment, but should work when the bugs are fixed. (as I had the same code working with another vector function, that hasn't been merged yet). | |||
| 2019-06-18 | fix tiny typo in langref.html.in | Boris | |
| 2019-06-14 | fix `@export` for arrays not respecting the symbol name | Andrew Kelley | |
| Previously, the symbol name parameter of `@export` would be ignored for variables, and the variable name would be used for the symbol name. Now it works as expected. See #2679 | |||
| 2019-06-11 | Update langref.html.in | Nicholas Walton | |
| Missing an "it" | |||
| 2019-06-09 | different array literal syntax when inferring the size | Andrew Kelley | |
| old syntax: []i32{1, 2, 3} new syntax: [_]i32{1, 2, 3} closes #1797 | |||
| 2019-06-09 | grammar | markfirmware | |
| 2019-06-08 | docs: update for else example | Jonathan Pentecost | |
| Updates: #2614 | |||
| 2019-06-08 | docs: add comment about for else and break | Shritesh Bhattarai | |
| 2019-05-31 | doc: recommend optional pointers for nullptrs instead of allowzero | Shritesh Bhattarai | |
| 2019-05-30 | default struct field initialization expressions | Andrew Kelley | |
| closes #485 | |||
| 2019-05-29 | std.meta/trait: def/definition => decl/declaration | tgschultz | |
| TypeInfo: defs/Definition => decls/Declarations | |||
| 2019-05-29 | change `use` to `usingnamespace` | Andrew Kelley | |
| See #2014 `use` syntax is still accepted for now. `zig fmt` automatically updates code. After a release cycle the old syntax will be removed. | |||
| 2019-05-27 | Merge pull request #2523 from shritesh/wasmdoc | Andrew Kelley | |
| docs: wasm | |||
| 2019-05-27 | fix debug builds of WASI | Andrew Kelley | |
| 2019-05-27 | std lib fixes for zig build on windows | Andrew Kelley | |
| 2019-05-27 | allow const to be passed to @hasField() | Shawn Landden | |
| Actually include the tests I wrote | |||
| 2019-05-26 | tests passing on linux | Andrew Kelley | |
| 2019-05-26 | clean up references to os | Andrew Kelley | |
| 2019-05-26 | more progress on posix API layer | Andrew Kelley | |
| see #2380 | |||
| 2019-05-26 | extract posix functions from std/os.zig to std/os/posix.zig | Andrew Kelley | |
| See #2380 | |||
