index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
collections
/
sequtils.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #10433 (#10444)
Miran
2019-01-24
1
-0
/
+9
*
documentation: remove author field [ci skip]
narimiran
2019-01-17
1
-2
/
+0
*
sequtils doc: another quickfix [ci skip]
narimiran
2019-01-16
1
-3
/
+3
*
quickfix for sequtils docs [ci skip]
narimiran
2019-01-16
1
-6
/
+3
*
better docs: sequtils
narimiran
2019-01-16
1
-303
/
+414
*
Add the parameter isSorted for the sequtils.deduplicate
data-man
2018-12-07
1
-3
/
+21
*
universal toSeq: works with UFCS; works with inline & closure iterators, and ...
Timothee Cour
2018-11-22
1
-30
/
+130
*
added system.typeof operation; fixes #9093
Araq
2018-10-24
1
-4
/
+18
*
Merges #8451 manually. Fixes #8099.
Dominik Picheta
2018-10-03
1
-1
/
+1
*
make sequtils compile
Araq
2018-08-22
1
-1
/
+0
*
fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586)
Timothee Cour
2018-08-16
1
-14
/
+26
*
fixes #8577, fixes #8580, other bug fixes (#8584)
Timothee Cour
2018-08-14
1
-38
/
+86
*
Fix regression for mapIt (#8567)
LemonBoy
2018-08-08
1
-3
/
+8
*
Make mapIt work on openArray's (#8543)
LemonBoy
2018-08-07
1
-3
/
+30
*
sequtils: remove some aligning spaces around == to silence warnings
skilchen
2018-07-21
1
-13
/
+13
*
fix issues #6986 and #7501 (#7513)
skilchen
2018-04-06
1
-1
/
+1
*
fixes #7215
Andreas Rumpf
2018-02-14
1
-1
/
+1
*
fix documentation comments in sequtils.nim
Andreas Rumpf
2017-12-05
1
-2
/
+2
*
added a warning that the .deprecate statement is unreliable for routines
Andreas Rumpf
2017-11-21
1
-2
/
+0
*
cleaned up macros.nim
Andreas Rumpf
2017-11-19
1
-4
/
+5
*
replaced asArray with a much more powerful mapLiterals macro
Andreas Rumpf
2017-11-18
1
-16
/
+39
*
Use 'typedesc' instead of 'untyped'
Andreas Rumpf
2017-11-18
1
-1
/
+1
*
Move asArray macro back to sequtils
Fredrik Høisæther Rasch
2017-11-18
1
-0
/
+30
*
Moving asArray to future module
Fredrik Høisæther Rasch
2017-11-18
1
-29
/
+0
*
Swapping asArray parameter order
Fredrik Høisæther Rasch
2017-11-18
1
-3
/
+3
*
Changing asArray documentation
Fredrik Høisæther Rasch
2017-11-18
1
-2
/
+2
*
avoid asArray macros import when using nimscript
Fredrik Høisæther Rasch
2017-11-18
1
-25
/
+25
*
Implement an `asArray` macro
Fredrik Høisæther Rasch
2017-11-18
1
-0
/
+29
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-17
/
+17
*
Sequtils improvements (#6574)
narimiran
2017-10-25
1
-171
/
+267
*
update links
narimiran
2017-10-22
1
-2
/
+2
*
change seq name to `list`
narimiran
2017-10-22
1
-75
/
+76
*
more descriptive names
narimiran
2017-10-22
1
-4
/
+4
*
add `count` to sequtils
narimiran
2017-10-21
1
-0
/
+31
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-1
/
+1
*
sequtils: removed outdated note
Andreas Rumpf
2017-03-14
1
-3
/
+0
*
fixes #4386
Andreas Rumpf
2016-10-23
1
-2
/
+2
*
Removed the use of .gensym pragma inside stdlib templates
Ruslan Mustakov
2016-08-23
1
-8
/
+8
*
make nim bootstrap again for older versions
Andreas Rumpf
2016-07-30
1
-1
/
+3
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-12
/
+12
*
moved random procs from math to its own module (breaking change)
Andreas Rumpf
2016-05-30
1
-1
/
+1
*
Fixes foldl() and foldr() + foldl() with start parameter.
Hans Raaf
2016-03-06
1
-10
/
+37
*
Update comment about `map` being in system module
def
2015-11-23
1
-6
/
+3
*
added all/any/allIt/anyIt with tests and inline documentation
rbmz
2015-10-13
1
-0
/
+93
*
restore {.immediate.} to toSeq
Peter Mora
2015-10-06
1
-1
/
+1
*
sequtils related changes
Peter Mora
2015-10-05
1
-36
/
+169
*
Fixed my name.
Alexander Mitchell-Robinson
2015-09-07
1
-2
/
+2
*
removed sequtils.reversed again since it's already in algorithm.nim
Araq
2015-08-10
1
-23
/
+0
*
added sequtils.reversed; refs #3148
Araq
2015-08-09
1
-0
/
+23
*
'sequtils doesn't take confusing default args anymore
Araq
2015-07-08
1
-1
/
+1
[next]