summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* Docs expand `using` parameters (#21076)Jake Leahy2022-12-121-4/+4
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-121-1/+1
* Revert "fix #15836 proc arg return type auto unexpectly match proc with concr...ringabout2022-12-091-1/+1
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-091-1/+1
* fixes #20572 (#20585)Andreas Rumpf2022-10-171-2/+2
* Fix "imported but not used" warnings (#20575)Andrey Makarov2022-10-161-1/+0
* Make rstgen work with gcsafe (#20534)ringabout2022-10-101-3/+3
* add plausibleAnalytics support for koch docs[backport:1.6] (#20454)ringabout2022-09-301-0/+8
* fixes #9462; jsondoc --index can generate a theindex.json (#20205)ringabout2022-09-061-0/+16
* fix `nim md2tex` and `koch pdf` commands (#20280)Andrey Makarov2022-08-281-1/+2
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-271-10/+9
* Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)Andrey Makarov2022-08-231-0/+44
* fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...ringabout2022-08-201-0/+2
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+4
* fixes #20132; fixes the broken jsondoc comand [backport] (#20135)ringabout2022-08-041-1/+2
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-261-1/+3
* Make imports/exports not be a dropdown in sidebar (#19907)Jake Leahy2022-07-161-3/+14
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-151-13/+20
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-0/+1
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-301-8/+5
* Move common Latex code into class nimdoc.cls (#19734)Andrey Makarov2022-04-211-1/+5
* 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