Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 ↵ | Andreas Rumpf | 2018-04-21 | 1 | -5/+5 |
| | | | | uint16; fixes #7654 | ||||
* | 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 ↵ | Araq | 2018-04-06 | 1 | -1/+2 |
| | | | | combination with the ddot calling syntax | ||||
* | doc gen :test: feature: created a nested directory in order to keep Nim ↵ | Araq | 2017-11-28 | 1 | -1/+4 |
| | | | | happy in parallel builds | ||||
* | fixes #6831 | Araq | 2017-11-28 | 1 | -5/+17 |
| | |||||
* | fixes the new ':test:' feature | Araq | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | make the tests green again | Araq | 2017-11-28 | 1 | -1/+1 |
| |