aboutsummaryrefslogtreecommitdiff
path: root/doc/docgen.zig
AgeCommit message (Expand)Author
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-02langref: Update langref to use {s}LemonBoy
2020-12-23update depreciated code (#7502)g-w1
2020-10-29add missing Invalid_periodasterisks case in docgenTravis
2020-10-20Update langref errorsLemonBoy
2020-10-06langref: update for opaque {} syntaxTadeo Kondrak
2020-09-26fix another round of regressions in this branchAndrew Kelley
2020-07-12update compile error tests and some doc commentsVexu
2020-07-05update more HashMap API usageAndrew Kelley
2020-05-23update docgen to new ast APIAndrew Kelley
2020-05-05remove nakedcc/stdcallcc/async fn/extern fn fnprotoTadeo Kondrak
2020-05-05Rename noasync to nosuspend in self-hosted, add rewriterTadeo Kondrak
2020-04-09Update docgen to new ArrayList APIjoachimschmidt557
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-18fix swapped logic for WindowsAndrew Kelley
2020-03-14fix docgen, which relied on stdout being path to binaryAndrew Kelley
2020-03-10fix regressions found by test suiteAndrew Kelley
2020-03-03update docgen to new std.fs APIAndrew 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-08fix regression in docgenAndrew Kelley
2020-02-07more carefully calculate llvm field indexesAndrew Kelley
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-02Implement the callconv() annotationLemonBoy
2019-12-16langref table of contents in a separate column on large displaysxackus
2019-12-09update docgen to new format APIAndrew Kelley
2019-12-05docs: fix duplicate closing tag generationxackus
2019-12-01fix docs regressionsAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-24all tests passingAndrew Kelley
2019-11-15fix containerdoccomment not handled in docgen.zigVexu
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-11-06add token for parsing pointer dereferenceBrendan Hansknecht
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-09-29docs: docgen supports release safe exe code examplesAndrew Kelley
2019-09-29docgen: support code examples for riscv targetAndrew Kelley
2019-09-26docgen: add "process terminated by signal" to exe_errAndrew Kelley
2019-09-25docgen: slightly better cachingAndrew Kelley
2019-09-24docgen: test blocks support linking libcAndrew Kelley
2019-09-24docgen: slightly cleaner display of libc cli argsAndrew Kelley
2019-09-05implement `noasync` function callsAndrew Kelley
2019-09-05Add the noinline keyword for function declarationsLemonBoy
2019-09-04fixups and add documentation for `@Type`Andrew Kelley
2019-09-03changing occurrences of HashMap with []const u8 as keys for StringHashMapSahnvour
2019-08-15remove `cancel`Andrew Kelley