aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
AgeCommit message (Expand)Author
2019-09-19add docs for `@splat`Andrew Kelley
2019-09-19implement runtime `@byteSwap` and other fixupsAndrew Kelley
2019-09-18rework the implementationAndrew Kelley
2019-09-18stage1: add @shuffle() shufflevector supportShawn Landden
2019-09-10Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-05Shorten @field documentation and add an exampleVesa Kaihlavirta
2019-09-04fixups and add documentation for `@Type`Andrew Kelley
2019-09-02Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-31`@typeOf` now guarantees no runtime side effectsAndrew Kelley
2019-08-20Merge branch 'master' into llvm9Andrew Kelley
2019-08-19added documentation for field access to C pointers (#3088)Aaron Klapatch
2019-08-17fix compiler not checking alignment of function framesAndrew Kelley
2019-08-16Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-16implement new async syntax in self-hosted compilerVexu
2019-08-15basic docs for new async/await semanticsAndrew Kelley
2019-08-15remove `cancel`Andrew Kelley
2019-08-13avoid the word "coroutine", they're "async functions"Andrew Kelley
2019-08-11all tests passingAndrew Kelley
2019-08-03Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-02docs: add atomicrmw operations listAndrew Kelley
2019-07-20docs: don't try to run the undefined behavior example testAndrew Kelley
2019-07-16organize the docs and some rewordingAndrew Kelley
2019-07-16Add multidimensional array exampleJohnathanFL
2019-07-16fix documentation regarding mixing object filesAndrew Kelley
2019-07-11doc clarify struct size and ABI-alignmentMichael Dusan
2019-07-06Make anyerror not a keywordhryx
2019-07-06Merge pull request #2823 from hryx/unicode-escapeAndrew Kelley
2019-07-05docs: mention `@unionInit` in the union sectionAndrew Kelley
2019-07-04Unicode escapes: documentation and grammarhryx
2019-07-04improve the error message and test coverageAndrew Kelley
2019-07-03Merge branch 'impl-1107' of https://github.com/emekoi/zig into emekoi-impl-1107Andrew Kelley
2019-07-03add docs for enum literalsAndrew Kelley
2019-07-03added tests for #1107 and a note in the referenceemekoi
2019-07-03update `@unionInit` to integrate with result location semanticsAndrew Kelley
2019-07-02fixupsAndrew Kelley
2019-07-02Merge branch 'has-field' of https://github.com/shawnl/zig into shawnl-has-fieldAndrew Kelley
2019-07-02docs: mention the standard library documentationAndrew Kelley
2019-06-29fix syntax highlightingemekoi
2019-06-26Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-26all tests passing on linuxAndrew Kelley
2019-06-23Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2Andrew Kelley
2019-06-22stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...Shawn Landden
2019-06-22heap: make one global instance of DirectAllocatorSahnvour
2019-06-22Update langref.html.inGray Olson
2019-06-19stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...Shawn Landden
2019-06-18fix tiny typo in langref.html.inBoris
2019-06-14fix `@export` for arrays not respecting the symbol nameAndrew Kelley
2019-06-11Update langref.html.inNicholas Walton
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-06-09grammarmarkfirmware