aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-04-01std: use std.ArrayList(u8).OutStream instead of std.Buffer.OutStreamdaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-26ci: fix aarch64 linuxAndrew Kelley
2020-03-24Merge remote-tracking branch 'origin/llvm10'Andrew Kelley
2020-03-23Merge pull request #4741 from momumi/masterAndrew Kelley
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-19test & docs fixups to work with new semanticsAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-15allow `_` separators in number literals (stage 1)momumi
2020-03-14fix docgen, which relied on stdout being path to binaryAndrew Kelley
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-03update docgen to new std.fs APIAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-28update docs to latest Target APIAndrew Kelley
2020-02-28update docgen to new Target APIAndrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew 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-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-08fix regression in docgenAndrew Kelley
2020-02-07more carefully calculate llvm field indexesAndrew Kelley
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-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Add explicit free to docsBenjamin Feng
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin 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