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
...
*
|
add more functionality from sets to intsets (#7185)
Imran Hendley
2018-02-12
1
-21
/
+156
|
/
*
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
Yuriy Glukhov
2017-12-31
2
-9
/
+26
*
Tables: toCountTable: Update docs.
Konstantin Molchanov
2017-12-27
1
-1
/
+2
*
Tables: make `toCountTable` actually count the elements of the input openArray.
Konstantin Molchanov
2017-12-27
1
-1
/
+1
*
Fix counttable smallest loop start (#6917)
GULPF
2017-12-15
1
-3
/
+3
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
5
-8
/
+8
*
Fix counttable smallest (#6912)
GULPF
2017-12-13
1
-2
/
+7
*
improve the docs for tables.add
Araq
2017-12-12
2
-0
/
+5
*
fix documentation comments in sequtils.nim
Andreas Rumpf
2017-12-05
1
-2
/
+2
*
fix ordered set equality (#6791)
andri lim
2017-11-24
1
-5
/
+21
*
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
*
Trim remaining expr/stmt from stdlib (#6742)
Lynn C. Rees
2017-11-15
1
-2
/
+2
*
Add heapqueue module to doc index (#6655)
Lynn C. Rees
2017-11-10
1
-0
/
+9
*
fixes #6631
Andreas Rumpf
2017-10-30
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
make tests green again
Andreas Rumpf
2017-10-29
1
-2
/
+1
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
2
-2
/
+2
*
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
*
Refac of lists module (#6400)
GULPF
2017-10-16
1
-105
/
+32
*
Sets enhancements, fixes #2467 (#6158)
GULPF
2017-09-20
1
-4
/
+94
*
Add counterpart to containsOrIncl for excl (#6360)
superfunc
2017-09-15
3
-37
/
+93
*
Fix #4366 (#6290)
Daniil Yarancev
2017-09-02
1
-1
/
+1
*
tables.nim: use proper spacing
Andreas Rumpf
2017-08-31
1
-5
/
+5
*
remove ArrayDummySize with unchecked arrays (#5818)
Jacek Sieka
2017-08-28
2
-4
/
+2
*
fixes #6250 (#6251)
David Krause
2017-08-17
1
-1
/
+15
*
Fixes #6110
Daniil Yarancev
2017-08-12
1
-1
/
+1
*
optimized intsets to not allocate for the common cases
Andreas Rumpf
2017-07-25
1
-59
/
+120
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
5
-8
/
+9
*
fix orderedtable enlarge proc. (#5937)
Parashurama
2017-06-05
1
-2
/
+5
*
Implement 'take' for Table and TableRef (#5773)
Ruslan Mustakov
2017-05-04
1
-11
/
+30
*
Minor: spelling correction in tables.nim (#5727)
Zach Smith
2017-04-19
1
-2
/
+2
*
Deques compilation error fix (#5591)
Dmitriy Fomichev
2017-03-24
1
-2
/
+2
*
Added clear() function for OrderedSet and HashSet. (#5545)
GrundleTrundle
2017-03-16
1
-0
/
+25
*
Minor doc fix as per issue #5523 (#5533)
Mark Summerfield
2017-03-14
1
-1
/
+2
*
sequtils: removed outdated note
Andreas Rumpf
2017-03-14
1
-3
/
+0
*
fixes #5487 (#5494)
David Krause
2017-03-07
1
-15
/
+49
[prev]
[next]