summary refs log tree commit diff stats
path: root/tests/system/tstrmantle.nim
Commit message (Collapse)AuthorAgeFilesLines
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-191-46/+0
| | | | | | | | * improvements to $(SomeInteger) and addInt * remove mIntToStr, mInt64ToStr * improvements * fix tests/pragmas/tinjectstmt.nim; the diff is harmless, cgen code is identical with -d:danger or debug mode * rm tests/system/tstrmantle.nim * revert compiler/jsgen.nim for -d:nimVersion140
* cleanup docs and tests (#16235)flywind2020-12-031-9/+9
| | | | | * js module also uses runnableExamples * cleanup docs and tests
* better addInt (#16160)flywind2020-12-011-0/+46
* better addint * Update lib/system/strmantle.nim Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>