summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* Document links repect --out in .idx file (#19543)Jake Leahy2022-02-241-1/+4
* fix broken CI (#19472)flywind2022-01-311-0/+1
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-291-1/+1
* Fix group reference (with capital letters (#19196)Andrey Makarov2021-12-201-1/+2
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-0/+7
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-281-16/+138
* strict effects (#18777)Andreas Rumpf2021-09-021-3/+4
* replace wrt with proper word (#18724)flywind2021-08-221-1/+1
* Remove unused imports, and deprecated function usage (#18663)Kyle Brown2021-08-111-2/+2
* don't use plus instead of space (#18589)Miran2021-07-261-2/+2
* docgen: sort symbols (fix #17910) (#18560)Andrey Makarov2021-07-251-14/+84
* rst: add missing line/column info for some warnings (#18383)Andrey Makarov2021-07-201-27/+27
* nim doc now correctly renders deprecated pragmas for routines and types (#18515)Timothee Cour2021-07-191-12/+3
* runnableExamples now show originating location in stacktraces on failure (#18...Timothee Cour2021-07-091-6/+19
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-271-1/+1
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-201-0/+1
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-83/+160
* fixes #18112 (#18165)Andreas Rumpf2021-06-031-2/+4
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-011-1/+1
* docgen: escape special characters in titles (#18014)Andrey Makarov2021-05-151-2/+3
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-141-8/+14
* fixes #17675 (#17981)Andreas Rumpf2021-05-091-1/+1
* docgen: get rid of ropes (#17939)Andrey Makarov2021-05-051-190/+146
* more strict RST inline markup parsing (#17827)Andrey Makarov2021-04-291-2/+5
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-211-15/+0
* -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