aboutsummaryrefslogtreecommitdiff
path: root/src/Autodoc.zig
AgeCommit message (Expand)Author
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
2022-07-19autodoc: restore support for zig version + cleanup & init work to fix packagesLoris Cro
2022-07-19autodoc: fixing a bug in builtin functions when the typeRef is nullVallahor
2022-07-19autodoc: add some tagsVallahor
2022-07-19autodoc: add cmpxchg_strong/weakVallahor
2022-07-19autodoc: @check array_cat and array_mulVallahor
2022-07-19autodoc: add some builtin functions and float128Vallahor
2022-07-19autodoc: refactoring binOpVallahor
2022-07-19autodoc: fix crash when handling siwtch_block instructionsLoris Cro
2022-07-19fix: slice_start, slice_end and slice_sentinel typeRef are now showing the sl...Vallahor
2022-07-19add: slice_start, slice_end and slice_sentinelVallahor
2022-07-19add: builtins functionsVallahor
2022-07-19add: merge_error_sets and @alignOf() need a checkin to confirm it's fully workVallahor
2022-07-19autodoc: fixes to generic fn support plus linking supportLoris Cro
2022-07-19autodoc: init generic function supportLoris Cro
2022-07-19autodoc: add buffering to the json writerLoris Cro
2022-07-19WIP: switch_block tagVallahor
2022-07-19add: @enumToInt() WIPVallahor
2022-07-19add: handling @bitSizeOf() need to check why not working correctly with `alig...Vallahor
2022-07-19add: binOp @alignCast and bit_orVallahor
2022-07-19add: handling @bitCast as binOpVallahor
2022-07-19add: handling binOp divVallahor
2022-07-19issue: reminder to fix array_initVallahor
2022-07-19fix: *.{} array are now printed as type *[]comptimeVallahor