Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | help Nim optimize intsets.initIntSet | Andreas Rumpf | 2018-12-30 | 1 | -8/+7 | |
| | ||||||
* | IntSet documentation notes (#10051) | Alexis Hope | 2018-12-21 | 1 | -19/+28 | |
| | ||||||
* | Merge branch 'devel' into sorted_deduplicate | Andreas Rumpf | 2018-12-12 | 2 | -2/+19 | |
|\ | ||||||
| * | Merge pull request #9805 from pacien/181126-list-append | Andreas Rumpf | 2018-12-11 | 1 | -0/+15 | |
| |\ | | | | | | | add SinglyLinkedList.append procs | |||||
| | * | add SinglyLinkedList.append procs | pacien | 2018-11-27 | 1 | -0/+15 | |
| | | | ||||||
| * | | refs #9880 show index and bound in lots of `index out of bounds` errors | Timothee Cour | 2018-12-09 | 1 | -2/+4 | |
| |/ | ||||||
* / | Add the parameter isSorted for the sequtils.deduplicate | data-man | 2018-12-07 | 1 | -3/+21 | |
|/ | ||||||
* | universal toSeq: works with UFCS; works with inline & closure iterators, and ↵ | Timothee Cour | 2018-11-22 | 1 | -30/+130 | |
| | | | | | | | | | | | with iterables (#8711) * universal toSeq: works with UFCS; works with inline, closure, and proc iterators, and also non-iterators * support all iterables with toSeq * workaround for #9130 | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 7 | -30/+1 | |
| | ||||||
* | make tests green again | Araq | 2018-11-06 | 1 | -1/+0 | |
| | ||||||
* | added system.typeof operation; fixes #9093 | Araq | 2018-10-24 | 1 | -4/+18 | |
| | ||||||
* | Fix OrderedSet.excl (#9287) | Oscar Nihlgård | 2018-10-11 | 1 | -34/+29 | |
| | ||||||
* | better docs for `tables` module (#9221) | Miran | 2018-10-09 | 1 | -176/+190 | |
| | | | | | | * better docs for `tables` module * lower case for the first sentence in docs | |||||
* | Merges #8451 manually. Fixes #8099. | Dominik Picheta | 2018-10-03 | 1 | -1/+1 | |
| | ||||||
* | make sequtils compile | Araq | 2018-08-22 | 1 | -1/+0 | |
| | ||||||
* | make more things compile without isNil | Araq | 2018-08-22 | 1 | -1/+1 | |
| | ||||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -1/+1 | |
| | ||||||
* | make tests green again | Araq | 2018-08-21 | 1 | -4/+1 | |
| | ||||||
* | fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586) | Timothee Cour | 2018-08-16 | 1 | -14/+26 | |
| | | | | | * cleanups refs #8584 * fixes #7187 | |||||
* | Merge branch 'devel' into araq-misc | Andreas Rumpf | 2018-08-16 | 1 | -38/+86 | |
|\ | ||||||
| * | fixes #8577, fixes #8580, other bug fixes (#8584) | Timothee Cour | 2018-08-14 | 1 | -38/+86 | |
| | | ||||||
* | | make more tests green | Andreas Rumpf | 2018-08-14 | 1 | -1/+1 | |
| | | ||||||
* | | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -9/+15 | |
|/ | ||||||
* | Fix regression for mapIt (#8567) | LemonBoy | 2018-08-08 | 1 | -3/+8 | |
| | | | | | | Don't try to be too smart and limit the use of `evalOnce` where strictly needed as not every value can be assigned with a `let`. Fixes #8566 | |||||
* | Make mapIt work on openArray's (#8543) | LemonBoy | 2018-08-07 | 1 | -3/+30 | |
| | ||||||
* | add sets.pop procedure (analogue to python) (#8383) | skilchen | 2018-07-21 | 1 | -0/+12 | |
| | ||||||
* | sequtils: remove some aligning spaces around == to silence warnings | skilchen | 2018-07-21 | 1 | -13/+13 | |
| | ||||||
* | Clarify the docs for tables.del (#8134) | Yuriy Glukhov | 2018-06-27 | 1 | -4/+6 | |
| | ||||||
* | stdlib work | Zahary Karadjov | 2018-06-16 | 1 | -6/+51 | |
| | ||||||
* | Removed redundant conditions in CritBitTree.inc, speedup it. | data-man | 2018-06-08 | 1 | -4/+1 | |
| | ||||||
* | Add the val parameter for CritBitTree[T].incl (#7988) | Dmitry Atamanov | 2018-06-08 | 1 | -0/+20 | |
| | | | | | | * Add the val parameter for CritBitTree[T].incl * Updated changelog | |||||
* | Fixed bug in CritBitTree.inc. Fixes #7990. | data-man | 2018-06-07 | 1 | -1/+10 | |
| | ||||||
* | Quote a keys for CritBitTree $ impl. Fixes #7987 | data-man | 2018-06-07 | 1 | -4/+8 | |
| | ||||||
* | Fixes CritBitTree.inc's bug (#7838) | Dmitry Atamanov | 2018-05-18 | 1 | -4/+14 | |
| | | | | | | * Fixes CritBitTree.inc's bug * Update changelog | |||||
* | Modify hash for HashSet to use `xor` to mix hash of items. | Lolo Iccl | 2018-05-09 | 1 | -5/+2 | |
| | ||||||
* | Modify previous commit and add tests | Lolo Iccl | 2018-05-09 | 1 | -2/+5 | |
| | ||||||
* | Modify previous commit | Lolo Iccl | 2018-05-09 | 1 | -4/+8 | |
| | | | | | Modify previous commit to use data[h].hcode in proc hash for HashSet and for OrderedSet. | |||||
* | Add proc hash for HashSet and for OrderedSet | Lolo Iccl | 2018-05-09 | 1 | -0/+10 | |
| | | | | close #7772 | |||||
* | critbits: don't rely on terminating zero | Andreas Rumpf | 2018-04-29 | 1 | -3/+4 | |
| | ||||||
* | make more tests green | Andreas Rumpf | 2018-04-29 | 1 | -2/+2 | |
| | ||||||
* | fix issues #6986 and #7501 (#7513) | skilchen | 2018-04-06 | 1 | -1/+1 | |
| | ||||||
* | Fix documentation link for set type (#7465) | Roman Ovseitsev | 2018-04-03 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #7075 from lcrees/get_default | Dominik Picheta | 2018-03-29 | 1 | -13/+80 | |
|\ | | | | | Add default argument to tables.getOrDefault | |||||
| * | Add default argument to 'tables.getOrDefault' | lcrees | 2018-01-13 | 1 | -13/+80 | |
| | | ||||||
* | | more documentation fixes | Araq | 2018-03-05 | 1 | -5/+7 | |
| | | ||||||
* | | Fix toCountTable and newCountTable | konqoro | 2018-02-21 | 1 | -21/+20 | |
| | | ||||||
* | | fixes #7215 | Andreas Rumpf | 2018-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | add more functionality from sets to intsets (#7185) | Imran Hendley | 2018-02-12 | 1 | -21/+156 | |
|/ | | | | | | | | | | | | * add more functionality from sets to intsets * remove -+- * < and == performance * don't hardcode s.a.len * remove shortcuts from < and == | |||||
* | Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990) | Yuriy Glukhov | 2017-12-31 | 2 | -9/+26 | |
| | ||||||
* | Tables: toCountTable: Update docs. | Konstantin Molchanov | 2017-12-27 | 1 | -1/+2 | |
| |