| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-13 | doc/langref: mention that x is the sentinel in [N:x]T | Emilio G. Cota | |
| Without looking at the example it is not possible to know whether N or x is the sentinel value. Fix it. | |||
| 2020-01-12 | docs: update grammar to remove C strings and add anon literals | hryx | |
| 2020-01-11 | Correct TypeId docs | data-man | |
| 2020-01-09 | New @export() handling | LemonBoy | |
| Use a struct as second parameter to be future proof (and also allows to specify default values for the parameters) Closes #2679 as it was just a matter of a few lines of code. | |||
| 2020-01-08 | Correct @mulAdd's doc | data-man | |
| 2020-01-06 | update docs with regards to callconv | Andrew Kelley | |
| 2020-01-06 | fix test suite regressions | Andrew Kelley | |
| 2020-01-06 | Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work | Andrew Kelley | |
| 2020-01-02 | fix comptime vector float ops and add test coverage | Andrew Kelley | |
| also rename `@ln` to `@log` to match libc convention. | |||
| 2020-01-02 | Implement the callconv() annotation | LemonBoy | |
| 2020-01-01 | fix float ops with respect to vectors | Andrew Kelley | |
| also remove the redundant type parameter | |||
| 2019-12-30 | Merge pull request #3683 from Vexu/atomic-float | Andrew Kelley | |
| Support floats with some atomic operations | |||
| 2019-12-30 | update readme tagline | Andrew Kelley | |
| 2019-12-28 | Make it more obvious that ifs are expressions | MateuszOkulus | |
| 2019-12-23 | support some atomic operations with floats | Vexu | |
| 2019-12-17 | Clarify allowzero's interaction with optional pointers. | Nathan Michaels | |
| 2019-12-16 | langref table of contents in a separate column on large displays | xackus | |
| 2019-12-16 | remove misleading documentation | Andrew Kelley | |
| 2019-12-15 | Make sure the address is aligned for intToPtr ops | LemonBoy | |
| Closes #773 | |||
| 2019-12-12 | Document sentinel type in langref | Jonathan Marler | |
| 2019-12-10 | Rename @typeOf to @TypeOf in the language reference | Robin Voetter | |
| 2019-12-09 | remove var args from the language | Andrew Kelley | |
| closes #208 | |||
| 2019-12-09 | implement async function call with `@call` | Andrew Kelley | |
| this removes the last usage of var args in zig std lib | |||
| 2019-12-09 | update docgen to new format API | Andrew Kelley | |
| 2019-12-08 | update docs to new fmt API | Andrew Kelley | |
| 2019-12-06 | Merge pull request #3856 from ziglang/builtin-call | Andrew Kelley | |
| introduce `@call` and remove other builtin calls | |||
| 2019-12-06 | allow calling with a new stack to regress a bit | Andrew Kelley | |
| Calling with a new stack, with a runtime-known stack pointer (e.g. not a global variable) is regressed with this branch. It is now a compile-error, due to the Runtime Hint system not being smart enough to mix a compile-time modifier field with a runtime stack field. I'm OK with this regression because this feature is flawed (see #3268) and may be deleted from the language. | |||
| 2019-12-06 | remove `@newStackCall` from zig | Andrew Kelley | |
| 2019-12-06 | remove `@inlineCall` from zig | Andrew Kelley | |
| 2019-12-05 | remove `@noInlineCall` from zig | Andrew Kelley | |
| 2019-12-05 | docs: fix duplicate closing tag generation | xackus | |
| 2019-12-05 | docs: add html lang and minor fixes | xackus | |
| 2019-12-05 | docs: fix assembly example | xackus | |
| 2019-12-03 | Update the docs to use `@as` | yvt | |
| 2019-12-01 | fix docs regressions | Andrew Kelley | |
| 2019-11-29 | docs: this statement was in the wrong section | Andrew Kelley | |
| 2019-11-25 | docs: update references to wasm_allocator | Andrew Kelley | |
| 2019-11-25 | rename std.heap.direct_allocator to std.heap.page_allocator | Andrew Kelley | |
| std.heap.direct_allocator is still available for now but it is marked deprecated. | |||
| 2019-11-25 | more sentinel-terminated pointers std lib integration | Andrew Kelley | |
| See #3767 | |||
| 2019-11-24 | all tests passing | Andrew Kelley | |
| 2019-11-23 | langref: update for sentinel-terminated types | Andrew Kelley | |
| 2019-11-21 | update docs for null terminated stuff | Andrew Kelley | |
| 2019-11-15 | fix containerdoccomment not handled in docgen.zig | Vexu | |
| 2019-11-13 | README: update the short description of what zig is | Andrew Kelley | |
| 2019-11-13 | std.io.getStdOut and related fns no longer can error | Andrew Kelley | |
| Thanks to the Windows Process Environment Block, it is possible to obtain handles to the standard input, output, and error streams without possibility of failure. | |||
| 2019-11-13 | Merge pull request #3675 from Vexu/atomic-store | Andrew Kelley | |
| Add @atomicStore builtin | |||
| 2019-11-12 | fn parameters participate in result location semantics | Andrew Kelley | |
| See #3665 | |||
| 2019-11-13 | add @atomicStore builtin | Vexu | |
| 2019-11-11 | update docs for anonymous struct/list literals | Andrew Kelley | |
| 2019-11-08 | fix regressed tests and update docs to use "type coercion" | Andrew Kelley | |
