Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -16/+3 |
| | |||||
* | strtabs: fixes stupid typo | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | make VM tests green | Araq | 2018-04-30 | 1 | -9/+9 |
| | |||||
* | Support `in` operator on StringTableRef | Lynn C. Rees | 2017-09-08 | 1 | -0/+4 |
| | |||||
* | added default param to strtabs.getOrDefault (#5280) | David Krause | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | make tests green | Araq | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | Allow to use strtabs module with js target | Anatoly Galiulin | 2016-09-08 | 1 | -14/+24 |
| | |||||
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | added getOrDefault; bootstrapping works again | Araq | 2015-10-13 | 1 | -0/+5 |
| | |||||
* | Merge branch 'mget' of https://github.com/def-/Nim into def--mget | Araq | 2015-10-13 | 1 | -12/+17 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim | ||||
| * | Rename mget to `[]` | def | 2015-03-31 | 1 | -13/+18 |
| | | | | | | | | | | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string | ||||
* | | add assert test to end of module | JamesP | 2015-10-06 | 1 | -6/+9 |
| | | |||||
* | | bug fix #3416 add wrapper around `[]=` to account for | JamesP | 2015-10-05 | 1 | -3/+6 |
| | | | | | | | | changes in StringTableRef disabling inc of counter | ||||
* | | lib/pure/p-t - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -4/+4 |
| | | |||||
* | | Rename clearStringTable to clear | def | 2015-03-17 | 1 | -2/+2 |
| | | |||||
* | | Rename resetStringTable to clearStringTable | def | 2015-03-17 | 1 | -1/+1 |
| | | |||||
* | | Make strtabs module usable when avoiding allocations | def | 2015-03-17 | 1 | -0/+6 |
|/ | | | | - resetStringTable proc | ||||
* | configuration system supports %= to access environment variables | Araq | 2015-02-07 | 1 | -1/+1 |
| | |||||
* | compiler distinguishes between 2 different 'var' types for C++ interop; code ↵ | Araq | 2015-02-07 | 1 | -1/+1 |
| | | | | cleanups | ||||
* | more modules updated | Araq | 2014-08-28 | 1 | -18/+18 |
| | |||||
* | big rename | Araq | 2014-08-28 | 1 | -3/+3 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -10/+15 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -3/+3 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -8/+8 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -4/+4 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | compiler support for babel | Araq | 2012-12-07 | 1 | -1/+13 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -2/+2 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | slurp uses path; unidecode is improved and threadsafe | Araq | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | renamed optional to discardable | Araq | 2011-09-24 | 1 | -1/+2 |
| | |||||
* | modifyable results for generics; teventemitter works | Araq | 2011-08-09 | 1 | -4/+4 |
| | |||||
* | bugfixes; step one for 'var T' as return type support | Araq | 2011-07-28 | 1 | -0/+10 |
| | |||||
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | cleaned up the tests; fixes #30; fixes #26 | Araq | 2011-05-01 | 1 | -13/+12 |
| | |||||
* | const table support | Araq | 2011-04-29 | 1 | -2/+2 |
| | |||||
* | C source regenerated | Araq | 2011-04-24 | 1 | -12/+13 |
| | |||||
* | slice support in system.nim; syntactic sugar for tables; cleanup of ↵ | Araq | 2011-04-23 | 1 | -0/+16 |
| | | | | grammar/parser | ||||
* | $ for strtabs; skipUntil, skipWhile for parseutils | Araq | 2011-04-05 | 1 | -6/+16 |
| | |||||
* | bugfix: init of temps | Araq | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | inlining of the write barrier for dlls | Andreas Rumpf | 2010-08-08 | 1 | -43/+35 |
| | |||||
* | version 0.8.8 | Andreas Rumpf | 2010-03-14 | 1 | -3/+3 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | better subscript overloading | rumpf_a@web.de | 2010-01-03 | 1 | -4/+4 |
| | |||||
* | added tools and web dirs | Andreas Rumpf | 2009-09-15 | 1 | -0/+0 |
| | |||||
* | version0.7.10 | Andreas Rumpf | 2009-06-08 | 1 | -0/+198 |