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
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-2
/
+2
*
remove outdated codes (#17140)
flywind
2021-02-22
1
-1
/
+0
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-19
/
+5
*
Another typo corrected (#16974)
Héctor M. Monacci
2021-02-08
1
-1
/
+1
*
Correct typo (#16972)
Héctor M. Monacci
2021-02-08
1
-1
/
+1
*
Improve sequtils documentation (#16559)
konsumlamm
2021-01-04
1
-78
/
+79
*
sequtils.nim: Change some `func` back to `proc` (#16309)
ee7
2020-12-14
1
-28
/
+28
*
clean the docs of sequtils (#16332)
flywind
2020-12-14
1
-97
/
+89
*
sequtils.nim: Use `func` (#16293)
ee7
2020-12-09
1
-46
/
+46
*
fixed article duplication typos (#16216)
ihlec
2020-12-02
1
-1
/
+1
*
Grammar fixes
Clyybber
2020-10-30
1
-4
/
+4
*
promote `collect` macro as a map+filter replacement (#15788)
Miran
2020-10-30
1
-0
/
+27
*
Add 1 overload to apply (#15439)
Juan Carlos
2020-10-01
1
-0
/
+5
*
docs minor and #15335 (#15337)
flywind
2020-09-16
1
-0
/
+7
*
Fix #14994 (#14996)
Clyybber
2020-07-15
1
-1
/
+2
*
remove isMainModule from json,os,sequtils (#14572)
Timothee Cour
2020-06-06
1
-461
/
+0
*
fix #14404 foldr had the classic multiple evaluation bug (#14413)
Timothee Cour
2020-05-21
1
-7
/
+7
*
sequtils refactoring: prefer typeof over type (#14212)
Andreas Rumpf
2020-05-04
1
-15
/
+15
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
fix mapIt issues #12625 & #12639 (#14041)
Judd
2020-04-21
1
-14
/
+36
*
return types must not be Natural for reasons I won't outline here
Araq
2020-04-02
1
-1
/
+1
*
feature/count (#13837)
Dean Eigenmann
2020-04-02
1
-0
/
+19
*
revert stdlib changes which are not required anymore
Andreas Rumpf
2020-04-01
1
-2
/
+3
*
Hrm, the new errors highlighted some code that seems to be broken
Zahary Karadjov
2020-04-01
1
-3
/
+2
*
make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448)
Timothee Cour
2020-02-21
1
-5
/
+5
*
Add `sequtils.unzip` to complement `sequtils.zip` (#13429)
Kaushal Modi
2020-02-20
1
-0
/
+15
*
Idxmin & idxmax, continuation (#13208)
Miran
2020-01-20
1
-0
/
+35
*
Fix sequtils.delete bug with out of bounds indexes (#12506)
Oscar Nihlgård
2019-11-29
1
-1
/
+6
*
remove long-deprecated 'mapIt'
narimiran
2019-11-13
1
-7
/
+0
*
Make sequtils.zip return seq of anonymous tuples (#12575)
Kaushal Modi
2019-11-04
1
-40
/
+64
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
sequtils: replace deprecated 'random' call within example (#12515) [backport]
Jjp137
2019-10-25
1
-1
/
+1
*
Fix many broken links
Jjp137
2019-10-22
1
-1
/
+1
*
use system.move instead of system.shallowCopy if the GC mode requires it
Andreas Rumpf
2019-10-04
1
-4
/
+16
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
styleCheck fix: type naming: s/outType/OutType/ (#11749)
Kaushal Modi
2019-07-16
1
-9
/
+9
*
[other] prettify collections (#11695)
Miran
2019-07-09
1
-60
/
+63
*
[bugfix] fix `delete` in strutils and sequtils (#11535)
Miran
2019-06-20
1
-1
/
+1
*
[other] documentation: deprecation comments are now auto-generated
narimiran
2019-06-19
1
-3
/
+1
*
sequtils: minor typo
Araq
2019-05-10
1
-1
/
+1
*
reimplement_pr_10974 (#11130)
cooldome
2019-04-27
1
-0
/
+16
*
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
[next]