Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 2 compile errors in LockFreeHash.nim | Lompiktab | 2016-05-14 | 1 | -3/+3 |
| | | | | | * type mismatch in range (line 55) * invalid indentation (line 249) | ||||
* | Fix missing `]` | Stephane Fontaine | 2016-05-13 | 1 | -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 warnings | def | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -182/+182 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib/pure/a-c - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -29/+31 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -24/+49 |
| | |||||
* | case consistency improvements | Araq | 2014-01-11 | 1 | -1/+2 |
| | |||||
* | LockFree Hash Table 0.1 | Mark Flamer | 2013-10-22 | 1 | -0/+581 |