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
/
docgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #11312
Araq
2019-05-24
1
-0
/
+2
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-3
/
+3
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-8
/
+8
*
Fix `nim doc` ignoring doc comments with implicit returns and implicit conver...
nc-x
2019-05-04
1
-1
/
+1
*
fewer ropes (#11037)
Arne Döring
2019-04-19
1
-1
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+58
*
docgen: add links for var, let and const (refs #10487) (#10868)
Miran
2019-03-20
1
-3
/
+3
*
Fix nightlies :test: snippet issue (#10862)
genotrance
2019-03-19
1
-1
/
+1
*
Don't include the nimhcr dev docs in the system module documentation (#10759)
zah
2019-03-08
1
-1
/
+4
*
documentation style tweaks (#10790)
Miran
2019-03-08
1
-4
/
+4
*
fixes a critical GC safety inference bug (#10615)
Andreas Rumpf
2019-03-05
1
-3
/
+4
*
compiler/[main,docgen]: don't put generated doc in subfolder (#10754)
alaviss
2019-02-28
1
-1
/
+3
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-8
/
+6
*
devel docs should point to devel src (#10529)
Miran
2019-02-02
1
-1
/
+2
*
The `file` directive is relative to the file it is in
LemonBoy
2019-01-30
1
-1
/
+1
*
Make sure the test snippet directory exists
LemonBoy
2019-01-30
1
-5
/
+7
*
docgen: style tweak
Araq
2019-01-25
1
-1
/
+1
*
docgen: do not produce trailing commas for links
Araq
2019-01-25
1
-7
/
+10
*
docgen: produce links for proc names
Araq
2019-01-25
1
-6
/
+16
*
docgen: nicer indentation
Araq
2019-01-25
1
-22
/
+22
*
Added --docInternal option to allow 'nim doc' to include non-exported symbols
Ico Doornekamp
2019-01-23
1
-1
/
+4
*
docgen: support markdown link syntax; enable markdown extensions
Araq
2019-01-11
1
-2
/
+2
*
fixes #10188
Araq
2019-01-04
1
-0
/
+1
*
runnableExamples: compile and test them as a single file; fixes #9300
Araq
2019-01-04
1
-2
/
+10
*
fix #8289 (#9828)
Timothee Cour
2018-11-30
1
-0
/
+6
*
Change documentation details (closes #5525) (#9542)
Miran
2018-10-31
1
-1
/
+1
*
docgen: make tests green again [backport]
Araq
2018-10-30
1
-1
/
+1
*
docgen: fixes #9235 [backport]
Araq
2018-10-30
1
-1
/
+0
*
docgen: fixes #9169 [backport]
Araq
2018-10-30
1
-24
/
+15
*
Fixes #9364 and add moduleDescription to jsondoc (#9396)
PMunch
2018-10-17
1
-8
/
+14
*
fixes unexpected transforming of runnableExamples (#9158)
Steve Kellock
2018-10-09
1
-6
/
+1
*
nim doc can run code blocks (#9228)
LemonBoy
2018-10-09
1
-24
/
+32
*
docgen: fixes typo
Araq
2018-10-02
1
-1
/
+1
*
fixes #9140
Araq
2018-10-01
1
-1
/
+1
*
fix extension passing for rst2tex command
Sergey Avseyev
2018-09-29
1
-3
/
+3
*
fixes #9083
Araq
2018-09-27
1
-1
/
+1
*
math.nim: document what to use instead of 'fmod'
Araq
2018-09-25
1
-1
/
+1
*
docgen tests: patch 'nim' commands to use the currently running exe instead
Andreas Rumpf
2018-09-18
1
-4
/
+6
*
fixes #1616; fixes 'nim doc' regressions
Andreas Rumpf
2018-09-17
1
-13
/
+41
*
index generation for docgen knows about subdirectories; index knows about enu...
Araq
2018-09-13
1
-3
/
+16
*
nim doc: fixes cross-link generation when --out is used
Araq
2018-09-10
1
-4
/
+9
*
some protection against injected doc comments from templates
Araq
2018-09-08
1
-6
/
+11
*
'nim doc': fixes index generation regression
Araq
2018-09-08
1
-2
/
+6
*
added a test for 'nim doc'
Andreas Rumpf
2018-09-07
1
-3
/
+3
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-73
/
+99
*
fixes #3655
Andreas Rumpf
2018-09-07
1
-5
/
+10
*
system.compileDate and compileTime are in UTC; fixes #7305; docgen supports S...
Andreas Rumpf
2018-09-03
1
-1
/
+1
*
runnableExample: put each example to its own file; fixes #7285
Andreas Rumpf
2018-09-03
1
-22
/
+15
*
fixes #8831
Andreas Rumpf
2018-09-03
1
-1
/
+1
*
change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...
Andreas Rumpf
2018-09-02
1
-1
/
+58
[next]