aboutsummaryrefslogtreecommitdiff
path: root/lib/std/special/docs/index.html
AgeCommit message (Collapse)Author
2022-05-06flatten lib/std/special and improve "pkg inside another" logicAndrew 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-09std docs: fix layout broken by the bannerxackus
2021-04-02make visited links readable in the stdlib docs warning barLoris Cro
2021-04-02added warning banner to stdlib docsLoris Cro
2020-04-12improve search perf: trim search resultsPierre Guilleminot
2020-03-04Generated documentation mobile supportpfg
2019-12-05docs: add html lang and minor fixesxackus
2019-12-04add docs for function parametersVexu
2019-11-15add container doc comments to generated docsVexu
2019-10-30generated docs: move color to box-shadow CSS propHenry Wu
2019-10-27generated docs: vertically align fns with commentsHenry Wu
2019-10-17CleanupRocknest
2019-10-17Changes from masterRocknest
2019-10-12Consistent marginsRocknest
2019-10-11Changes from masterRocknest
2019-10-11Changes from masterRocknest
2019-10-11Fix dark modeRocknest
Additionally introduces css variables
2019-10-10Add transtition to search fieldRocknest
2019-10-10Change layout and stylesRocknest
2019-10-09generated docs: render valuesAndrew Kelley
also fix pressing enter in search box before search finishes closes #3409
2019-10-09generated docs: more verbose fieldsAndrew Kelley
also prevent docs making hyperlinks for integer types
2019-10-09generated docs: separate section for namespacesAndrew Kelley
if a type is a struct with no fields, then it goes in the namespaces section.
2019-10-09generated docs: show error sets pagesAndrew Kelley
also favicon, improve error sets css, syntax awareness of noreturn
2019-10-09Docs: adds docs comments to struct fieldsTimon Kruiper
2019-10-09generated docs: functions in a table with descriptionsAndrew Kelley
2019-10-08generated docs: separate Error Sets from TypesAndrew Kelley
2019-10-08generated docs: global vars in a tableAndrew Kelley
2019-10-08generated docs: add global variablesAndrew Kelley
See #3409
2019-10-08generated docs: consistent coloringAndrew Kelley
2019-10-08generated docs: error sets in fn docsAndrew Kelley
2019-10-08Add initial support for struct fields in the docsTimon Kruiper
2019-10-08generated docs: functions with inferred error sets display nicelyAndrew Kelley
infrastructure in place for displaying error sets
2019-10-08generated docs: function parameters have linksAndrew Kelley
2019-10-08generated docs contain generic instantiations and comptime callsAndrew Kelley
2019-10-08generated docs: highlight active packageAndrew Kelley
2019-10-07generated docs: navigable search resultsAndrew Kelley
2019-10-07generated docs: keyboard shortcuts modalAndrew Kelley
2019-10-07generated docs: fix search stuffAndrew Kelley
2019-10-07generated docs: better navigationAndrew Kelley
2019-10-07generated docs: logo and basic search proof of conceptAndrew Kelley
2019-10-07generated docs: show doc comments on functionsAndrew Kelley
2019-10-07move doc/ to docs/Andrew Kelley
fixes regression caused by 86171afb9b7d