| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-06 | flatten lib/std/special and improve "pkg inside another" logic | Andrew Kelley | |
| stage2: change logic for detecting whether the main package is inside the std package. Previously it relied on realpath() which is not portable. This uses resolve() which is how imports already work. * stage2: fix cleanup bug when creating Module * flatten lib/std/special/* to lib/* - this was motivated by making main_pkg_is_inside_std false for compiler_rt & friends. * rename "mini libc" to "universal libc" | |||
| 2021-04-09 | std docs: fix layout broken by the banner | xackus | |
| 2021-04-02 | make visited links readable in the stdlib docs warning bar | Loris Cro | |
| 2021-04-02 | added warning banner to stdlib docs | Loris Cro | |
| 2020-04-12 | improve search perf: trim search results | Pierre Guilleminot | |
| 2020-03-04 | Generated documentation mobile support | pfg | |
| 2019-12-05 | docs: add html lang and minor fixes | xackus | |
| 2019-12-04 | add docs for function parameters | Vexu | |
| 2019-11-15 | add container doc comments to generated docs | Vexu | |
| 2019-10-30 | generated docs: move color to box-shadow CSS prop | Henry Wu | |
| 2019-10-27 | generated docs: vertically align fns with comments | Henry Wu | |
| 2019-10-17 | Cleanup | Rocknest | |
| 2019-10-17 | Changes from master | Rocknest | |
| 2019-10-12 | Consistent margins | Rocknest | |
| 2019-10-11 | Changes from master | Rocknest | |
| 2019-10-11 | Changes from master | Rocknest | |
| 2019-10-11 | Fix dark mode | Rocknest | |
| Additionally introduces css variables | |||
| 2019-10-10 | Add transtition to search field | Rocknest | |
| 2019-10-10 | Change layout and styles | Rocknest | |
| 2019-10-09 | generated docs: render values | Andrew Kelley | |
| also fix pressing enter in search box before search finishes closes #3409 | |||
| 2019-10-09 | generated docs: more verbose fields | Andrew Kelley | |
| also prevent docs making hyperlinks for integer types | |||
| 2019-10-09 | generated docs: separate section for namespaces | Andrew Kelley | |
| if a type is a struct with no fields, then it goes in the namespaces section. | |||
| 2019-10-09 | generated docs: show error sets pages | Andrew Kelley | |
| also favicon, improve error sets css, syntax awareness of noreturn | |||
| 2019-10-09 | Docs: adds docs comments to struct fields | Timon Kruiper | |
| 2019-10-09 | generated docs: functions in a table with descriptions | Andrew Kelley | |
| 2019-10-08 | generated docs: separate Error Sets from Types | Andrew Kelley | |
| 2019-10-08 | generated docs: global vars in a table | Andrew Kelley | |
| 2019-10-08 | generated docs: add global variables | Andrew Kelley | |
| See #3409 | |||
| 2019-10-08 | generated docs: consistent coloring | Andrew Kelley | |
| 2019-10-08 | generated docs: error sets in fn docs | Andrew Kelley | |
| 2019-10-08 | Add initial support for struct fields in the docs | Timon Kruiper | |
| 2019-10-08 | generated docs: functions with inferred error sets display nicely | Andrew Kelley | |
| infrastructure in place for displaying error sets | |||
| 2019-10-08 | generated docs: function parameters have links | Andrew Kelley | |
| 2019-10-08 | generated docs contain generic instantiations and comptime calls | Andrew Kelley | |
| 2019-10-08 | generated docs: highlight active package | Andrew Kelley | |
| 2019-10-07 | generated docs: navigable search results | Andrew Kelley | |
| 2019-10-07 | generated docs: keyboard shortcuts modal | Andrew Kelley | |
| 2019-10-07 | generated docs: fix search stuff | Andrew Kelley | |
| 2019-10-07 | generated docs: better navigation | Andrew Kelley | |
| 2019-10-07 | generated docs: logo and basic search proof of concept | Andrew Kelley | |
| 2019-10-07 | generated docs: show doc comments on functions | Andrew Kelley | |
| 2019-10-07 | move doc/ to docs/ | Andrew Kelley | |
| fixes regression caused by 86171afb9b7d | |||
