summary refs log tree commit diff stats
path: root/lib/pure/collections/sequtils.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn some test outputs into actual testsOleh Prypin2015-04-211-4/+2
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-2/+4
* prepare for upcoming parsing change of unary operatorsAraq2015-03-221-8/+8
* Changed cast to type conversion and added XXX.Hans Raaf2015-03-071-1/+1
* Do we want we to use the typesystem like this?Hans Raaf2015-03-061-2/+3
* Added repeat(seq, n) to sequtils.Hans Raaf2015-03-061-0/+28
* Fix typosFederico Ceratto2015-02-151-4/+4
* Fix typosFederico Ceratto2015-02-151-10/+10
* Changed name 'pred' to 'op' in mapIt templatedumndummer2015-02-021-2/+2
* Update sequtils.nimdumndummer2015-01-281-2/+2
* fixes #619Araq2014-11-151-0/+4
* recursive tuple types are now invalid (breaking change)Araq2014-10-021-0/+2
* big renameAraq2014-08-271-26/+26
* Move newSeqWith to sequtilsdef2014-08-111-0/+24
* Merge pull request #1377 from sjakobi/patch-1Andreas Rumpf2014-07-191-1/+1
|\
| * sequtils: Correct documentation for keepIf procSimon Jakobi2014-07-181-1/+1
* | sequtils: Complete mapIt documentation exampleSimon Jakobi2014-07-191-0/+1
|/