summary refs log tree commit diff stats
path: root/compiler/enumtostr.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #11205Araq2019-05-281-0/+56
|
* more efficient enumToStr implementation that works without the old typeinfo ↵Andreas Rumpf2019-04-071-0/+42
structures
> 49 50 51 52 53 54 55 56 57 58 59 60 61 62