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
*
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
*
Turn some test outputs into actual tests
Oleh Prypin
2015-04-21
1
-4
/
+2
*
Don't run non-test code when defined(testing)
Oleh Prypin
2015-04-21
1
-2
/
+4
*
prepare for upcoming parsing change of unary operators
Araq
2015-03-22
1
-8
/
+8
*
Changed cast to type conversion and added XXX.
Hans Raaf
2015-03-07
1
-1
/
+1
*
Do we want we to use the typesystem like this?
Hans Raaf
2015-03-06
1
-2
/
+3
*
Added repeat(seq, n) to sequtils.
Hans Raaf
2015-03-06
1
-0
/
+28
*
Fix typos
Federico Ceratto
2015-02-15
1
-4
/
+4
*
Fix typos
Federico Ceratto
2015-02-15
1
-10
/
+10
*
Changed name 'pred' to 'op' in mapIt template
dumndummer
2015-02-02
1
-2
/
+2
*
Update sequtils.nim
dumndummer
2015-01-28
1
-2
/
+2
*
fixes #619
Araq
2014-11-15
1
-0
/
+4
*
recursive tuple types are now invalid (breaking change)
Araq
2014-10-02
1
-0
/
+2
*
big rename
Araq
2014-08-27
1
-26
/
+26
*
Move newSeqWith to sequtils
def
2014-08-11
1
-0
/
+24
*
Merge pull request #1377 from sjakobi/patch-1
Andreas Rumpf
2014-07-19
1
-1
/
+1
|
\
|
*
sequtils: Correct documentation for keepIf proc
Simon Jakobi
2014-07-18
1
-1
/
+1
*
|
sequtils: Complete mapIt documentation example
Simon Jakobi
2014-07-19
1
-0
/
+1
|
/
[next]