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
*
Allow `-o` option for `buildIndex` (#13037) [backport]
BinHong Lee
2020-01-05
1
-1
/
+4
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-113
/
+112
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-6
/
+6
*
fixes #11819
Araq
2019-08-16
1
-0
/
+1
*
removed unused imports [refactoring]
Andreas Rumpf
2019-08-08
1
-2
/
+2
*
run runnableExamples in the module scope (#11732) [feature]
Timothee Cour
2019-07-22
1
-11
/
+13
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
[bugfix] correct 'source' for documentation (#11540)
Miran
2019-06-20
1
-1
/
+3
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-8
/
+35
*
docgen.nim: avoid compiler warning
Araq
2019-05-28
1
-1
/
+1
*
Use the correct HTML file reference in "nim doc" generated idx files (#11326)
Kaushal Modi
2019-05-25
1
-1
/
+1
*
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
[next]