summary refs log tree commit diff stats
path: root/lib/pure/collections/sequtils.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | * Make sequtils.zip return seq of anonymous tuples Earlier the tuples had named fields "a" and "b" and that made it difficult to assign the zip returned seqs to other vars which expected seqs of tuples with field names other than "a" and "b". * Make sequtils.zip backwards compatible with Nim 1.0.x
* 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
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* 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
| | | | | | | | | | | 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
* 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
| | | | | * cleanups refs #8584 * fixes #7187
* fixes #8577, fixes #8580, other bug fixes (#8584)Timothee Cour2018-08-141-38/+86
|
* Fix regression for mapIt (#8567)LemonBoy2018-08-081-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)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
| | | | This reverts commit 72f653c2daa5c629ed8a57a4f53dcef56432aa26.
* Moving asArray to future moduleFredrik Høisæther Rasch2017-11-181-29/+0
| | | | As per [suggestion](https://github.com/nim-lang/Nim/pull/6640#issuecomment-341565453) made by @Araq
* Swapping asArray parameter orderFredrik Høisæther Rasch2017-11-181-3/+3
| | | | In reaction to https://github.com/nim-lang/Nim/pull/6640#issuecomment-341528413
* Changing asArray documentationFredrik Høisæther Rasch2017-11-181-2/+2
| | | | in reaction to https://github.com/nim-lang/Nim/pull/6640#discussion_r148367553
* 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
| | | | fixes #6563
* 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
|