aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Expand)Author
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-28update langref and docs to avoid GenericWriterAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08std.Io: remove BufferedWriterAndrew Kelley
2025-08-07std.Io: delete BufferedReaderAndrew Kelley
2025-08-06autodoc: Use the search input's value on load (#24467)massi
2025-08-05std: remove BoundedArrayAndrew Kelley
2025-07-22fix docs wasm std.tar API usageAndrew Kelley
2025-07-16update compilerAndrew Kelley
2025-07-16update docsAndrew Kelley
2025-07-07update autodocs and langref to new APIAndrew Kelley
2025-07-07fix aro translate-c building from sourceAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-04-27chore(std.mem): Rename `trimLeft` and `trimRight`Shun Sakai
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-03-07std.zig.Ast: add `blockStatements` and `builtinCallParams`Techatrix
2025-02-22zig build fmtAndrew Kelley
2025-02-22Merge pull request #22929 from schtvn/type_fn_docs_improvementsAndrew Kelley
2025-02-17Clean up duplicate code in decl_fields_fallibleschtvn
2025-02-17Autodoc: Improve documentation for common types declared as type functions, s...schtvn
2025-02-15Autodoc: report errors in user interfaceIan Johnson
2025-02-15Autodoc: use browser console log levels and simplify panicIan Johnson
2025-02-15Autodoc: report syntax errors to userIan Johnson
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-01-16autodoc: fix device widthnobkd
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-07wasm zig source rendering: fix annotation location off-by-oneAndrew Kelley
2024-08-07fuzzer web UI: annotated PCs in source viewAndrew Kelley
2024-08-07fuzzer: share zig to html rendering with autodocsAndrew Kelley
2024-08-07introduce a web interface for fuzzingAndrew Kelley
2024-07-23autodoc: Preserve whitespace in inline code spansRyan Liptak
2024-07-09Autodoc: only group structs under "namespaces"Ian Johnson
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-08autodoc: fix misaligned table header when alignment is default (#20220)expikr
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-10autodoc: fix tokenizerandrewkraevskii
2024-04-08Autodoc: fix Markdown indented lists (#19577)Ian Johnson
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-25Merge pull request #19402 from ianprime0509/markdown-autolinksAndrew Kelley
2024-03-25autodoc: better indentation handling when rendering source code (#19422)HydroH
2024-03-22Autodoc: recognize Markdown links in plain textIan Johnson
2024-03-22Autodoc: implement Markdown autolinksIan Johnson
2024-03-17Ast: fix comptime destructureJacob Young
2024-03-13autodoc: Use `code` for keyboard eventsCarl Åstholm
2024-03-11docs: make docs work with recent tar changesIgor Anić