summary refs log tree commit diff stats
path: root/compiler/docgen2.nim
Commit message (Expand)AuthorAgeFilesLines
* use strictdefs for compiler (#22365)ringabout2023-08-061-0/+2
* fix `jsondoc` not getting `showNonExports` flag (#22267)Jake Leahy2023-07-201-1/+1
* replaces implicit passes array registed at runtime with explicit function cal...ringabout2023-03-031-17/+8
* fixes #19396; Nimdoc hide nonexported fields (#21305)ringabout2023-02-011-1/+1
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-271-2/+1
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-301-2/+2
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-0/+1
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-141-0/+5
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-2/+2
* group procs of the same name in TOC (#15487)Miran2020-10-051-1/+2
* fix #13349 regression: isNamedTuple now works with generic tuples (#13350)Timothee Cour2020-02-071-1/+1
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-2/+2
* fixes #13100 nim doc now treats `export localSymbol` correctly (#13123) [back...Timothee Cour2020-01-131-1/+1
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-2/+1
* docgen: generate docs for modules imported in system.nim, fixes #10972 (#11101)Miran2019-04-241-1/+3
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-1/+0
* Fixes #9364 and add moduleDescription to jsondoc (#9396)PMunch2018-10-171-4/+10
* Make the registered passes local to the ModuleGraph (#9259)LemonBoy2018-10-091-2/+2
* some protection against injected doc comments from templatesAraq2018-09-081-1/+1
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-4/+6
* runnableExample: put each example to its own file; fixes #7285Andreas Rumpf2018-09-031-8/+12
* change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...Andreas Rumpf2018-09-021-0/+1
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-1/+1
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-1/+1
* more refactoringAndreas Rumpf2018-05-271-1/+1
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-3/+3
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-2/+2
* the remaining passes all compile againAndreas Rumpf2018-05-131-1/+1
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-2/+2
* new dependency tracking for nimsuggestAraq2016-11-051-1/+3
* refactoring complete: explicit ident cacheAraq2016-10-311-1/+1
* get rid of debug outputAndreas Rumpf2016-07-201-1/+1
* fixes #4485; package handling works better; docgen works with --project on Ni...Andreas Rumpf2016-07-191-10/+10
* the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-131-0/+17
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-1/+1
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-2/+2
* CaaS in-memory cachingZahary Karadjov2012-11-281-5/+3
* caas is now drivable through stdinZahary Karadjov2012-11-281-5/+1
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-5/+6
* doc2 improvementsAraq2012-06-241-2/+6
* first implementation of docgen2Araq2012-06-231-0/+50