summary refs log tree commit diff stats
path: root/lib/pure/collections/LockFreeHash.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix 2 compile errors in LockFreeHash.nimLompiktab2016-05-141-3/+3
| | | | | * type mismatch in range (line 55) * invalid indentation (line 249)
* Fix missing `]`Stephane Fontaine2016-05-131-1/+1
| | | | other nim can't parse the file. Introduced in https://github.com/nim-lang/Nim/commit/192ba3bbc0ae7f570c1277c9211d24eeea2cf48a#diff-1a01187da2fad29f03da8ce36ffe1f91
* Fix a few deprecation warningsdef2016-01-251-1/+1
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-182/+182
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* lib/pure/a-c - Dropped 'T' from typespdw2015-06-041-29/+31
|
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
|
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* big renameAraq2014-08-271-24/+49
|
* case consistency improvementsAraq2014-01-111-1/+2
|
* LockFree Hash Table 0.1Mark Flamer2013-10-221-0/+581