aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
AgeCommit message (Expand)Author
2018-06-27add f16 to langrefAndrew Kelley
2018-06-26langref: explicit cast sectionAndrew Kelley
2018-06-21add casting docs, __extenddftf2, and __extendsftf2Andrew Kelley
2018-06-19langref: organize docs for inline loops and add note about when to use itAndrew Kelley
2018-06-19`@floatToInt` now has safety-checked undefined behaviorAndrew Kelley
2018-06-19update langrefAndrew Kelley
2018-06-19Merge pull request #1136 from alexnask/typeinfo_improvementsAndrew Kelley
2018-06-19Added missing ?type in docs.Alexandros Naskos
2018-06-19@typeInfo now uses optional types instead of @typeOf(undefined)Alexandros Naskos
2018-06-19remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`Andrew Kelley
2018-06-18remove error to/from int casting syntax; add `@errorToInt`/`@intToError`Andrew Kelley
2018-06-18remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`Andrew Kelley
2018-06-18remove error set casting syntax. add `@errSetCast`Andrew Kelley
2018-06-18langref: add docs for voidAndrew Kelley
2018-06-18remove bool to int syntax. add @boolToIntAndrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-16Merge pull request #1109 from ziglang/pass-by-non-copying-valueAndrew Kelley
2018-06-16langref: be clear that float types are always IEEE 754Andrew Kelley
2018-06-16allow passing by non-copying valueAndrew Kelley
2018-06-14langref: docs for error return tracesAndrew Kelley
2018-06-13langref: add merge error sets operator to operator tableAndrew Kelley
2018-06-12add docs and missing test case for merging error setsAndrew Kelley
2018-06-11langref: add orelse keyword to syntax highlightingAndrew Kelley
2018-06-11langref: add coroutines documentationAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-07remove @canImplicitCast builtinAndrew Kelley
2018-06-07langref: automatic update of builtin.zigAndrew Kelley
2018-06-05Renamed UndefinedLiteral to UndefinedJimmi HC
2018-06-05Removed NullLiteral to NullJimmi HC
2018-06-05Renamed "(int/float literal)" to "comptime_int/float"Jimmi HC
2018-06-04Pointer Reform: proper slicing and indexing (#1053)Andrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-06-02introduce [*] for unknown length pointersAndrew Kelley
2018-06-01docs: add missing builtin to langref syntax coloringAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-24update github.com/zig-lang to github.com/ziglangAndrew Kelley
2018-05-24doc fixupsAndrew Kelley
2018-05-24Added argtype and error inferring infobraedonww@gmail.com
2018-05-17all tests passing with postfix deref syntaxAndrew Kelley
2018-05-13Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-12add @newStackCall builtin functionAndrew Kelley
2018-05-09Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-01Added typeInfo to langref built_insAlexandros Naskos
2018-05-01Fixed type info test, added documentation.Alexandros Naskos
2018-04-30support foo.* for ptr derefAndrew Kelley
2018-04-19Added builtin field to docsJimmi Holst Christensen
2018-04-18support break in suspend blocksAndrew Kelley
2018-04-18improve cmpxchgAndrew Kelley
2018-04-15add @atomicLoad builtinAndrew Kelley