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
/
tests
/
collections
/
ttables.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hrm, the new errors highlighted some code that seems to be broken
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
faster CIs (#13803)
Miran
2020-03-30
1
-7
/
+3
*
tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...
Timothee Cour
2020-02-26
1
-2
/
+43
*
Remove testutils (#13435) [backport]
Clyybber
2020-02-19
1
-1
/
+4
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
1
-4
/
+27
*
fixes #11764, faster hashing of (u)int (#12407)
Miran
2019-10-15
1
-2
/
+2
*
faster CountTable sort(), optional SortOrder (#11010)
Andy Davidoff
2019-04-16
1
-15
/
+30
*
testament: joinable is now an explicit concept of a test spec
Andreas Rumpf
2018-12-11
1
-1
/
+2
*
lots of small changes
Arne Döring
2018-12-11
1
-2
/
+2
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
1
-3
/
+2
*
make some tests faster (#9413)
Miran
2018-10-17
1
-25
/
+6
*
Merge tests into a larger file (part 1 of ∞) (#9318)
Miran
2018-10-12
1
-271
/
+371
*
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
Yuriy Glukhov
2017-12-31
1
-1
/
+2
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-1
/
+1
*
Implement 'take' for Table and TableRef (#5773)
Ruslan Mustakov
2017-05-04
1
-0
/
+15
*
Add compute proc for SharedTable (#5385)
Ruslan Mustakov
2017-03-02
1
-1
/
+25
*
reenabled clear test, made clear working (#5323)
Arne Döring
2017-02-02
1
-22
/
+20
*
Fixes #5035
Felix Krause
2016-11-18
1
-1
/
+24
*
Table fixes. fixes #4901
Felix Krause
2016-10-23
1
-0
/
+33
*
Disable failing tests for tables.clear()
Kier Davis
2016-07-09
1
-20
/
+22
*
Add tests for tables.clear()
Kier Davis
2016-07-09
1
-0
/
+21
*
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
Araq
2015-10-13
1
-1
/
+5
|
\
|
*
Rename mget to `[]`
def
2015-03-31
1
-8
/
+11
*
|
Add contains proc for tables to allow usage of `in`
Jonathan
2015-05-05
1
-7
/
+9
|
/
*
Fix unknown symbol in tables mpairs iterator.
Hans Raaf
2015-02-21
1
-0
/
+16
*
Add some unit tests for mgetOrPut and hasKeyOrPut.
Charles Blake
2015-02-17
1
-1
/
+9
*
New probe seq swaps 1st two keys. Fix in cmp.
Charles Blake
2015-02-13
1
-1
/
+1
*
fixed minor bugs; cleaned up tests
Araq
2015-02-12
1
-21
/
+127
*
indexBy, which indexes a collection into a hashtable
Simon Hafner
2014-02-06
1
-0
/
+22