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
*
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
*
remove annoying messages when creating orderedTables (#15309)
flywind
2020-09-12
1
-11
/
+11
*
fixes #15021
Araq
2020-09-11
1
-2
/
+2
*
Add some enhancements to `jsonutils.nim` (#15133)
Ivan Bobev
2020-09-09
2
-6
/
+2
*
fix in doc: incomplete output (#15222) [ci skip]
Jon
2020-08-24
1
-1
/
+1
*
deques.nim: Refactor the `toDeque` functionality (#15166)
ee7
2020-08-07
1
-5
/
+18
*
Added the ability to initialize a deque with an openArray (#15138)
archnim
2020-08-05
1
-0
/
+6
*
Fix tables.CountTable largest and smallest (#15115)
treeform
2020-07-29
1
-4
/
+4
*
fixes #14139 (#15107)
flywind
2020-07-29
1
-3
/
+3
*
Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...
c-blake
2020-07-29
1
-0
/
+30
*
Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...
c-blake
2020-07-28
3
-42
/
+41
*
deprecate tables.allValues; continuation of #15047 (#15092)
Miran
2020-07-28
1
-1
/
+2
*
deprecate tables.add (#15047)
Miran
2020-07-25
1
-4
/
+8
*
Fix #14994 (#14996)
Clyybber
2020-07-15
1
-1
/
+2
*
remove a condition that table size must be passed as power of 2 (#14926)
Miran
2020-07-08
7
-92
/
+29
*
tables.nim: Add named fields in `smallest` and `largest` (#14919)
ee7
2020-07-06
1
-2
/
+2
*
Clean out sharedlists (#14857)
Juan Carlos
2020-07-02
1
-6
/
+0
*
Clean out sharedtables (#14858)
Juan Carlos
2020-06-30
1
-10
/
+0
[next]