summary refs log tree commit diff stats
path: root/compiler/canonicalizer.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-66/+66
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-7/+7
|
* Fix typosFederico Ceratto2015-02-151-2/+2
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-2/+2
|
* implements strongSpaces parsing modeAraq2014-03-071-3/+3
|
* fixes #937Araq2014-03-051-0/+7
|
* some progress on the new name manglerAraq2014-02-271-130/+251
|
* added canonizerAraq2014-02-251-0/+288