| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-04 | Run docs on rsa.nim | Joey Yakimowich-Payne | |
| 2020-05-04 | Change install to develop for appveyor | Joey | |
| 2020-05-04 | Add docgen runs in tests | Joey Yakimowich-Payne | |
| Fix paths import Skip docgen for rsa for now | |||
| 2020-05-04 | Add more robust comment extraction | Joey Yakimowich-Payne | |
| 2020-05-04 | Add comment gen for array type | Joey Yakimowich-Payne | |
| 2020-05-04 | Remove unused proc | Joey Yakimowich-Payne | |
| 2020-05-04 | Use gState.nocomments | Joey Yakimowich-Payne | |
| 2020-05-04 | Add comments explaining comment node procs | Joey Yakimowich-Payne | |
| 2020-05-04 | Remove unnecessary proc | Joey Yakimowich-Payne | |
| 2020-05-04 | Add ability to have multiple comments | Joey Yakimowich-Payne | |
| 2020-05-04 | Fix comments not being valid rst | Joey Yakimowich-Payne | |
| 2020-05-04 | Add comments for fields and objects | Joey Yakimowich-Payne | |
| 2020-05-04 | Add comments for enums and procs | Joey Yakimowich-Payne | |
| 2020-05-04 | Add more maintainable build types | Joey Yakimowich-Payne | |
| Add buildTypes to docs | |||
| 2020-05-04 | Address PR issues | Joey Yakimowich-Payne | |
| 2020-05-04 | Make getHeader specify which make strategy to use | Joey Yakimowich-Payne | |
| Fix make call Add comment | |||
| 2020-05-04 | Update README with changelog, credits | Ganesh Viswanathan | |
| 2020-05-04 | Add change logchangelog | Ganesh Viswanathan | |
| 2020-05-02 | Update README based on feedback | Ganesh Viswanathan | |
| 2020-05-01 | Fix for zliblzast2 | Ganesh Viswanathan | |
| 2020-05-01 | Fixes and test lzma/zlib with ast2 | Ganesh Viswanathan | |
| 2020-05-01 | Fix #198: integer out of range | genotrance | |
| 2020-05-01 | Fix #196 - more known typesissue196 | Ganesh Viswanathan | |
| 2020-05-01 | Fix #198: integer out of range | Joey Yakimowich-Payne | |
| 2020-04-30 | Clean globals, build debugast1quiet | Ganesh Viswanathan | |
| 2020-04-29 | Add -f:ast1, lesser debug output | Ganesh Viswanathan | |
| 2020-04-29 | Fix timeit ret for osxtimeit | Ganesh Viswanathan | |
| 2020-04-29 | Fix timeit for legacy, reduce Windows test matrix | Ganesh Viswanathan | |
| 2020-04-28 | Add timeit to measure test timings | Ganesh Viswanathan | |
| 2020-04-28 | Fix mode, toast output dirnimcfg | Ganesh Viswanathan | |
| 2020-04-28 | Prevent plugin outdir override by configuration | Ganesh Viswanathan | |
| 2020-04-28 | Enable conf detection in toast standalone | Ganesh Viswanathan | |
| 2020-04-28 | Fix #151 and fix #153 - detect nim.cfg | Ganesh Viswanathan | |
| 2020-04-26 | Merge pull request #191 from jyapayne/poc_print_ast | genotrance | |
| [ast2] Enable parsing some C Macro expressions to Nim expressions using treesitter | |||
| 2020-04-26 | Address some PR comments | Joey Yakimowich-Payne | |
| 2020-04-26 | Add test for not supported nodes | Joey Yakimowich-Payne | |
| 2020-04-26 | Don't support multiple base nodes yet | Joey Yakimowich-Payne | |
| 2020-04-26 | Fix comments breaking code | Joey Yakimowich-Payne | |
| 2020-04-26 | Add skippedSymbols for determining if a type has been skipped | Joey Yakimowich-Payne | |
| 2020-04-26 | Add hack for skipping types as root nodes | Joey Yakimowich-Payne | |
| 2020-04-26 | Fix tmath tests | Joey Yakimowich-Payne | |
| Modify tmath.nim to have one skip symbol Fix macro expansion with common value Fix tmath again | |||
| 2020-04-26 | Consolidate shift_expression into binary_expression and write more tests | Joey Yakimowich-Payne | |
| 2020-04-26 | Update code with comments and add debug expr proc | Joey Yakimowich-Payne | |
| 2020-04-26 | nimState -> gState | Joey Yakimowich-Payne | |
| 2020-04-26 | Update based on comments from review. Need to add more docs and reorg to use ↵ | Joey Yakimowich-Payne | |
| gstate | |||
| 2020-04-26 | Fix pcre tests | Joey Yakimowich-Payne | |
| 2020-04-26 | Add missing sized type specifier for 'long int', etc | Joey Yakimowich-Payne | |
| 2020-04-26 | Add comments describing capabilities | Joey Yakimowich-Payne | |
| 2020-04-26 | Use tsNodeChild | Joey Yakimowich-Payne | |
| 2020-04-26 | Make bitwise_expression forwards compatible | Joey Yakimowich-Payne | |
| Skip syms for tmath Skip more syms Add casting back for cast_expression. Disable cast test on Nim < 1.0.0 Skip more syms for cast expressions on Nim < 1.0.0 | |||
