Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better CSS; better docs for teh tables module | Araq | 2014-12-21 | 1 | -9/+18 |
| | |||||
* | fixed typos so docgen works again | Araq | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | implemented 'koch pdf' | Araq | 2014-12-19 | 1 | -1/+0 |
| | |||||
* | fixes #1496 | Araq | 2014-12-18 | 2 | -0/+39 |
| | |||||
* | fixes #619 | Araq | 2014-11-15 | 1 | -0/+4 |
| | |||||
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -7/+7 |
| | |||||
* | recursive tuple types are now invalid (breaking change) | Araq | 2014-10-02 | 1 | -0/+2 |
| | |||||
* | prettified re.nim; make some tests green | Araq | 2014-08-31 | 1 | -21/+22 |
| | |||||
* | fixes #1444 | Araq | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -13/+13 |
| | |||||
* | big rename | Araq | 2014-08-28 | 1 | -12/+12 |
| | |||||
* | big rename | Araq | 2014-08-28 | 2 | -156/+156 |
| | |||||
* | big rename | Araq | 2014-08-28 | 2 | -7/+7 |
| | |||||
* | big rename | Araq | 2014-08-27 | 9 | -225/+227 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 2 | -4/+4 |
| | |||||
* | fixes #1413 | Araq | 2014-08-13 | 1 | -1/+19 |
| | |||||
* | Merge pull request #1403 from def-/newseqwith | Andreas Rumpf | 2014-08-12 | 1 | -0/+24 |
|\ | | | | | Add newSeqWith | ||||
| * | Move newSeqWith to sequtils | def | 2014-08-11 | 1 | -0/+24 |
| | | |||||
* | | Adds definition of card term to sets module. | Grzegorz Adam Hankiewicz | 2014-07-27 | 1 | -0/+6 |
| | | |||||
* | | Adds more docstrings to the sets module. | Grzegorz Adam Hankiewicz | 2014-07-27 | 1 | -61/+374 |
| | | |||||
* | | Adds TSet.init(), wraps initSet around it. | Grzegorz Adam Hankiewicz | 2014-07-26 | 1 | -6/+46 |
| | | |||||
* | | Adds TOrderedSet.init(), wraps initOrderedSet around it. | Grzegorz Adam Hankiewicz | 2014-07-26 | 1 | -8/+49 |
| | | |||||
* | | Adds test cases for remaining TSet procs. | Grzegorz Adam Hankiewicz | 2014-07-26 | 1 | -0/+9 |
| | | |||||
* | | Moves TSet procs to their code block. | Grzegorz Adam Hankiewicz | 2014-07-26 | 1 | -21/+21 |
| | | |||||
* | | Adds TOrderedSet.isValid(). | Grzegorz Adam Hankiewicz | 2014-07-26 | 1 | -0/+58 |
| | | |||||
* | | Adds TSet.isValid(). | Grzegorz Adam Hankiewicz | 2014-07-26 | 1 | -0/+101 |
| | | |||||
* | | Added stylistic consistancy. | Clay Sweetser | 2014-07-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'ptables_fix' of git://github.com/flyx/Nimrod into flyx-ptables_fix | Clay Sweetser | 2014-07-24 | 1 | -2/+5 |
|\ \ | |||||
| * | | Fixed `==` for PTables, added test. | Felix Krause | 2014-06-27 | 1 | -2/+5 |
| | | | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-07-22 | 1 | -1/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #1377 from sjakobi/patch-1 | Andreas Rumpf | 2014-07-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | sequtils: Correct documentation for keepIf proc | ||||
| | * | | sequtils: Correct documentation for keepIf proc | Simon Jakobi | 2014-07-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | sequtils: Complete mapIt documentation example | Simon Jakobi | 2014-07-19 | 1 | -0/+1 |
| |/ / | |||||
* / / | '[]' for crit bit trees doesn't need the 'var' parameter | Araq | 2014-07-22 | 1 | -1/+1 |
|/ / | |||||
* | | More effificent TSet difference | def | 2014-07-14 | 1 | -3/+4 |
| | | |||||
* | | Add missing difference and to sets module | def | 2014-07-14 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #1301 from def-/sequtils-filter-directly | Andreas Rumpf | 2014-06-30 | 1 | -0/+49 |
|\ \ | | | | | | | Add keepIf proc and keepIfIt template to sequtils | ||||
| * | | Rename keepIfIt to keepItIf | def | 2014-06-28 | 1 | -5/+5 |
| | | | |||||
| * | | Add keepIf proc and keepIfIt template to sequtils | def | 2014-06-22 | 1 | -0/+49 |
| | | | |||||
* | | | Rename sequtils.distnct to sequtils.deduplicate. | Reimer Behrends | 2014-06-28 | 1 | -9/+5 |
| |/ |/| | |||||
* | | Fixed TSet proc names to conform with set | Felix Krause | 2014-06-26 | 1 | -3/+3 |
| | | |||||
* | | Fixed doc comments in sets.nim | Felix Krause | 2014-06-26 | 1 | -4/+4 |
| | | |||||
* | | Added logical set operations to TSet | Felix Krause | 2014-06-25 | 1 | -0/+49 |
|/ | |||||
* | Merge pull request #1251 from gradha/pr_misc_docs | Andreas Rumpf | 2014-06-12 | 1 | -2/+4 |
|\ | | | | | Misc docs suggestions | ||||
| * | Revert "Adds to tables module example of reference type vs value type." | Grzegorz Adam Hankiewicz | 2014-06-10 | 1 | -32/+2 |
| | | | | | | | | This reverts commit bde9d1ac0753e46c726dc63930539bb82d09f19d. | ||||
| * | Adds to tables module example of reference type vs value type. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+32 |
| | | |||||
| * | Avoids temporal string in tables hashing example. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+4 |
| | | |||||
* | | added allValues iterator | Araq | 2014-06-12 | 1 | -2/+9 |
|/ | |||||
* | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 1 | -1/+1 |
| |