summary refs log tree commit diff stats
path: root/lib/pure/collections/sequtils.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moving asArray to future moduleFredrik Høisæther Rasch2017-11-181-29/+0
* Swapping asArray parameter orderFredrik Høisæther Rasch2017-11-181-3/+3
* Changing asArray documentationFredrik Høisæther Rasch2017-11-181-2/+2
* avoid asArray macros import when using nimscriptFredrik Høisæther Rasch2017-11-181-25/+25
* Implement an `asArray` macroFredrik Høisæther Rasch2017-11-181-0/+29
* deprecated unary '<'Andreas Rumpf2017-10-291-17/+17
* Sequtils improvements (#6574)narimiran2017-10-251-171/+267
* update linksnarimiran2017-10-221-2/+2
* change seq name to `list`narimiran2017-10-221-75/+76
* more descriptive namesnarimiran2017-10-221-4/+4
* add `count` to sequtilsnarimiran2017-10-211-0/+31
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* sequtils: removed outdated noteAndreas Rumpf2017-03-141-3/+0
* fixes #4386Andreas Rumpf2016-10-231-2/+2
* Removed the use of .gensym pragma inside stdlib templatesRuslan Mustakov2016-08-231-8/+8
* make nim bootstrap again for older versionsAndreas Rumpf2016-07-301-1/+3
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-12/+12
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* Fixes foldl() and foldr() + foldl() with start parameter.Hans Raaf2016-03-061-10/+37
* Update comment about `map` being in system moduledef2015-11-231-6/+3
* added all/any/allIt/anyIt with tests and inline documentationrbmz2015-10-131-0/+93
* restore {.immediate.} to toSeqPeter Mora2015-10-061-1/+1
* sequtils related changesPeter Mora2015-10-051-36/+169
* Fixed my name.Alexander Mitchell-Robinson2015-09-071-2/+2
* removed sequtils.reversed again since it's already in algorithm.nimAraq2015-08-101-23/+0
* added sequtils.reversed; refs #3148Araq2015-08-091-0/+23
* 'sequtils doesn't take confusing default args anymoreAraq2015-07-081-1/+1