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
*
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
*
Fix unknown symbol in tables mpairs iterator.
Hans Raaf
2015-02-21
1
-1
/
+1
*
Merge ../Nim into devel
Charles Blake
2015-02-16
1
-1
/
+1
|
\
|
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
|
Add comments explaining odd looking i<0..data[i].
Charles Blake
2015-02-16
1
-3
/
+3
*
|
Just do wide interface of hasKeyOrPut & mgetOrPut.
Charles Blake
2015-02-16
1
-36
/
+55
*
|
Add TableRef version of mgetOrPut.
Charles Blake
2015-02-16
1
-0
/
+5
*
|
Add mgetOrPut to support just one probe chase for the common
Charles Blake
2015-02-15
1
-0
/
+14
|
/
*
assignment -> shallowCopy for efficiency.
Charles Blake
2015-02-13
1
-1
/
+1
*
Merge ../Nim into devel; track ttables.nim delete.
Charles Blake
2015-02-13
1
-1
/
+1
|
\
|
*
fixed minor bugs; cleaned up tests
Araq
2015-02-12
1
-1
/
+1
*
|
Update doc comments to mention rightSize.
Charles Blake
2015-02-13
1
-4
/
+4
*
|
Oops - missed updates to a few later rawGet()s.
Charles Blake
2015-02-12
1
-4
/
+8
*
|
Add hcode,rightSize,rawGetKnownHC. Fix inf loop.
Charles Blake
2015-02-12
1
-60
/
+140
|
/
*
documented new C++ support
Araq
2015-01-28
1
-1
/
+2
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
better CSS; better docs for teh tables module
Araq
2014-12-21
1
-9
/
+18
*
big rename
Araq
2014-08-28
1
-108
/
+108
*
big rename
Araq
2014-08-28
1
-2
/
+2
*
big rename
Araq
2014-08-27
1
-19
/
+25
*
renamefest
Araq
2014-08-23
1
-3
/
+3
*
Added stylistic consistancy.
Clay Sweetser
2014-07-24
1
-1
/
+1
*
Fixed `==` for PTables, added test.
Felix Krause
2014-06-27
1
-2
/
+5
*
Merge pull request #1251 from gradha/pr_misc_docs
Andreas Rumpf
2014-06-12
1
-2
/
+4
|
\
|
*
Revert "Adds to tables module example of reference type vs value type."
Grzegorz Adam Hankiewicz
2014-06-10
1
-32
/
+2
|
*
Adds to tables module example of reference type vs value type.
Grzegorz Adam Hankiewicz
2014-06-06
1
-2
/
+32
|
*
Avoids temporal string in tables hashing example.
Grzegorz Adam Hankiewicz
2014-06-06
1
-2
/
+4
*
|
added allValues iterator
Araq
2014-06-12
1
-2
/
+9
|
/
*
Added support for ref type hash tables.
Reimer Behrends
2014-05-04
1
-1
/
+266
*
Adds example of custom object types used as table key.
Grzegorz Adam Hankiewicz
2014-04-22
1
-0
/
+68
[next]