aboutsummaryrefslogtreecommitdiff
path: root/src/Autodoc.zig
AgeCommit message (Expand)Author
2022-09-13stage2: remove pointless discards from source codeAndrew Kelley
2022-09-11autodoc: reduce json payload sizeLoris Cro
2022-09-04autodoc: Opaque now handled like other container typesDer Teufel
2022-09-04autodoc: add support for doc testsLoris Cro
2022-09-02autodoc: fix stage2 compile errorLoris Cro
2022-09-02autodoc: fix merge mistakeLoris Cro
2022-09-02Merge pull request #12705 from der-teufel-programming/autodoc-big-intLoris Cro
2022-09-02autodoc: simplify int_big json stringify procedureLoris Cro
2022-09-02Merge pull request #12709 from der-teufel-programming/autodoc-compare-operatorsLoris Cro
2022-09-02autodoc: correct line number implementationLoris Cro
2022-09-02autodoc: int_big cleanupDer Teufel
2022-09-02autodoc: Added int_big supportDer Teufel
2022-09-01autodoc: Compare operatorsDer Teufel
2022-08-30Sema: shift of comptime int with runtime valueVeikka Tuominen
2022-08-27autodoc: better line counting for declsLoris Cro
2022-08-23autodoc: handle self-referential call+field_type instructionsLoris Cro
2022-08-23autodoc: initial support for struct_init_anonLoris Cro
2022-08-21autodoc: compileError now uses index into `exprs` instead of a `[]const u8`Der Teufel
2022-08-18autodoc: minor pr cleanupLoris Cro
2022-08-18Fixed stage1 compilation errorDer Teufel
2022-08-18autodoc: An attempt at generating HTML files from all imported sourceDer Teufel
2022-08-16Merge branch 'master' into autodoc-linksLoris Cro
2022-08-10stage2: Implement explicit backing integers for packed structsIsaac Freund
2022-08-09AutoDoc: update to Zir call inst changesVeikka Tuominen
2022-08-08stage2: pass anon name strategy to reifyVeikka Tuominen
2022-08-08autodoc: links to source codeMaciej 'vesim' KuliƄski
2022-08-04autodoc: fix analysis of function return typesLoris Cro
2022-08-03autodoc: inferred error unions in function return valuesLoris Cro
2022-08-02autodoc: fix off-by-1 error in analysis of pointer typesLoris Cro
2022-08-02autodoc: fix autodoc analysis for `@typeInfo`Loris Cro
2022-07-28autodoc: no whitespace in json output for release buildsLoris Cro
2022-07-22Autodoc: update to new ZIRAndrew Kelley
2022-07-21autodoc: cleanup file-related operationsLoris Cro
2022-07-21autodoc: use already open handles to output docs artifactsLoris Cro
2022-07-20Autodoc: fix int expr size for 32bit targetsLoris Cro
2022-07-19Autodoc: stage2 miscompilation workaroundAndrew Kelley
2022-07-19Autodoc: clean up debug printingAndrew Kelley
2022-07-19Autodoc: update to new array_type ZIRAndrew Kelley
2022-07-19Autodoc: update to new ZIR encodingAndrew Kelley
2022-07-19autodoc: handle result location instructionsLoris Cro
2022-07-19autodoc: handle special case of autodoc for stdLoris Cro
2022-07-19autodoc: add support for new func-related ZirLoris Cro
2022-07-19autodoc: handling more values sectionsVallahor
2022-07-19autodoc: update array analysis to new ZirLoris Cro
2022-07-19autodoc: handling refPath and fieldRefVallahor
2022-07-19autodoc: initial work in opaque_declVallahor
2022-07-19autodoc: rework json printing codeLoris Cro
2022-07-19autodoc: experiment get line infoVallahor
2022-07-19autodoc: fix package issue when analyzing stdlibLoris Cro
2022-07-19autodoc: enabled packagesLoris Cro