summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* Get rid of deprecation warningsdef2015-04-071-61/+61
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-1/+1
* compiler_ropes: don't expose newRopeJacek Sieka2015-04-011-1/+1
* Fix segfault in jsondocFlaviu Tamas2015-03-181-5/+5
* Fix typosFederico Ceratto2015-02-151-1/+1
* Fix typosFederico Ceratto2015-02-151-2/+2
* Complete adding google analytics to docsFlaviu Tamas2014-12-251-21/+21
* Mostly get analytics working for docsFlaviu Tamas2014-12-251-2/+21
* Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_direc...Grzegorz Adam Hankiewicz2014-11-031-0/+1
|\
| * Modifies docgen to support new warning message.Grzegorz Adam Hankiewicz2014-07-191-0/+1
* | Merge branch 'devel' into bigbreakAraq2014-10-201-0/+2
|\ \
| * | disable 'view source' featureAraq2014-10-201-0/+2
| |/
* | renamed URLencode to encodeUrlAraq2014-09-101-2/+2
* | Fix case issues in compiler/docgen.Dominik Picheta2014-09-101-2/+2
* | updated the compiler to use the new symbol namesAraq2014-08-281-4/+4
* | Nimrod renamed to NimAraq2014-08-281-1/+1
* | renamefestAraq2014-08-231-2/+2
|/
* Moves TOC index entry generation to rstgen module.Grzegorz Adam Hankiewicz2014-04-211-25/+0
* Splits index into documents and APIs.Grzegorz Adam Hankiewicz2014-04-211-2/+2
* Adds documentation sections to the index.Grzegorz Adam Hankiewicz2014-04-211-0/+25
* Adds explicit titles to documentation index.Grzegorz Adam Hankiewicz2014-04-211-2/+8
* merged better html links #850Araq2014-04-081-9/+159
* split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-1/+1
* made 'koch web' work when current dir has a space in itAraq2014-02-151-2/+8
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
* case consistency: next stepsAraq2013-12-291-5/+5
* case consistency part 4Araq2013-12-271-12/+12
* 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