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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove outdated codes (#17140)
flywind
2021-02-22
1
-1
/
+0
*
use single backtick (#17141)
flywind
2021-02-21
2
-23
/
+23
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
4
-30
/
+5
*
Improve the heapqueue module (#17034)
konsumlamm
2021-02-15
1
-55
/
+82
*
fix the wrong examples (#17035)
flywind
2021-02-15
1
-19
/
+42
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
3
-335
/
+312
*
fix lists docs regression (#16981)
flywind
2021-02-09
1
-21
/
+14
*
Another typo corrected (#16974)
Héctor M. Monacci
2021-02-08
1
-1
/
+1
*
std/lists: Various changes to `lists` (RFC #303) (#16536)
Peter Salvi
2021-02-08
1
-142
/
+244
*
Correct typo (#16972)
Héctor M. Monacci
2021-02-08
1
-1
/
+1
*
close #15767 (#16959)
flywind
2021-02-08
1
-1
/
+8
*
use typeof instead type (#16962)
flywind
2021-02-08
3
-8
/
+8
*
[ci skip] CountTable, remove link to unexisting proc
narimiran
2021-02-02
1
-1
/
+0
*
critbits: fix error from strictFuncs (#16877)
ee7
2021-02-01
1
-2
/
+2
*
intsets are here to stay (#16751)
Andreas Rumpf
2021-01-19
1
-3
/
+1
*
Improve documentation for packedsets (#16715)
konsumlamm
2021-01-16
1
-3
/
+4
*
Remove longestMatch in _WithPrefix iterators (#16689)
konsumlamm
2021-01-12
1
-23
/
+15
*
Improve documentation for deques (#16589)
konsumlamm
2021-01-06
1
-156
/
+106
*
Improve sequtils documentation (#16559)
konsumlamm
2021-01-04
1
-78
/
+79
*
Improve documentation for critbits (#16568)
konsumlamm
2021-01-03
1
-135
/
+107
*
Fix #16554 (#16564)
hlaaftana
2021-01-03
1
-2
/
+3
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
1
-1
/
+147
*
sequtils.nim: Change some `func` back to `proc` (#16309)
ee7
2020-12-14
1
-28
/
+28
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
2
-37
/
+37
*
clean the docs of sequtils (#16332)
flywind
2020-12-14
1
-97
/
+89
*
improve tests for collections (#16328)
Timothee Cour
2020-12-12
1
-63
/
+45
*
sequtils.nim: Use `func` (#16293)
ee7
2020-12-09
2
-47
/
+47
*
fixed article duplication typos (#16216)
ihlec
2020-12-02
1
-1
/
+1
*
fixes #15076 (#16143)
Andreas Rumpf
2020-11-26
1
-5
/
+5
*
move tests to testament (#16101)
flywind
2020-11-24
2
-377
/
+0
*
improve document for heapqueue (#16107)
flywind
2020-11-24
1
-46
/
+69
*
sets minor improvement (#16087)
flywind
2020-11-21
1
-269
/
+1
*
deques minor improvement (#16084)
flywind
2020-11-21
1
-129
/
+18
*
heapqueue minor improvement (#16088)
flywind
2020-11-21
1
-62
/
+10
*
Make IntSet a generic ordinal set OrdSet[A] (#15564)
landerlo
2020-11-13
1
-687
/
+7
*
fix #15941 (#15948)
flywind
2020-11-13
1
-4
/
+7
*
Update tables documentation (#15807)
Thomas Tay
2020-11-02
1
-0
/
+34
*
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
*
fix #15750
narimiran
2020-10-28
1
-0
/
+2
*
Tables, use sink val arguments more actively (#15625)
cooldome
2020-10-19
2
-10
/
+10
*
Fix doc for CountTable (#15561) [backport]
Christopher Dunn
2020-10-13
1
-1
/
+1
*
docs minor (#15550)
flywind
2020-10-11
1
-2
/
+2
*
Iterate over smaller set when computing intersection (#15497)
Benjamin Lee
2020-10-06
1
-2
/
+9
*
heapqueue.nim: Add `toHeapQueue` proc (#15459)
ee7
2020-10-02
1
-0
/
+18
*
intsets.nim: Add `toIntSet` proc (#15460)
ee7
2020-10-02
1
-3
/
+25
*
Add critbits.toCritBitTree (#15444)
Juan Carlos
2020-10-01
1
-8
/
+20
*
Add 1 overload to apply (#15439)
Juan Carlos
2020-10-01
1
-0
/
+5
*
string is not nil anymore (#15352)
flywind
2020-09-18
1
-4
/
+1
*
docs minor and #15335 (#15337)
flywind
2020-09-16
1
-0
/
+7
[next]