Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -5/+5 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -2/+2 |
| | |||||
* | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -5/+3 |
| | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -5/+1 |
| | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 1 | -5/+6 |
| | |||||
* | doc2 improvements | Araq | 2012-06-24 | 1 | -2/+6 |
| | |||||
* | first implementation of docgen2 | Araq | 2012-06-23 | 1 | -0/+50 |