aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-03-09docgen: --cache off for testsAndrew Kelley
2019-03-09fix docgen and fix unnecessarily adding .root suffix to objectsAndrew 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-26breaking changes to the way targets work in zigAndrew 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-14fix implicit cast error unions with non-optional to optional pointerAndrew 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-09docgen: update for threadlocal keywordAndrew Kelley
2019-02-08fix docsAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-06doc/targets.md has moved to the github wikiAndrew 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-30std.os.path: remove dependance on std.mem.join;kristopher tate
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