aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-21Sema: disallow 'align' on functions on wasmVeikka Tuominen
2022-07-21Sema: fix non-exhaustive union switch checksVeikka Tuominen
2022-07-21autodoc: cleanup file-related operationsLoris Cro
2022-07-21autodoc: use already open handles to output docs artifactsLoris Cro
2022-07-20stage2 llvm: fix handling of pointer fields in packed structsVeikka Tuominen
2022-07-20Autodoc: fix int expr size for 32bit targetsLoris Cro
2022-07-19Autodoc: stage2 miscompilation workaroundAndrew Kelley
2022-07-19delete the stage1 implementation of autodocAndrew Kelley
2022-07-19Autodoc: clean up debug printingAndrew Kelley
2022-07-19Autodoc: skip docs when compile errors occurAndrew 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
2022-07-19fix: "match failure" in c.zig file @check other files and handling floats and...Vallahor
2022-07-19binOp now showing better it's need a better struture, right now it's has a ha...Vallahor
2022-07-19add: binOp WIPVallahor
2022-07-19add: handling to extra information in ptr_typeVallahor