| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-10 | Generated docs: store static container info in a containerDecl astNode | Timon Kruiper | |
| And then get the struct field astNodes through the containerDecl astNode. The type of a struct field is still stored in the types array, but the static information is in the astNodes. | |||
| 2019-10-10 | Fix stack-probe symbol redefinition | LemonBoy | |
| 2019-10-10 | implement doc generation for union and enum | Vexu | |
| 2019-10-10 | generated docs: better handle when root is std | Andrew Kelley | |
| 2019-10-09 | generated docs: avoid clobbering browser shortcut keys | Andrew Kelley | |
| 2019-10-09 | generated docs: add array type support | Andrew Kelley | |
| See #3404 | |||
| 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: refactor how type kinds work | Andrew Kelley | |
| 2019-10-09 | Remove x86/Windows name mangling hack | LemonBoy | |
| Let's fix this properly by generating the correct lib files from the mingw sources. | |||
| 2019-10-09 | Shuffle around some stack-probing functions | LemonBoy | |
| 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 | Merge pull request #3389 from LemonBoy/win32 | Andrew Kelley | |
| Win32 | |||
| 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: render var decls | 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: bool type and fix error for some fns | Andrew Kelley | |
| 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-08 | generated docs: prioritized sort ranking | Andrew Kelley | |
| 2019-10-07 | generated docs: sort search results | Andrew Kelley | |
| 2019-10-07 | generated docs: smart ignore case | Andrew Kelley | |
| 2019-10-07 | generated docs: search cleanup | 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 | |||
| 2019-10-06 | Support for TLS on Win32 | LemonBoy | |
| 2019-10-06 | Initial support for i386-windows-msvc target | LemonBoy | |
| 2019-10-05 | generated docs: canonical package paths | Andrew Kelley | |
| 2019-10-05 | generated docs: show public stuff only | Andrew Kelley | |
| 2019-10-05 | generated docs: render functions | Andrew Kelley | |
| 2019-10-05 | generated docs: add navigation bar | Andrew Kelley | |
| 2019-10-05 | generated docs: navigable types | Andrew Kelley | |
| 2019-10-05 | generated docs: navigable packages | Andrew Kelley | |
| 2019-10-04 | proof of concept of stage1 doc generation | Andrew Kelley | |
| This commit adds `-fgenerate-docs` CLI option, and it outputs: * doc/index.html * doc/data.js * doc/main.js In this strategy, we have 1 static html page and 1 static javascript file, which loads the semantic analysis dump directly and renders it using dom manipulation. Currently, all it does is list the declarations. But there is a lot more data available to work with. The next step would be making the declarations hyperlinks, and handling page navigation. Another strategy would be to generate a static site with no javascript, based on the semantic analysis dump that zig now provides. I invite the Zig community to take on such a project. However this version which heavily relies on javascript will also be a direction explored. I also welcome contributors to improve the html, css, and javascript of what this commit started, as well as whatever improvements are necessary to the static analysis dumping code to provide more information. See #21. | |||
| 2019-09-26 | Export _start as __start for MIPS targets | LemonBoy | |
| 2019-09-26 | Initial support for mipsel architecture¬ | LemonBoy | |
