summary refs log tree commit diff stats
path: root/compiler/docgen2.nim
Commit message (Collapse)AuthorAgeFilesLines
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-2/+2
|
* new dependency tracking for nimsuggestAraq2016-11-051-1/+3
|
* refactoring complete: explicit ident cacheAraq2016-10-311-1/+1
|
* get rid of debug outputAndreas Rumpf2016-07-201-1/+1
|
* fixes #4485; package handling works better; docgen works with --project on ↵Andreas Rumpf2016-07-191-10/+10
| | | | Nimble package level
* the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-131-0/+17
|
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* renamefestAraq2014-08-231-1/+1
|
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-2/+2
|
* CaaS in-memory cachingZahary Karadjov2012-11-281-5/+3
| | | | | removed some redundant filepath params and variables and switched to canonical paths in most places
* caas is now drivable through stdinZahary Karadjov2012-11-281-5/+1
| | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-5/+6
|
* doc2 improvementsAraq2012-06-241-2/+6
|
* first implementation of docgen2Araq2012-06-231-0/+50