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
/
tables.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #4366 (#6290)
Daniil Yarancev
2017-09-02
1
-1
/
+1
*
tables.nim: use proper spacing
Andreas Rumpf
2017-08-31
1
-5
/
+5
*
fixes #6250 (#6251)
David Krause
2017-08-17
1
-1
/
+15
*
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
*
fixes #5487 (#5494)
David Krause
2017-03-07
1
-15
/
+49
*
Fix for #5482, let OrderedTable accept multiple keys (#5485)
David Krause
2017-03-05
1
-1
/
+15
*
reenabled clear test, made clear working (#5323)
Arne Döring
2017-02-02
1
-2
/
+5
*
Fix description of CountTable's smallest proc
Paweł Świątkowski
2016-12-11
1
-2
/
+2
*
Corrected test case for #5057.
Yuriy Glukhov
2016-11-27
1
-3
/
+3
*
Fixes #5057
Yuriy Glukhov
2016-11-26
1
-12
/
+28
*
Fixes #5035
Felix Krause
2016-11-18
1
-10
/
+3
*
Fixes #4974
Felix Krause
2016-10-31
1
-9
/
+15
*
fixes #4940
andri lim
2016-10-27
1
-1
/
+1
*
Fixes #4946
Felix Krause
2016-10-24
1
-0
/
+1
*
Table fixes. fixes #4901
Felix Krause
2016-10-23
1
-4
/
+37
*
fixes #4844
Araq
2016-10-08
1
-1
/
+5
*
fixes a critical tables bug that caused 'enlarge' to crash after 'add'
Andreas Rumpf
2016-09-05
1
-3
/
+6
*
Merge pull request #4367 from kierdavis/4365-tables-clear
Andreas Rumpf
2016-08-25
1
-3
/
+3
|
\
|
*
Add a fix for clear() on non-ref types by adding a missing 'var' annotation t...
Kier Davis
2016-07-09
1
-3
/
+3
*
|
make nim bootstrap again for older versions
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
|
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-8
/
+8
*
|
Merge pull request #4463 from flyx/tables-equals-no-KeyError
Andreas Rumpf
2016-07-19
1
-5
/
+4
|
\
\
|
*
|
Use getOrDefault for tables.`==`
Felix Krause
2016-07-08
1
-7
/
+5
|
*
|
`==` in tables should not raise KeyError
Felix Krause
2016-07-07
1
-2
/
+3
|
|
/
*
|
use table literal syntax
Axel Pahl
2016-07-12
1
-2
/
+2
*
|
explain difference between Table and TableRef in tables.nim
Axel Pahl
2016-07-12
1
-0
/
+33
|
/
*
Implement clear() for CountTableRef. Fixes #4325.
Kier Davis
2016-06-13
1
-1
/
+1
*
Implements tables.clear.
Dominik Picheta
2016-06-02
1
-5
/
+29
*
Introduce template withValue() for tables.nim too.
cheatfate
2016-05-27
1
-0
/
+45
*
Added del for OrderedTable and OrderedTableRef
Yuriy Glukhov
2016-04-13
1
-0
/
+41
*
Fix CountTableRef#getOrDefault
Sloane Simmons
2016-01-09
1
-1
/
+13
*
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
1
-8
/
+10
*
added getOrDefault; bootstrapping works again
Araq
2015-10-13
1
-33
/
+38
*
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
Araq
2015-10-13
1
-33
/
+73
|
\
|
*
Rename mget to `[]`
def
2015-03-31
1
-55
/
+83
*
|
breaking change: symbol lookups in generics follows spec more closely; fixes ...
Araq
2015-08-07
1
-4
/
+4
*
|
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-168
/
+49
|
\
\
|
*
|
some progress on making async multithreaded
Araq
2015-05-28
1
-168
/
+49
*
|
|
lib/pure/a-c - Dropped 'T' from types
pdw
2015-06-04
1
-36
/
+36
*
|
|
Add contains proc for tables to allow usage of `in`
Jonathan
2015-05-05
1
-0
/
+24
|
/
/
*
|
fixes #2625
Araq
2015-05-03
1
-4
/
+7
*
|
Merge pull request #2411 from reactormonk/merge-counttables
Andreas Rumpf
2015-04-21
1
-0
/
+61
|
\
\
|
*
|
doc comments for merge
Simon Hafner
2015-03-26
1
-0
/
+3
|
*
|
merge for CountTable, see #1680
Simon Hafner
2015-03-26
1
-0
/
+58
|
|
/
*
/
Use more Natural and Positive numbers in proc parameters
def
2015-04-06
1
-1
/
+1
|
/
*
prepare for upcoming parsing change of unary operators
Araq
2015-03-22
1
-10
/
+10
*
Making tuples anonymous (so far... not finished).
Hans Raaf
2015-03-17
1
-23
/
+22
*
Fixed table getter not compiling when table value type had not '$' proc overr...
krolik
2015-03-05
1
-1
/
+5
[next]