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
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
1
-3
/
+3
*
fixes #23914; jsondoc broken in devel (#23916)
ringabout
2024-08-11
1
-1
/
+1
*
retain postfix node in type section typed AST, with docgen fix (#23101)
metagn
2023-12-23
1
-13
/
+18
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-4
/
+6
*
fixes #23051; don't generate documentation for exported symbols again (#23074)
ringabout
2023-12-14
1
-1
/
+2
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
1
-2
/
+1
*
Fix using `--stdout` with `jsondoc` (#22925)
Jake Leahy
2023-11-09
1
-1
/
+1
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-5
/
+6
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-2
/
+2
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-1
/
+1
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-3
/
+2
*
refactors initSrcGen and initTokRender into returning objects (#22421)
ringabout
2023-08-09
1
-8
/
+5
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-13
/
+33
*
fix server caching issue causing Theme failures (#22378)
Daniel Belmes
2023-08-06
1
-2
/
+2
*
Fix doc comment rendering for concepts (#22312)
konsumlamm
2023-07-22
1
-1
/
+1
*
fix `jsondoc` not getting `showNonExports` flag (#22267)
Jake Leahy
2023-07-20
1
-7
/
+10
*
Tolerate markup errors for doc comments (#19607) (#22235)
Andrey Makarov
2023-07-07
1
-3
/
+13
*
fixes #19607 (#21576)
Andreas Rumpf
2023-06-16
1
-11
/
+17
*
compiler/docgen: pass --path:… to runnableExamples (#21669)
Emery Hemingway
2023-04-17
1
-2
/
+5
*
runnableExamples imports std/assertions by default (#21658)
metagn
2023-04-14
1
-1
/
+3
*
Fix nim doc crash with group referencing & include (#21600)
Andrey Makarov
2023-04-02
1
-6
/
+11
*
fixes #19396; Nimdoc hide nonexported fields (#21305)
ringabout
2023-02-01
1
-9
/
+13
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
1
-55
/
+145
*
fix #19580; add warning for bare except: clause (#21099)
ringabout
2022-12-15
1
-4
/
+4
*
Docs expand `using` parameters (#21076)
Jake Leahy
2022-12-12
1
-4
/
+4
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-12
1
-1
/
+1
*
Revert "fix #15836 proc arg return type auto unexpectly match proc with concr...
ringabout
2022-12-09
1
-1
/
+1
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-09
1
-1
/
+1
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-2
/
+2
*
Fix "imported but not used" warnings (#20575)
Andrey Makarov
2022-10-16
1
-1
/
+0
*
Make rstgen work with gcsafe (#20534)
ringabout
2022-10-10
1
-3
/
+3
*
add plausibleAnalytics support for koch docs[backport:1.6] (#20454)
ringabout
2022-09-30
1
-0
/
+8
*
fixes #9462; jsondoc --index can generate a theindex.json (#20205)
ringabout
2022-09-06
1
-0
/
+16
*
fix `nim md2tex` and `koch pdf` commands (#20280)
Andrey Makarov
2022-08-28
1
-1
/
+2
*
Fix auto links to subheader when TOC is present (#20279)
Andrey Makarov
2022-08-27
1
-10
/
+9
*
Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)
Andrey Makarov
2022-08-23
1
-0
/
+44
*
fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...
ringabout
2022-08-20
1
-0
/
+2
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-0
/
+4
*
fixes #20132; fixes the broken jsondoc comand [backport] (#20135)
ringabout
2022-08-04
1
-1
/
+2
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
1
-1
/
+3
*
Make imports/exports not be a dropdown in sidebar (#19907)
Jake Leahy
2022-07-16
1
-3
/
+14
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
1
-13
/
+20
*
RST: improve simple tables (#19859)
Andrey Makarov
2022-06-04
1
-0
/
+1
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
1
-8
/
+5
*
Move common Latex code into class nimdoc.cls (#19734)
Andrey Makarov
2022-04-21
1
-1
/
+5
*
Document links repect --out in .idx file (#19543)
Jake Leahy
2022-02-24
1
-1
/
+4
*
fix broken CI (#19472)
flywind
2022-01-31
1
-0
/
+1
*
Merge pull request from GHSA-ggrq-h43f-3w7m
Dominik Picheta
2022-01-29
1
-1
/
+1
*
Fix group reference (with capital letters (#19196)
Andrey Makarov
2021-12-20
1
-1
/
+2
*
change os.nim doc links to new style (#19102)
Andrey Makarov
2021-11-08
1
-0
/
+7
[next]