summary refs log tree commit diff stats
path: root/compiler/enumtostr.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #12821 (#12822)cooldome2019-12-061-5/+10
|
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-15/+15
| | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls
* fixes #11205Araq2019-05-281-0/+56
|
* more efficient enumToStr implementation that works without the old typeinfo ↵Andreas Rumpf2019-04-071-0/+42
structures