| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-11 | autodoc: fix regression in frontend rendering of values | Loris Cro | |
| 2022-09-11 | autodoc: reduce json payload size | Loris Cro | |
| this commit removes whitespace and changes Decl, AstNode and Type to be json arrays instead of json objects. This change reduces json payload size for the stdlib from 25mb to < 10mb. | |||
| 2022-09-05 | autodoc: improve rendering of long fn signatures | Loris Cro | |
| 2022-09-04 | autodoc: Opaque now handled like other container types | Der Teufel | |
| 2022-09-04 | autodoc: add support for doc tests | Loris Cro | |
| 2022-09-02 | Merge pull request #12705 from der-teufel-programming/autodoc-big-int | Loris Cro | |
| Autodoc big_int | |||
| 2022-09-02 | Merge pull request #12709 from der-teufel-programming/autodoc-compare-operators | Loris Cro | |
| autodoc: Compare operators | |||
| 2022-09-02 | autodoc: correct line number implementation | Loris Cro | |
| we also correctly take advantage of the starting byte offset of the parent decl when calling `tree.tokenLocation()`! | |||
| 2022-09-02 | autodoc: Added int_big support | Der Teufel | |
| 2022-09-01 | autodoc: Compare operators | Der Teufel | |
| 2022-08-27 | autodoc: better line counting for decls | Loris Cro | |
| 2022-08-26 | Merge pull request #12600 from ominitay/autodocs-errorset | Loris Cro | |
| autodocs: improve error set rendering | |||
| 2022-08-26 | Merge pull request #12601 from ominitay/autodocs-shortdesc | Loris Cro | |
| autodocs: improve first-line descriptions | |||
| 2022-08-23 | autodocs: improve first-line descriptions | ominitay | |
| 2022-08-23 | autodocs: improve error set rendering | ominitay | |
| 2022-08-23 | autodoc: handle self-referential call+field_type instructions | Loris Cro | |
| 2022-08-23 | autodoc: initial support for struct_init_anon | Loris Cro | |
| 2022-08-23 | Merge pull request #12542 from der-teufel-programming/compileError-input | Loris Cro | |
| autodoc: show compileErrors correctly | |||
| 2022-08-23 | autodoc: error sets now display all their members | Der Teufel | |
| 2022-08-21 | autodoc: Fixed compileError case in exprName | Der Teufel | |
| 2022-08-21 | autodoc: compileError now uses index into `exprs` instead of a `[]const u8` | Der Teufel | |
| 2022-08-18 | autodoc: minor pr cleanup | Loris Cro | |
| 2022-08-18 | autodoc: An attempt at generating HTML files from all imported source | Der Teufel | |
| files. Files generated from the standard library could be considered for placing with main.js and index.html in lib/docs. Paths should reflect packages in the future. | |||
| 2022-08-16 | Merge branch 'master' into autodoc-links | Loris Cro | |
| 2022-08-16 | autodoc: absolute line numbers in decl [src] links | Loris Cro | |
| 2022-08-16 | autodoc: remove reference to github, replace with placeholder link | Loris Cro | |
| 2022-08-14 | fix: scroll page to very top when S is pressed | r00ster91 | |
| Credits go to @rudedogg | |||
| 2022-08-14 | bug: add TODO | r00ster91 | |
| 2022-08-14 | docs: add comment | r00ster91 | |
| 2022-08-14 | style: format | r00ster91 | |
| Some formatting, apparently. | |||
| 2022-08-14 | feat: make modal more restrictive and more Esc freedom | r00ster91 | |
| This makes it so that you can no longer interact with the search bar or the results or anything while the modal is open. That's why it's a "modal" and not a "dialog". It also makes it so that you can now always press Esc to return to the results or the main page. Previously this was only possible when the search field was active. | |||
| 2022-08-14 | feat: better No Results Found page | r00ster91 | |
| This adds some helpful links to the page and makes it look nicer by using <kbd> etc. | |||
| 2022-08-08 | autodoc: links to source code | Maciej 'vesim' KuliĆski | |
| 2022-08-08 | fix: cleanup recent changes | r00ster91 | |
| 2022-08-06 | Merge branch 'master' into nicedocs | zooster | |
| 2022-08-06 | autodoc: use location.replace to avoid history spam when searching | Loris Cro | |
| 2022-08-06 | autodoc: re-introduce search result limits | Loris Cro | |
| 2022-08-06 | let -> const for dom elements | r00ster91 | |
| These should never be reassigned. | |||
| 2022-08-06 | style: missing semi | r00ster91 | |
| 2022-08-06 | fix: disable search bar before loading | r00ster91 | |
| This fixes the new search placeholder not disappearing if you type before it finished loading, and maybe some other things. | |||
| 2022-08-06 | feat: new search placeholder | r00ster91 | |
| This new search placeholder looks much nicer because it allows HTML inside it which the `placeholder` attribute on `<input>`s doesn't allow. I tested it for all kinds of cases and it seems to work pretty well. | |||
| 2022-08-06 | fix: "dialog" -> "modal" | r00ster91 | |
| "Dialog" is the incorrect term here because a dialog is a separate window that still lets you use the app but a modal is a window where you can't continue using the app until you close it. | |||
| 2022-08-06 | feat: make help modal disappear if you click outside it | r00ster91 | |
| 2022-08-05 | autodoc: only modify the DOM once to display the search results | Austin Rude | |
| 2022-08-05 | autodoc: Run through prettier formatter with default settings | Austin Rude | |
| 2022-08-05 | autodoc: fix inconsistency when indexing generic types for search | Loris Cro | |
| closes #12334 | |||
| 2022-08-03 | autodoc: inferred error unions in function return values | Loris Cro | |
| 2022-08-02 | autodoc: fix autodoc analysis for `@typeInfo` | Loris Cro | |
| We were previously erroneously saving it as a `@TypeOf`. | |||
| 2022-08-02 | autodoc: fix frontend crash while rendering std.mem | Loris Cro | |
| Previously we expected to only find decl refs in a `foo.bar.baz` type of expression. This would crash when trying to render something like `@typeInfo(T).Int.bits`. We now properly account for builtins and other components. | |||
| 2022-08-02 | Merge pull request #12276 from r00ster91/shortdesc | Loris Cro | |
| autodoc: better short description algorithm | |||
