aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Expand)Author
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
2023-09-16autodoc: Implement various missing expressions in ex (#17129)Krzysztof Wolicki
2023-09-16autodoc: Implement builtin function rendering.Krzysztof Wolicki
2023-09-16autodoc: Fix styling of the navbarKrzysztof Wolicki
2023-09-16autodoc: Remove unnecessary Expr tagKrzysztof Wolicki
2023-09-16autodoc: Handle `ref` ZIR instructionKrzysztof Wolicki
2023-09-09Autodoc: simplify search text on mobileIan Johnson
2023-09-09Autodoc: tweak page layoutIan Johnson
2023-09-09Autodoc: fix search results navigationIan Johnson
2023-09-04autodoc: style links in source codeLoris Cro
2023-09-03autodoc: Fix rendering of enum types (#17058)Krzysztof Wolicki
2023-09-03autodoc: fix rendering of std.json.ObjectMapLoris Cro
2023-09-03autodoc: Implement `@call`, `@unionInit`, `@mulAdd` support (#16918)Krzysztof Wolicki
2023-09-03autodoc: Implement `@bitSizeOf` rendering in main.js (#16895)Krzysztof Wolicki
2023-09-03autodoc: Implement `a[b]`, `a.?`, and `a.*` (#16863)Krzysztof Wolicki
2023-09-03autodoc: fix typoLoris Cro
2023-09-03autodoc: better light mode colorsLoris Cro