aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
AgeCommit message (Expand)Author
2020-03-19test & docs fixups to work with new semanticsAndrew Kelley
2020-03-15allow `_` separators in number literals (stage 1)momumi
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-12Merge pull request #4707 from Vexu/small-atomicsAndrew Kelley
2020-03-11fix codegen, update docsVexu
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06fix `@embedFile` docsAndrew Kelley
2020-03-04update docs for `@TypeOf`Andrew Kelley
2020-03-04Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-03docs: remove reference to deprecated builtinsAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-28update docs to latest Target APIAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-25remove `@IntType` and `@ArgType` (mostly) from the compilerVexu
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove `@typeId`, `@memberCount`, `@memberName` and `@memberType` from the co...Vexu
2020-02-23remove @bytesToSlice, @sliceToBytes from tests, docsxackus
2020-02-18docs: Fix wrong extern fn definitionLemonBoy
2020-02-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-30drop @newStackCallAndrew Kelley
2020-01-29Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-29Update docs to reflect new testing.allocator usageBenjamin Feng
2020-01-27Update langref.html.inZac
2020-01-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-17Merge pull request #4191 from Vexu/non-exhaustive-enumsAndrew Kelley
2020-01-16implement `@bitSizeOf`Vexu
2020-01-16Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-16turn panics into compile errors, require at least 1 field in non-exhaustive enumVexu
2020-01-15add non-exhaustive enum to langrefVexu
2020-01-15disallow multiline strings in test and library namesVexu
2020-01-14[docs] Add libc dependency to sentinel-term ptr exampleShritesh
2020-01-13doc/langref: mention that x is the sentinel in [N:x]TEmilio G. Cota
2020-01-12docs: update grammar to remove C strings and add anon literalshryx
2020-01-11Correct TypeId docsdata-man
2020-01-09New @export() handlingLemonBoy
2020-01-08Correct @mulAdd's docdata-man
2020-01-06update docs with regards to callconvAndrew Kelley
2020-01-06fix test suite regressionsAndrew Kelley
2020-01-06Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-workAndrew Kelley
2020-01-02fix comptime vector float ops and add test coverageAndrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2020-01-01fix float ops with respect to vectorsAndrew Kelley
2019-12-30Merge pull request #3683 from Vexu/atomic-floatAndrew Kelley
2019-12-30update readme taglineAndrew Kelley
2019-12-28Make it more obvious that ifs are expressionsMateuszOkulus
2019-12-23support some atomic operations with floatsVexu
2019-12-17Clarify allowzero's interaction with optional pointers.Nathan Michaels
2019-12-16langref table of contents in a separate column on large displaysxackus
2019-12-16remove misleading documentationAndrew Kelley