summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* -d:nimDebug: calls doAssert false instead of quit (#17739)Timothee Cour2021-04-171-1/+1
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-15/+18
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-021-1/+2
* docgen: render pragmas by default except for a select list (and fix #9074) (#...Timothee Cour2021-04-011-11/+11
* fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...Timothee Cour2021-03-291-9/+16
* custom integer literals (#17489)Andreas Rumpf2021-03-241-1/+1
* fix #16973 ; nim doc now shows correct, canonical import name in title (#16999)Timothee Cour2021-03-231-7/+18
* fix #16901: sidebar groups now works with all routines, not just proc,func (#...Timothee Cour2021-03-191-1/+1
* Rst test check messages (fix #17280) (#17338)Andrey Makarov2021-03-171-2/+7
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-2/+3
* fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)Timothee Cour2021-03-091-23/+42
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-021-6/+10
* fix code-block test bugs: fix #17183, fix https://github.com/timotheecour/Nim...Timothee Cour2021-02-261-1/+7
* make rst.nim use object variant (#17138)Andrey Makarov2021-02-221-2/+2
* stricter checks for RST headlines (#17089)Andrey Makarov2021-02-201-0/+1
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-0/+1
* quote nim command on compile (#16954)n5m2021-02-071-1/+1
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-2/+1
* improve formatting of error message when runnableExamples fails (#16677)Timothee Cour2021-01-131-1/+6
* RST: implement internal targets (#16614)Andrey Makarov2021-01-111-1/+1
* misc cleanups (#16383)Timothee Cour2020-12-181-3/+4
* fix #16248 forward --lib to runnableExamples (#16350)Timothee Cour2020-12-141-1/+2
* put both funcs and procs under the same section in the documentation (#16301)Miran2020-12-091-8/+2
* fix export links in the documentation (#16114) [backport:1.4]Miran2020-11-241-5/+9
* fix #15916 (#15917) [backport]flywind2020-11-121-2/+4
* rst: add support for markdown tables (#15854)Miran2020-11-101-0/+1
* Use modern enums in compiler (#15775)cooldome2020-11-021-1/+1
* [backport: 1.4] Better linebreaks (#15658)Miran2020-10-221-10/+4
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-221-22/+24
* fixes bootstrapping for any machine that has a Nim already installed [backpor...Andreas Rumpf2020-10-201-11/+11
* even more "eg" fixes [ci skip]narimiran2020-10-201-3/+3
* group procs of the same name in TOC (#15487)Miran2020-10-051-7/+26
* 'koch temp' bugfixAraq2020-09-231-2/+2
* Expand hoisted default params in sem (#15270)Clyybber2020-09-051-4/+4
* Big compiler Cleanup (#14777)Clyybber2020-08-281-33/+12
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
* fix #14691 docgen works again for methods (#14701)Timothee Cour2020-06-181-14/+5
* refs #14545 fix snippet errors: avoid showing confusing errors when they are ...Timothee Cour2020-06-051-3/+4
* [cleanup] docgen: remove docOutdir now that outDir is always set (#14554)Timothee Cour2020-06-031-17/+7
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-11/+10
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-291-0/+1
* fix #8871 runnableExamples now preserves source code comments, litterals, and...Timothee Cour2020-05-281-49/+110
* Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)Kaushal Modi2020-05-281-2/+1
* docgen: fix #14448 show @@ as .. in href text (#14451)Timothee Cour2020-05-251-3/+3
* fix #9227 procs can now have multiple interleaved doc comments + runnableExam...Timothee Cour2020-05-251-7/+41
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-28/+36
* Remove #PRTEMP leftover commentClyybber2020-05-201-1/+0
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-201-31/+57
* fix #14174 do not collapse pragma inside runnableExamples (#14385)Timothee Cour2020-05-181-19/+20