| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds split proc for strings with a string separator. | Dominik Picheta | 2014-04-11 | 1 | -0/+20 |
* | Adds AllChars constant to strutils. | Grzegorz Adam Hankiewicz | 2014-01-22 | 1 | -0/+10 |
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -1/+1 |
* | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -10/+10 |
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -1106/+1106 |
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -9/+9 |
* | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 1 | -1/+3 |
|\ |
|
| * | Deprecate quoteIfContainsWhite in favor of osproc.quoteShell. | Michał Zieliński | 2013-12-10 | 1 | -1/+3 |
| * | Reverts "Make quoteIfContainsWhite quote…". Refs #702. | Grzegorz Adam Hankiewicz | 2013-12-10 | 1 | -43/+8 |
| * | Make quoteIfContainsWhite quote argument, so it can be safely passed to shell. | Michał Zieliński | 2013-12-07 | 1 | -8/+43 |
* | | next steps for FFI support | Araq | 2013-11-25 | 1 | -2/+2 |
* | | new VM is getting stable | Araq | 2013-10-29 | 1 | -1/+1 |
|/ |
|
* | fixes #398 | Araq | 2013-08-31 | 1 | -6/+6 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-07-20 | 1 | -6/+14 |
|\ |
|
| * | Extends align proc with default padding parameter. | Grzegorz Adam Hankiewicz | 2013-07-05 | 1 | -6/+14 |
* | | refactorings for the eval engine; bugfix: clean templates as accessors | Araq | 2013-07-19 | 1 | -7/+7 |
|/ |
|
* | Adds note about grouping to split iterators. | Grzegorz Adam Hankiewicz | 2013-05-11 | 1 | -42/+49 |
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
* | Adds left alignment example to strutils. | Grzegorz Adam Hankiewicz | 2013-03-12 | 1 | -2/+11 |
* | preparations for a generational GC | Araq | 2013-02-16 | 1 | -1/+1 |
* | Added strutils.unescape and fixed issue with strutils.escape. | Dominik Picheta | 2013-01-25 | 1 | -1/+39 |
* | Adds to split() a code example using a set of separators. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -1/+18 |
* | Added strutils.rfind. | Dominik Picheta | 2012-08-19 | 1 | -0/+14 |
* | stdlib uses more of varargs | Araq | 2012-08-16 | 1 | -1/+1 |
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -0/+7 |
* | fixes #109 | Araq | 2012-05-20 | 1 | -1/+3 |
* | bugfix: strutils.formatFloat | Araq | 2012-05-09 | 1 | -3/+3 |
* | small bugfixes; documentation generator supports smilies for the forum | Araq | 2012-05-01 | 1 | -0/+10 |
* | added strutils.parseEnum; fixes #95 | Araq | 2012-04-01 | 1 | -2/+21 |
* | exported strutils.abbrev | Araq | 2012-02-24 | 1 | -13/+12 |
* | bugfixes: tests are green again | Araq | 2012-01-13 | 1 | -1/+1 |
* | niminst: diverse improvements; fixes #80 | Araq | 2012-01-13 | 1 | -7/+39 |
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
* | added support for advanced substitution expressions | Araq | 2011-12-27 | 1 | -111/+121 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-12-22 | 1 | -0/+10 |
|\ |
|
| * | fixes #77 | dom96 | 2011-12-19 | 1 | -0/+10 |
* | | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 1 | -9/+34 |
|/ |
|
* | slurp uses path; unidecode is improved and threadsafe | Araq | 2011-10-08 | 1 | -3/+3 |
* | code generator supports constant sequences; more consistent compile time eval... | Araq | 2011-10-07 | 1 | -6/+19 |
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o... | Araq | 2011-09-26 | 1 | -7/+5 |
* | lib/pure/strutils.nim: fix doc comment for splitLines | Keita Haga | 2011-08-25 | 1 | -53/+53 |
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 1 | -62/+61 |
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 1 | -40/+40 |
* | bugfixes for semantic checking; thread implementation pushed the compiler | Araq | 2011-06-04 | 1 | -0/+6 |
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -13/+13 |
* | newStringOfCap implemented and used to optimize some procs | Araq | 2011-05-08 | 1 | -7/+13 |
* | := templatable; lexer improvements | Araq | 2011-04-17 | 1 | -6/+6 |
* | linearScanEnd pragma; string case statement optimization | Araq | 2011-03-14 | 1 | -3/+6 |
* | distinction between re.replace and re.replacef; speed improvements for re module | Araq | 2011-03-06 | 1 | -2/+2 |