aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
AgeCommit message (Expand)Author
2019-06-08docs: update for else exampleJonathan Pentecost
2019-06-08docs: add comment about for else and breakShritesh Bhattarai
2019-05-31doc: recommend optional pointers for nullptrs instead of allowzeroShritesh Bhattarai
2019-05-30default struct field initialization expressionsAndrew Kelley
2019-05-29std.meta/trait: def/definition => decl/declarationtgschultz
2019-05-29change `use` to `usingnamespace`Andrew Kelley
2019-05-27Merge pull request #2523 from shritesh/wasmdocAndrew Kelley
2019-05-27fix debug builds of WASIAndrew Kelley
2019-05-27std lib fixes for zig build on windowsAndrew Kelley
2019-05-27allow const to be passed to @hasField()Shawn Landden
2019-05-26tests passing on linuxAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
2019-05-26introduce @hasDecl builtin functionAndrew Kelley
2019-05-22doc: wasm: embedded->hostShritesh Bhattarai
2019-05-22docs: clarify why wasm_allocator should be usedShritesh Bhattarai
2019-05-19docs: wasmShritesh Bhattarai
2019-05-16fixups to the previous commitAndrew Kelley
2019-05-16breaking changes to all bit manipulation intrinsicsShawn Landden
2019-05-16docgen: add lib codeblock type and use it for wasm32-freestandingShritesh Bhattarai
2019-05-11added grammar rule for enum literal to docsJimmi Holst Christensen
2019-05-06docs for @hasFieldShawn Landden
2019-05-03docgen: support wasm and wasiShritesh Bhattarai
2019-05-03docs: remove `@setGlobalLinkage` sectionAndrew Kelley
2019-05-02docs: update for shared librariesAndrew Kelley
2019-05-01docs: add note to @setRuntimeSafetyAndrew Kelley
2019-04-24`@sizeOf` returns 0 for comptime typesAndrew Kelley
2019-04-24Sync grammar with spechryx
2019-04-18Fix test in langref to assert against modified varMatt Stancliff
2019-04-16docs: update intro textAndrew Kelley
2019-04-13Add favicon to langref.htmlDuncan
2019-04-10fix outdated/incorrect docs for `@truncate`Andrew Kelley
2019-04-09docs: Underline link when hovering over itJay Weisskopf
2019-04-05docs: update `@typeInfo` definition and clarify field orderAndrew Kelley
2019-04-04docs: add Variables sectionAndrew Kelley
2019-04-04docs: complete the documentation for extern structAndrew Kelley
2019-04-03langref: rework the theming and layoutAndrew Kelley
2019-04-02regression fixes and fix packed struct abi sizeAndrew Kelley
2019-03-31Remove binary and octal float literals from documentation.MateuszOkulus
2019-03-25implement allowzero pointer attributeAndrew Kelley
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-23add peer type resolution for `*const T` and `?*T`Andrew Kelley
2019-03-23character literals: allow unicode escapesAndrew Kelley
2019-03-23docs: clarify NaN, inf, -infAndrew Kelley
2019-03-22Fix typos around pointer usageMatt Stancliff
2019-03-22Updated langref to newest grammarJimmi Holst Christensen
2019-03-20add documentation for zig testAndrew Kelley
2019-03-20add docs for assembly and fix global assembly parsingAndrew Kelley
2019-03-19zig targets prints the available libcsAndrew Kelley