index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
docgen2.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+2
*
fix `jsondoc` not getting `showNonExports` flag (#22267)
Jake Leahy
2023-07-20
1
-1
/
+1
*
replaces implicit passes array registed at runtime with explicit function cal...
ringabout
2023-03-03
1
-17
/
+8
*
fixes #19396; Nimdoc hide nonexported fields (#21305)
ringabout
2023-02-01
1
-1
/
+1
*
Fix auto links to subheader when TOC is present (#20279)
Andrey Makarov
2022-08-27
1
-2
/
+1
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
1
-2
/
+2
*
docgen: move to shared RST state (fix #16990) (#18256)
Andrey Makarov
2021-06-20
1
-0
/
+1
*
`doc2tex`: generate docs to Latex (#17997)
Andrey Makarov
2021-05-14
1
-0
/
+5
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-2
/
+2
*
group procs of the same name in TOC (#15487)
Miran
2020-10-05
1
-1
/
+2
*
fix #13349 regression: isNamedTuple now works with generic tuples (#13350)
Timothee Cour
2020-02-07
1
-1
/
+1
*
fix #13150 `nim doc --project` now works reliably (#13223)
Timothee Cour
2020-02-06
1
-2
/
+2
*
fixes #13100 nim doc now treats `export localSymbol` correctly (#13123) [back...
Timothee Cour
2020-01-13
1
-1
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+1
*
docgen: generate docs for modules imported in system.nim, fixes #10972 (#11101)
Miran
2019-04-24
1
-1
/
+3
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-1
/
+0
*
Fixes #9364 and add moduleDescription to jsondoc (#9396)
PMunch
2018-10-17
1
-4
/
+10
*
Make the registered passes local to the ModuleGraph (#9259)
LemonBoy
2018-10-09
1
-2
/
+2
*
some protection against injected doc comments from templates
Araq
2018-09-08
1
-1
/
+1
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-4
/
+6
*
runnableExample: put each example to its own file; fixes #7285
Andreas Rumpf
2018-09-03
1
-8
/
+12
*
change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...
Andreas Rumpf
2018-09-02
1
-0
/
+1
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-1
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
more refactoring
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-3
/
+3
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-2
/
+2
*
the remaining passes all compile again
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-2
/
+2
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-1
/
+3
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-1
/
+1
*
get rid of debug output
Andreas Rumpf
2016-07-20
1
-1
/
+1
*
fixes #4485; package handling works better; docgen works with --project on Ni...
Andreas Rumpf
2016-07-19
1
-10
/
+10
*
the Nim compiler supports the jsondoc2 command
Andreas Rumpf
2016-07-13
1
-0
/
+17
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-5
/
+5
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-2
/
+2
*
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-5
/
+3
*
caas is now drivable through stdin
Zahary Karadjov
2012-11-28
1
-5
/
+1
*
doc2 improvements; small lexer bugfix: backslashes in comments
Araq
2012-11-20
1
-5
/
+6
*
doc2 improvements
Araq
2012-06-24
1
-2
/
+6
*
first implementation of docgen2
Araq
2012-06-23
1
-0
/
+50