summary refs log tree commit diff stats
path: root/compiler/idents.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-17/+17
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Dropped 'T' from typespdw2015-06-041-3/+3
|
* Implement #2811 - Unicode en-dash (U+2013) as hump/snake alt.Oscar Campbell2015-05-311-1/+3
|
* nimsuggest: first versionAraq2015-01-271-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* renamefestAraq2014-08-231-1/+1
|
* case consistency part 1Araq2013-12-271-1/+1
|
* support for --cs:partialAraq2013-09-241-1/+4
|
* implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-261-0/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* fixes the recently discovered GC memory leaksZahary Karadjov2012-12-201-2/+2
| | | | | | This revision is intended as comparison point between the old and the new GC The used GC can be switched in mmdisp and various statistics will be gathered during execution (these will be removed/disabled in later revisions)
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-1/+3
| | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* much more efficient rod file generationAraq2011-10-181-64/+36
|
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-2/+2
|
* big repo cleanupAraq2011-04-121-0/+132