aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-07-30Add "Comments" section to language reference (#1309)Matthew D. Steele
2018-07-30fix docs for break from suspendAndrew Kelley
2018-07-27remove ability to break from suspend blocksAndrew Kelley
2018-07-17Fixed minor documentation errors (#1256)Jay Weisskopf
2018-07-16all integer sizes are available as primitivesAndrew Kelley
2018-07-14docs: correct some misinformationAndrew Kelley
2018-07-10langref: docs for union safetyAndrew Kelley
2018-07-09ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack tracesAndrew Kelley
2018-07-09langref: docs for invalid error set cast and incorrect pointer alignmentAndrew Kelley
2018-07-07add @popCount intrinsicAndrew Kelley
2018-07-06remove outdated semantic analysis documentationAndrew Kelley
2018-07-06langref: add more internal linksAndrew Kelley
2018-07-03langref: improve docs for while and undefinedAndrew Kelley
2018-07-02add runtime safety for `@intToEnum`; add docs for runtime safetyAndrew Kelley
2018-07-01syntax in build.zig example docJosh Wolfe
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-12docgen: don't leave garbage .h files lying aroundAndrew Kelley
2018-06-12implement std.os.Dir for windowsAndrew 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