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 #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
*
partially fix #8218: nim doc --project (#8737)
Timothee Cour
2018-08-23
1
-4
/
+3
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-7
/
+8
*
fixes 7833 (#8533)
Andreas Rumpf
2018-08-05
1
-1
/
+1
*
fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 (#8...
Timothee Cour
2018-07-30
1
-5
/
+4
*
let runnableExamples start in a new paragraph (#8355)
skilchen
2018-07-18
1
-1
/
+1
*
Make pragmas look clickable in docs (#8176)
Quelklef
2018-07-17
1
-3
/
+11
*
fixes docgen regression caused by refactorings; fixes #8097
Araq
2018-06-26
1
-5
/
+3
*
removed global variable from rstgen.nim
Andreas Rumpf
2018-05-27
1
-1
/
+0
*
refactoring: make projectMainIdx typesafe
Andreas Rumpf
2018-05-27
1
-3
/
+3
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-35
/
+37
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
compiler/ropes.nim has no global error handler anymore
Andreas Rumpf
2018-05-17
1
-4
/
+16
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-4
/
+4
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-25
/
+25
*
docgen compiles again
Andreas Rumpf
2018-05-11
1
-62
/
+67
*
avoid more global variables
Andreas Rumpf
2018-05-11
1
-26
/
+30
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-3
/
+3
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-5
/
+5
*
docutils: make ':test:' work without argument
Andreas Rumpf
2018-04-15
1
-1
/
+1
*
added the 'x.p[:T]' notation for explicit generic instantiations in combinati...
Araq
2018-04-06
1
-1
/
+2
*
doc gen :test: feature: created a nested directory in order to keep Nim happy...
Araq
2017-11-28
1
-1
/
+4
*
fixes #6831
Araq
2017-11-28
1
-5
/
+17
[next]