Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | deprecate the .this pragma | Araq | 2018-08-09 | 1 | -23/+14 |
| | |||||
* | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -22/+14 |
| | | | | around explicitly | ||||
* | move eqIdent to vm.nim (#7585) | Arne Döring | 2018-04-15 | 1 | -1/+1 |
| | | | | | | * Strutils comment changes. * fix typo | ||||
* | remove en-dash from the language | Andreas Rumpf | 2017-04-02 | 1 | -3/+1 |
| | |||||
* | refactoring complete: explicit ident cache | Araq | 2016-10-31 | 1 | -3/+2 |
| | |||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 1 | -12/+38 |
| | |||||
* | compiler: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -17/+17 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Dropped 'T' from types | pdw | 2015-06-04 | 1 | -3/+3 |
| | |||||
* | Implement #2811 - Unicode en-dash (U+2013) as hump/snake alt. | Oscar Campbell | 2015-05-31 | 1 | -1/+3 |
| | |||||
* | nimsuggest: first version | Araq | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | support for --cs:partial | Araq | 2013-09-24 | 1 | -1/+4 |
| | |||||
* | implemented delegators and improved the error messages of unmatched type classes | Zahary Karadjov | 2013-08-26 | 1 | -0/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | fixes the recently discovered GC memory leaks | Zahary Karadjov | 2012-12-20 | 1 | -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 blocks | Zahary Karadjov | 2012-10-04 | 1 | -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 headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | much more efficient rod file generation | Araq | 2011-10-18 | 1 | -64/+36 |
| | |||||
* | got rid of nstrtabs and nhashes modules | Araq | 2011-06-10 | 1 | -2/+2 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+132 |