| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #14404 foldr had the classic multiple evaluation bug (#14413) | Timothee Cour | 2020-05-21 | 1 | -7/+7 |
* | sequtils refactoring: prefer typeof over type (#14212) | Andreas Rumpf | 2020-05-04 | 1 | -15/+15 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 4 | -5/+5 |
* | change 'iff' to 'if' to stop "corrections" once and for all (#14182) | Miran | 2020-05-01 | 2 | -5/+5 |
* | JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168) | hlaaftana | 2020-04-30 | 1 | -2/+0 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -12/+12 |
* | Add critbits.commonPrefixLen (#14072) | Phil Krylov | 2020-04-24 | 1 | -0/+16 |
* | Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542) | hlaaftana | 2020-04-21 | 1 | -0/+41 |
* | fix mapIt issues #12625 & #12639 (#14041) | Judd | 2020-04-21 | 1 | -14/+36 |
* | Add runnableExamples to critbits module (#13994) | jiro | 2020-04-18 | 1 | -25/+219 |
* | Add `hashWangYi1` (#13823) | c-blake | 2020-04-15 | 1 | -3/+2 |
* | return types must not be Natural for reasons I won't outline here | Araq | 2020-04-02 | 1 | -1/+1 |
* | feature/count (#13837) | Dean Eigenmann | 2020-04-02 | 1 | -0/+19 |
* | revert stdlib changes which are not required anymore | Andreas Rumpf | 2020-04-01 | 2 | -10/+13 |
* | Hrm, the new errors highlighted some code that seems to be broken | Zahary Karadjov | 2020-04-01 | 2 | -13/+10 |
* | Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1... | c-blake | 2020-03-31 | 7 | -174/+98 |
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 1 | -0/+26 |
* | fix #13794 HashSet leak (#13800) | Timothee Cour | 2020-03-29 | 1 | -1/+2 |
* | add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13... | Miran | 2020-03-19 | 1 | -4/+4 |
* | fixes hash(HashSet) which was wrong as it didn't respect tombstones; refs #13649 | Araq | 2020-03-18 | 1 | -1/+2 |
* | fix #13310, Deque misbehaves on VM (#13625) | Miran | 2020-03-11 | 1 | -2/+15 |
* | tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test... | Timothee Cour | 2020-02-26 | 5 | -25/+44 |
* | make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448) | Timothee Cour | 2020-02-21 | 1 | -5/+5 |
* | Add `sequtils.unzip` to complement `sequtils.zip` (#13429) | Kaushal Modi | 2020-02-20 | 1 | -0/+15 |
* | Remove testutils (#13435) [backport] | Clyybber | 2020-02-19 | 1 | -3/+4 |
* | [backport] pseudorandom probing for hash collision (#13418) | Timothee Cour | 2020-02-19 | 7 | -142/+209 |
* | remove outplace version of 'merge' for CountTables (#13377) | Miran | 2020-02-10 | 1 | -19/+13 |
* | [backport] remove 'CountTable.mget' (#13355) | Miran | 2020-02-07 | 1 | -13/+0 |
* | Idxmin & idxmax, continuation (#13208) | Miran | 2020-01-20 | 1 | -0/+35 |
* | [backport] fix #12813, fix #13079 (#13099) | Miran | 2020-01-10 | 1 | -4/+14 |
* | Auto-initialize deques (#12879) | Ico Doornekamp | 2019-12-21 | 1 | -3/+17 |
* | remove unused import (#12900) | Krzysztof Majk | 2019-12-15 | 1 | -1/+1 |
* | fixes #12798 [backport] | Araq | 2019-12-04 | 1 | -0/+1 |
* | Fix sequtils.delete bug with out of bounds indexes (#12506) | Oscar NihlgÄrd | 2019-11-29 | 1 | -1/+6 |
* | Discussion both in (#12678) | c-blake | 2019-11-20 | 1 | -31/+41 |
* | remove long-deprecated 'mapIt' | narimiran | 2019-11-13 | 1 | -7/+0 |
* | .cursor implementation (#12637) | Andreas Rumpf | 2019-11-12 | 1 | -4/+7 |
* | fix #12519: introduce OrderedTable.take, CountTable.del, CountTable.take (#12... | Miran | 2019-11-08 | 1 | -4/+148 |
* | Make sequtils.zip return seq of anonymous tuples (#12575) | Kaushal Modi | 2019-11-04 | 1 | -40/+64 |
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 2 | -2/+2 |
* | sequtils: replace deprecated 'random' call within example (#12515) [backport] | Jjp137 | 2019-10-25 | 1 | -1/+1 |
* | Fix word wrapping | Jjp137 | 2019-10-22 | 2 | -5/+6 |
* | Fix many broken links | Jjp137 | 2019-10-22 | 4 | -7/+7 |
* | fixes #11764, faster hashing of (u)int (#12407) | Miran | 2019-10-15 | 1 | -2/+2 |
* | fixes #12366 [backport] (#12393) | Andreas Rumpf | 2019-10-09 | 1 | -0/+17 |
* | use system.move instead of system.shallowCopy if the GC mode requires it | Andreas Rumpf | 2019-10-04 | 5 | -10/+24 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -2/+2 |
* | last stdlib cleanups | Araq | 2019-09-21 | 3 | -0/+6 |
* | removed the deprecatedGet pragma | Araq | 2019-09-21 | 1 | -3/+2 |
* | lib\pure\htmlgen.nim | Araq | 2019-09-21 | 2 | -761/+0 |