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
*
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
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
2
-45
/
+2
*
Add `proc find` to `heapqueue` (#14628)
c-blake
2020-06-10
1
-4
/
+13
*
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
4
-5
/
+5
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
2
-5
/
+5
*
JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)
hlaaftana
2020-04-30
1
-2
/
+0
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-12
/
+12
*
Add critbits.commonPrefixLen (#14072)
Phil Krylov
2020-04-24
1
-0
/
+16
*
Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)
hlaaftana
2020-04-21
1
-0
/
+41
*
fix mapIt issues #12625 & #12639 (#14041)
Judd
2020-04-21
1
-14
/
+36
*
Add runnableExamples to critbits module (#13994)
jiro
2020-04-18
1
-25
/
+219
*
Add `hashWangYi1` (#13823)
c-blake
2020-04-15
1
-3
/
+2
*
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
2
-10
/
+13
*
Hrm, the new errors highlighted some code that seems to be broken
Zahary Karadjov
2020-04-01
2
-13
/
+10
*
Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...
c-blake
2020-03-31
7
-174
/
+98
*
Add Documentation (#13811)
Juan Carlos
2020-03-31
1
-0
/
+26
[next]