aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
AgeCommit message (Expand)Author
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
2023-09-03autodoc: Extract decl ref style and fix light mode color (#15990)James Chen-Smith
2023-08-06autodoc: new layout (#16715)Loris Cro
2023-08-03autodoc: Added line_comment tokens to ziglexer.js tokenizerKrzysztof Wolicki
2023-07-29autodoc: implement typeof support in new rendering systemLoris Cro
2023-07-28autodoc: improve styling of new help dropdownLoris Cro
2023-07-25autodoc: html page fixesLoris Cro
2023-07-25autodoc: improve handling of periods in search box and add search explainerLoris Cro
2023-07-22autodoc: Fix an issue with aliased functions (#16421)Krzysztof Wolicki
2023-07-20collconv -> callconv (#16453)zooster
2023-07-14autodoc: improved linking for declrefsLoris Cro
2023-07-14Autodoc tokenizer (#16409)Loris Cro
2023-07-06Autodoc: implement boolean operationsIan Johnson
2023-07-06changed identifier to whiteEmile Badenhorst
2023-07-06Fixed names prefixEmile Badenhorst
2023-07-06updated cssEmile Badenhorst
2023-07-04autodoc: use commonmark.js for Markdown renderingIan Johnson
2023-07-03autodoc: wire in js tokenizer to frontendLoris Cro
2023-07-03Autodoc: Javascript port of zig lexer. (#16306)Emile Badenhorst
2023-07-01autodoc: fix scoring bug when matching full decl nameLoris Cro
2023-07-01Fixed Autodoc rendering of @truncate builtin (#16263)Emile Badenhorst
2023-06-28Autodoc: add preference for `/` searchIan Johnson