Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move deprecated modules into lib/deprecated/ | Adam Strzelecki | 2015-09-30 | 1 | -241/+0 |
| | | | | | This gives clear indication what modules are now deprecated and reduce clutter in non-deprecated module directories. | ||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -5/+5 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib/pure/a-c - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -51/+53 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Fix a few more warnings | def | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -1/+6 |
| | |||||
* | bugfix: 'defined/compiles' open an implicit mixin scope in generics | Araq | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | bugfix: typo in actors.nim | Araq | 2012-08-15 | 1 | -1/+2 |
| | |||||
* | little fixes for 0.8.14 release | Araq | 2012-02-09 | 1 | -1/+12 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | improved actors.sync | Araq | 2011-12-31 | 1 | -2/+12 |
| | |||||
* | fixes #71; sorry about the polling implementation | Araq | 2011-12-05 | 1 | -8/+35 |
| | |||||
* | fixes 70 | Araq | 2011-12-04 | 1 | -7/+7 |
| | |||||
* | cgen: no type canon for integral types; osproc use posix_spawn instead of ↵ | Araq | 2011-11-18 | 1 | -3/+0 |
| | | | | fork&exec | ||||
* | fixed some newly introduced bugs | Araq | 2011-09-21 | 1 | -0/+3 |
| | |||||
* | bugfixes for generics; new threads implementation still broken | Araq | 2011-09-20 | 1 | -22/+23 |
| | |||||
* | added actors.nim file; compiler not up for this task | Araq | 2011-08-29 | 1 | -0/+184 |