summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
...
* case consistency part 1Araq2013-12-271-10/+10
* Added jsondoc compiler switchErik O'Leary2013-12-121-106/+178
* next steps for the new parser/grammarAraq2013-04-201-1/+1
* first steps to the new parser/grammarAraq2013-04-191-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* merged upstream masterZahary Karadjov2013-01-271-5/+30
|\
| * implements #295Araq2013-01-081-1/+21
| * fixes #269Araq2012-12-051-0/+3
| * first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-3/+5
| * implemented 'import except'Araq2012-11-281-1/+1
* | CaaS in-memory cachingZahary Karadjov2012-11-281-1/+1
|/
* exception tracking should workAraq2012-11-041-5/+13
* implements/fixes #195Araq2012-09-221-2/+1
* added warning for confusing var declarationsAraq2012-07-261-2/+2
* doc2 improvementsAraq2012-06-241-2/+2
* docgen2 improvementsAraq2012-06-231-4/+4
* docgen2 improvementsAraq2012-06-231-1/+1
* first implementation of docgen2Araq2012-06-231-9/+9
* better support for unsigned integers.Zahary Karadjov2012-06-111-2/+2
* extracted documentation generatorAraq2012-05-091-507/+73
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-238/+82
* rst parser does not support 'raw' directive per default (security risk)Araq2012-05-011-2/+4
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-14/+31
*