aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Expand)Author
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ć
2024-03-10update autodocs web application to latestAndrew Kelley
2024-03-10upstream new autodocs implementationAndrew Kelley
2024-03-10noAndrew Kelley
2024-01-12Update styles in std docs to correct display glitchMichael Scott
2023-10-30autodoc: Some support for field_call (#16853)Krzysztof Wolicki
2023-10-22autodoc: Display type kinds for containers (#17667)Krzysztof Wolicki
2023-10-04autodoc: Add `hidden` class to [src] link when starting renderApi to only sho...Krzysztof Wolicki
2023-10-04autodoc: Add handling for array_cat, array_mul, struct_init_empty_result. (#1...Krzysztof Wolicki
2023-09-25Add embedded SVG favicon to reference doc templatesJay Petacat
2023-09-24autodoc: give explicit width to logoLoris Cro
2023-09-20autodoc: show more doc comments for namespaces and typesLoris Cro
2023-09-17autodoc: split json payload per fieldLoris Cro
2023-09-17autodoc: rename the doctest section in the frontend to 'Usage Examples'Loris Cro