aboutsummaryrefslogtreecommitdiff
path: root/src/docs_writer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Increase usage of `PtrMap`gingerBill2021-11-051-27/+17
|
* Update doc-formatgingerBill2021-10-271-0/+1
|
* Add support for matrix type in doc formatgingerBill2021-10-271-0/+8
|
* Update doc format for multi-pointersgingerBill2021-08-221-0/+4
|
* Remove unused codegingerBill2021-08-191-2/+1
|
* Add sanity casts for 32/64 bit correctnessgingerBill2021-07-121-1/+1
|
* Make default calling convention code more correct to readgingerBill2021-06-081-2/+8
|
* Add missing `doc_format` flags for entities and improve docs for the odin ↵gingerBill2021-06-051-2/+11
| | | | package
* Minor clean upgingerBill2021-06-021-5/+2
|
* Add "naked" calling convention (removes prologue and epilogue)gingerBill2021-04-281-0/+3
|
* Remove `intrinsics.x86_mmx` typegingerBill2021-04-221-7/+3
|
* Add package flagsgingerBill2021-04-181-1/+19
|
* Improve `init_string` determination for constantsgingerBill2021-04-181-1/+19
|
* Improve odin-doc type information for Named types by storing the base typegingerBill2021-04-181-0/+1
|
* Add calling_convention to odin-doc Type formatgingerBill2021-04-181-0/+27
|
* Fix enumerated arrays for .odin-docgingerBill2021-04-181-3/+8
|
* Add `-doc-format` command for the new .odin-doc file format (to be used to ↵gingerBill2021-04-181-0/+1023
generate documentation tools)