summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* Allow `-o` option for `buildIndex` (#13037) [backport]BinHong Lee2020-01-051-1/+4
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-113/+112
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-6/+6
* fixes #11819Araq2019-08-161-0/+1
* removed unused imports [refactoring]Andreas Rumpf2019-08-081-2/+2
* run runnableExamples in the module scope (#11732) [feature]Timothee Cour2019-07-221-11/+13
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* [bugfix] correct 'source' for documentation (#11540)Miran2019-06-201-1/+3
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-8/+35
* docgen.nim: avoid compiler warningAraq2019-05-281-1/+1
* Use the correct HTML file reference in "nim doc" generated idx files (#11326)Kaushal Modi2019-05-251-1/+1
* fixes #11312Araq2019-05-241-0/+2
* Replace countup(x, y) with x .. yClyybber2019-05-071-3/+3
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-8/+8
* Fix `nim doc` ignoring doc comments with implicit returns and implicit conver...nc-x2019-05-041-1/+1
* fewer ropes (#11037)Arne Döring2019-04-191-1/+1
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-1/+58
* docgen: add links for var, let and const (refs #10487) (#10868)Miran2019-03-201-3/+3
* Fix nightlies :test: snippet issue (#10862)genotrance2019-03-191-1/+1
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-081-1/+4
* documentation style tweaks (#10790)Miran2019-03-081-4/+4
* fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-051-3/+4
* compiler/[main,docgen]: don't put generated doc in subfolder (#10754)alaviss2019-02-281-1/+3
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-8/+6
* devel docs should point to devel src (#10529)Miran2019-02-021-1/+2
* The `file` directive is relative to the file it is inLemonBoy2019-01-301-1/+1
* Make sure the test snippet directory existsLemonBoy2019-01-301-5/+7
* docgen: style tweakAraq2019-01-251-1/+1
* docgen: do not produce trailing commas for linksAraq2019-01-251-7/+10
* docgen: produce links for proc namesAraq2019-01-251-6/+16
* docgen: nicer indentationAraq2019-01-251-22/+22
* Added --docInternal option to allow 'nim doc' to include non-exported symbolsIco Doornekamp2019-01-231-1/+4
* docgen: support markdown link syntax; enable markdown extensionsAraq2019-01-111-2/+2
* fixes #10188Araq2019-01-041-0/+1
* runnableExamples: compile and test them as a single file; fixes #9300Araq2019-01-041-2/+10
* fix #8289 (#9828)Timothee Cour2018-11-301-0/+6
* Change documentation details (closes #5525) (#9542)Miran2018-10-311-1/+1
* docgen: make tests green again [backport]Araq2018-10-301-1/+1
* docgen: fixes #9235 [backport]Araq2018-10-301-1/+0
* docgen: fixes #9169 [backport]Araq2018-10-301-24/+15
* Fixes #9364 and add moduleDescription to jsondoc (#9396)PMunch2018-10-171-8/+14
* fixes unexpected transforming of runnableExamples (#9158)Steve Kellock2018-10-091-6/+1
* nim doc can run code blocks (#9228)LemonBoy2018-10-091-24/+32
* docgen: fixes typoAraq2018-10-021-1/+1
* fixes #9140Araq2018-10-011-1/+1
* fix extension passing for rst2tex commandSergey Avseyev2018-09-291-3/+3
* fixes #9083Araq2018-09-271-1/+1
* math.nim: document what to use instead of 'fmod'Araq2018-09-251-1/+1
* docgen tests: patch 'nim' commands to use the currently running exe insteadAndreas Rumpf2018-09-181-4/+6