aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
AgeCommit message (Expand)Author
2019-03-18add documentation for MemoryAndrew Kelley
2019-03-13fix @setRuntimeSafety not able to override release modesAndrew Kelley
2019-03-13add documentation for `pub`Andrew Kelley
2019-03-13add documentation for @"" syntaxAndrew Kelley
2019-03-11docs: finish initial documentation for implicit castsAndrew Kelley
2019-03-08breaking changes to zig build API and improved cachingAndrew Kelley
2019-03-02@returnAddress and @frameAddress return usize nowAndrew Kelley
2019-03-02all integers returned by @typeInfo are now comptime_intSahnvour
2019-03-01fix docs typoAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-26improve docs for unions and switching on tagged unionsAndrew Kelley
2019-02-25add docs for zero bit types and pointers to zero bit typesAndrew Kelley
2019-02-22docs for packed structsAndrew Kelley
2019-02-22fix `@bitCast` when src/dest types have mismatched handle_is_ptrAndrew Kelley
2019-02-18Some function doc tweaks (#1961)John Schmidt
2019-02-18docs: shadowingAndrew Kelley
2019-02-18docs: note top level declarations are order-independentAndrew Kelley
2019-02-18pull request fixupsAndrew Kelley
2019-02-18make @enumToInt work on union(enum)emekoi
2019-02-15breaking: fix @sizeOf to be alloc size rather than store sizeAndrew Kelley
2019-02-14add docs for C pointersAndrew Kelley
2019-02-10langref: update grammar with c pointersAndrew Kelley
2019-02-09`@truncate`: comptime 0 when target type is 0 bitsAndrew Kelley
2019-02-09docs: add threadlocal keyword to grammarAndrew Kelley
2019-02-08fix docsAndrew Kelley
2019-02-05docs: clarify passing aggregate types as parametersAndrew Kelley
2019-02-01introduce --single-threaded build optionAndrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2019-01-29backport copy elision changesAndrew Kelley
2019-01-29simpler implementation of `&&` and `||` hintsAndrew Kelley
2019-01-25Hint at use of and/or when &&/|| is improperly used (#1886)kristopher tate
2019-01-02@bitreverse intrinsic, part of #767 (#1865)vegecode
2018-12-23hello world example can use `const` instead of `var`Andrew Kelley
2018-12-14docs: fix alphabetical sorting of builtin functionsAndrew Kelley
2018-12-13fix mistakes introduced in b883bc8Andrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-12-11font-family fallbacks for unsupported system-uiJay Weisskopf
2018-12-11docs: Prefer system-ui font-familyJay Weisskopf
2018-12-11Document explicitly ignoring expression valuesHenry Nelson
2018-11-19docs: fix some incorrect error documentationAndrew Kelley
2018-11-18all numbers with comptime known values implicitly castAndrew Kelley
2018-11-17Updated docs to newest grammarJimmi HC
2018-11-17rename `section` keyword to `linksection`Andrew Kelley
2018-11-16Fixed typosVallentin
2018-11-14Manual update to new grammar.Jimmi Holst Christensen
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-25remove 3 more implicit casts to const pointersAndrew Kelley
2018-10-23langref: dark style. easier on the eyesAndrew Kelley