Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |