aboutsummaryrefslogtreecommitdiff
path: root/src/dump_analysis.cpp
AgeCommit message (Expand)Author
2019-12-12un-special-case startup code in the std libAndrew Kelley
2019-12-08tuple detection does not require AST nodeAndrew Kelley
2019-11-25rename ConstExprValue → ZigValueMichael Dusan
2019-11-15add container doc comments to generated docsVexu
2019-11-14rework layout of struct type fieldsAndrew Kelley
2019-10-19add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flagAndrew Kelley
2019-10-16generated docs: progress towards generic types being usefulAndrew Kelley
2019-10-11merge targets of generated docsAndrew Kelley
2019-10-11merge dumps tool: merging ast nodesAndrew Kelley
2019-10-10generated docs: add optional type supportAndrew Kelley
2019-10-10Merge branch 'docs-union-enum' of https://github.com/Vexu/zig into Vexu-docs-...Andrew Kelley
2019-10-10Generated docs: Add function paramater namesTimon Kruiper
2019-10-10Generated docs: store static container info in a containerDecl astNodeTimon Kruiper
2019-10-10implement doc generation for union and enumVexu
2019-10-09generated docs: add array type supportAndrew Kelley
2019-10-09generated docs: more verbose fieldsAndrew 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
2019-10-08generated docs: bool type and fix error for some fnsAndrew Kelley
2019-10-08generated docs: function parameters have linksAndrew Kelley
2019-10-08generated docs contain generic instantiations and comptime callsAndrew Kelley
2019-10-07generated docs: show doc comments on functionsAndrew Kelley
2019-10-05generated docs: show public stuff onlyAndrew Kelley
2019-10-04proof of concept of stage1 doc generationAndrew Kelley
2019-10-04stage1: fix compile error on macOS Xcode 11.1Michael Dusan
2019-10-03handle when std lib is unusedAndrew Kelley
2019-10-03add -fdump-analysis to dump type information to jsonAndrew Kelley