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
/
nimdoc
/
testproject
/
expected
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Pandoc Markdown concise link extension (#20304)
Andrey Makarov
2022-09-04
2
-1
/
+27
*
Docs auto dark mode (#20188)
Amjad Ben Hedhili
2022-08-21
3
-68
/
+54
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
2
-52
/
+55
*
Make imports/exports not be a dropdown in sidebar (#19907)
Jake Leahy
2022-07-16
1
-6
/
+1
*
Fixes #19900 (#19906)
Jake Leahy
2022-06-19
2
-2
/
+2
*
Keep the doc sidebar on the screen while scrolling (#19851)
JJ
2022-06-15
4
-1341
/
+1181
*
rewrite docs JS in Nim (#19701)
flywind
2022-04-09
3
-129
/
+0
*
Fix group reference (with capital letters (#19196)
Andrey Makarov
2021-12-20
3
-0
/
+36
*
implement RST & Markdown quote blocks (#19147)
Andrey Makarov
2021-11-23
1
-0
/
+5
*
docgen: implement doc link resolution in current module (#18642)
Andrey Makarov
2021-10-28
5
-15
/
+560
*
feat: copy to clipboard (#18963)
Abishek PY
2021-10-22
1
-1
/
+31
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-4
/
+6
*
docgen: draw frame around active anchors (#18607)
Andrey Makarov
2021-07-29
3
-73
/
+152
*
support same-line doc comments in routines (#18595)
Timothee Cour
2021-07-27
3
-1
/
+154
*
docgen: sort symbols (fix #17910) (#18560)
Andrey Makarov
2021-07-25
2
-335
/
+335
*
nim doc now correctly renders deprecated pragmas for routines and types (#18515)
Timothee Cour
2021-07-19
3
-3
/
+20
*
docgen: move to shared RST state (fix #16990) (#18256)
Andrey Makarov
2021-06-20
1
-5
/
+5
*
Fix JS error on index page and detect dark mode (#18191)
drtheuns
2021-06-07
3
-12
/
+27
*
fix #16993, #18054, #17835 runnableExamples now works with templates and nest...
Timothee Cour
2021-06-02
2
-7
/
+8
*
fix warnings/hints in nimdoc/tester.nim (#18083)
Timothee Cour
2021-05-30
1
-4
/
+4
*
`doc2tex`: generate docs to Latex (#17997)
Andrey Makarov
2021-05-14
2
-90
/
+90
*
follow-up #17837: add `Console` for interactive sessions (#17930)
Andrey Makarov
2021-05-06
1
-0
/
+8
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
3
-10
/
+10
*
add RST highlighting for command line / shells (also fixes #16858) (#17789)
Andrey Makarov
2021-04-21
1
-5
/
+26
*
restyle RST option lists (#17637)
Andrey Makarov
2021-04-10
1
-0
/
+27
*
fix #17615(runnableExamples silently ignored if placed after some code) (#17619)
flywind
2021-04-02
1
-1
/
+3
*
enable syntax highlighting for inline code (#17585)
Andrey Makarov
2021-04-02
1
-4
/
+4
*
docgen: render pragmas by default except for a select list (and fix #9074) (#...
Timothee Cour
2021-04-01
2
-42
/
+42
*
fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...
Timothee Cour
2021-03-29
1
-4
/
+8
*
fix #16901: sidebar groups now works with all routines, not just proc,func (#...
Timothee Cour
2021-03-19
2
-33
/
+90
*
RST heading improvements (fix #17091) (#17195)
Andrey Makarov
2021-03-02
1
-0
/
+1
*
RST: implement footnotes and citations (#16960)
Andrey Makarov
2021-02-15
1
-0
/
+13
*
fix #16885: nimdoc css warning (#16893)
zetashift
2021-02-01
1
-0
/
+2
*
fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)
Timothee Cour
2021-01-29
3
-33
/
+971
*
conservative approach to fix #15184 (#16723)
Andrey Makarov
2021-01-15
3
-0
/
+17
*
put both funcs and procs under the same section in the documentation (#16301)
Miran
2020-12-09
1
-23
/
+12
*
nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247)
Sebastian Reinhard
2020-12-06
3
-3
/
+9
*
fix #16164, render doc comments (#16230)
Miran
2020-12-02
3
-1
/
+15
*
fix #15702, show enum fields documentation (#15792)
Miran
2020-10-30
3
-0
/
+35
*
[backport: 1.4] Better linebreaks (#15658)
Miran
2020-10-22
2
-60
/
+60
*
add Source+Edit links on top of every docgend file (#15642)
Timothee Cour
2020-10-22
2
-0
/
+2
*
docgen: improve alignment of comments (still not perfect) (#15506)
Andreas Rumpf
2020-10-07
1
-5
/
+6
*
group procs of the same name in TOC (#15487)
Miran
2020-10-05
2
-60
/
+153
*
Fix theme switch load from local storage (#14897)
Manuel Bojato
2020-07-10
3
-42
/
+15
*
fix #14846; add macros.extractDocCommentsAndRunnables (#14849)
Timothee Cour
2020-07-01
3
-0
/
+44
*
fix #14691 docgen works again for methods (#14701)
Timothee Cour
2020-06-18
3
-0
/
+83
*
runnableExamples: correctly handle multiline string litterals (#14492)
Timothee Cour
2020-06-01
3
-0
/
+50
*
hotfix doc comments for procs without body (#14494)
Timothee Cour
2020-05-29
3
-0
/
+68
*
fix #14485 (#14487)
Timothee Cour
2020-05-28
3
-0
/
+26
*
fix #8871 runnableExamples now preserves source code comments, litterals, and...
Timothee Cour
2020-05-28
5
-10
/
+491
[next]