aboutsummaryrefslogtreecommitdiff
path: root/tests/documentation/documentation_tester.odin
Commit message (Expand)AuthorAgeFilesLines
* Changed some recently added //+ usages to #+ and also fixed some //+ usages i...Karl Zylinski2024-09-171-1/+1
* Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-041-1/+1
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-141-1/+1
* Add more uses of `#no_capture`gingerBill2024-07-141-1/+1
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Fix tests for `-strict-style`gingerBill2023-06-261-2/+2
* [core:thread] Added `self_cleanup` flag to properly auto-clean threadshikari2023-06-071-2/+2
* Document core:math/rand and add 'possible output'Lucas Perlind2023-05-311-18/+32
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-1/+1
* Re-enable documentation CI and improve error messagesLucas Perlind2023-04-071-2/+37
* Enforce example names in documentationLucas Perlind2023-04-011-70/+97
* Add documentation tester and make it apart of CI workflowLucas Perlind2023-03-301-0/+394