summary refs log tree commit diff stats
path: root/packages/docutils/rst.nim
Commit message (Collapse)AuthorAgeFilesLines
* rst parser: show the beginning of the quote in the error messageAraq2013-01-211-1/+8
|
* small documentation improvementsAraq2012-12-091-2/+2
|
* made 'shared' a keywordAraq2012-11-221-1/+1
|
* fixed a serious code generation bug leading to wrong RTTIAraq2012-10-191-7/+12
|
* first steps for compiler as a serviceAraq2012-10-031-2/+13
|
* implemented backslash for continuation commentsAraq2012-08-231-2/+2
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-4/+4
|
* bugfix: RST parser: URLs properly parsedAraq2012-06-011-1/+8
|
* markdown improvementsAraq2012-05-091-7/+7
|
* implemented markdown styled code-blocksAraq2012-05-091-2/+35
|
* rst parser: removed index handlingAraq2012-05-091-113/+1
|
* bugfix: strutils.formatFloatAraq2012-05-091-4/+0
|
* extracted documentation generatorAraq2012-05-091-13/+4
|
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-0/+1701