summary refs log tree commit diff stats
path: root/lib/pure/collections/sequtils.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix #14994 (#14996)Clyybber2020-07-151-1/+2
* remove isMainModule from json,os,sequtils (#14572)Timothee Cour2020-06-061-461/+0
* fix #14404 foldr had the classic multiple evaluation bug (#14413)Timothee Cour2020-05-211-7/+7
* sequtils refactoring: prefer typeof over type (#14212)Andreas Rumpf2020-05-041-15/+15
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-1/+1
* fix mapIt issues #12625 & #12639 (#14041)Judd2020-04-211-14/+36
* return types must not be Natural for reasons I won't outline hereAraq2020-04-021-1/+1
* feature/count (#13837)Dean Eigenmann2020-04-021-0/+19
* revert stdlib changes which are not required anymoreAndreas Rumpf2020-04-011-2/+3
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-011-3/+2
* make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448)Timothee Cour2020-02-211-5/+5
* Add `sequtils.unzip` to complement `sequtils.zip` (#13429)Kaushal Modi2020-02-201-0/+15
* Idxmin & idxmax, continuation (#13208)Miran2020-01-201-0/+35
* Fix sequtils.delete bug with out of bounds indexes (#12506)Oscar Nihlgård2019-11-291-1/+6
* remove long-deprecated 'mapIt'narimiran2019-11-131-7/+0
* Make sequtils.zip return seq of anonymous tuples (#12575)Kaushal Modi2019-11-041-40/+64
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* sequtils: replace deprecated 'random' call within example (#12515) [backport]Jjp1372019-10-251-1/+1
* Fix many broken linksJjp1372019-10-221-1/+1
* use system.move instead of system.shallowCopy if the GC mode requires itAndreas Rumpf2019-10-041-4/+16
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-2/+2
* styleCheck fix: type naming: s/outType/OutType/ (#11749)Kaushal Modi2019-07-161-9/+9
* [other] prettify collections (#11695)Miran2019-07-091-60/+63
* [bugfix] fix `delete` in strutils and sequtils (#11535)Miran2019-06-201-1/+1
* [other] documentation: deprecation comments are now auto-generatednarimiran2019-06-191-3/+1
* sequtils: minor typoAraq2019-05-101-1/+1
* reimplement_pr_10974 (#11130)cooldome2019-04-271-0/+16
* fixes #10433 (#10444)Miran2019-01-241-0/+9
* documentation: remove author field [ci skip]narimiran2019-01-171-2/+0
* sequtils doc: another quickfix [ci skip]narimiran2019-01-161-3/+3
* quickfix for sequtils docs [ci skip]narimiran2019-01-161-6/+3
* better docs: sequtilsnarimiran2019-01-161-303/+414
* Add the parameter isSorted for the sequtils.deduplicatedata-man2018-12-071-3/+21
* universal toSeq: works with UFCS; works with inline & closure iterators, and ...Timothee Cour2018-11-221-30/+130
* added system.typeof operation; fixes #9093Araq2018-10-241-4/+18
* Merges #8451 manually. Fixes #8099.Dominik Picheta2018-10-031-1/+1
* make sequtils compileAraq2018-08-221-1/+0
* fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586)Timothee Cour2018-08-161-14/+26
* fixes #8577, fixes #8580, other bug fixes (#8584)Timothee Cour2018-08-141-38/+86
* Fix regression for mapIt (#8567)LemonBoy2018-08-081-3/+8
* Make mapIt work on openArray's (#8543)LemonBoy2018-08-071-3/+30
* sequtils: remove some aligning spaces around == to silence warningsskilchen2018-07-211-13/+13
* fix issues #6986 and #7501 (#7513)skilchen2018-04-061-1/+1
* fixes #7215Andreas Rumpf2018-02-141-1/+1
* fix documentation comments in sequtils.nimAndreas Rumpf2017-12-051-2/+2
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-211-2/+0
* cleaned up macros.nimAndreas Rumpf2017-11-191-4/+5
* replaced asArray with a much more powerful mapLiterals macroAndreas Rumpf2017-11-181-16/+39
* Use 'typedesc' instead of 'untyped'Andreas Rumpf2017-11-181-1/+1
* Move asArray macro back to sequtilsFredrik Høisæther Rasch2017-11-181-0/+30