Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devel docs should point to devel src (#10529) | Miran | 2019-02-02 | 1 | -1/+2 |
| | | | | | Currently, devel docs (https://nim-lang.github.io/Nim/lib.html) source links point to master branch, leading to outdated source code and showing the wrong line. | ||||
* | 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 |
| | | | | | | | This fixes `jsondoc0` so that it has comments in the output as described by the documentation. It also fixes `jsondoc`/`jsondoc2` as it stored it's output in a file with an html extension. Along with this it also adds a new field `moduleDescription` to `jsondoc`/`jsondoc2` which contains the module description. | ||||
* | 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 ↵ | Araq | 2018-09-13 | 1 | -3/+16 |
| | | | | enum values; fixes import statement for runnableExamples | ||||
* | 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 ↵ | Andreas Rumpf | 2018-09-07 | 1 | -73/+99 |
| | | | | between modules | ||||
* | fixes #3655 | Andreas Rumpf | 2018-09-07 | 1 | -5/+10 |
| | |||||
* | system.compileDate and compileTime are in UTC; fixes #7305; docgen supports ↵ | Andreas Rumpf | 2018-09-03 | 1 | -1/+1 |
| | | | | SOURCE_DATE_EPOCH, fixes #3113 | ||||
* | 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; ↵ | Andreas Rumpf | 2018-09-02 | 1 | -1/+58 |
| | | | | runnableExamples works for templates and generics | ||||
* | 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 #7833; still to-do: fix setLen * make tests green again * also fixes setLen and string concats; refs #7833 * change formating to avoid a compiler warning * emit the write barrier also for addChar * fixes yet another regression * make setLengthStr compile for the old version * make growobjcrash complete earlier | ||||
* | fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 ↵ | Timothee Cour | 2018-07-30 | 1 | -5/+4 |
| | | | | | (#8423) add --git.devel option to override doc generated "edit" links; add --nimCompiler option to nimweb | ||||
* | let runnableExamples start in a new paragraph (#8355) | skilchen | 2018-07-18 | 1 | -1/+1 |
| | | | fixes #8121, fixes #8346 | ||||
* | Make pragmas look clickable in docs (#8176) | Quelklef | 2018-07-17 | 1 | -3/+11 |
| | | | | * Visual cues for hidden pragmas in docs. * Add hover cue | ||||
* | 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 ↵ | Andreas Rumpf | 2018-05-27 | 1 | -35/+37 |
| | | | | around explicitly | ||||
* | 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 |
| |