Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | the documentation generator now supports ':test:' for the testing of test ↵ | Araq | 2017-11-28 | 1 | -2/+22 |
| | | | | snippets | ||||
* | the documentation generator now supports system.runnableExamples | Araq | 2017-11-26 | 1 | -56/+83 |
| | |||||
* | WIP: Add a advanced compiler command 'ctags' (#6654) | Dmitry Atamanov | 2017-11-15 | 1 | -0/+61 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -3/+3 |
| | |||||
* | Add sections (type, var, let, const, using) support for reorder pragma (#6326) | BigEpsilon | 2017-10-28 | 1 | -2/+2 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -4/+10 |
| | |||||
* | Do not generate Source/Edit without git in config | Ruslan Mustakov | 2017-07-31 | 1 | -6/+8 |
| | |||||
* | nimsuggest: bugfix: also output documentation comments | Andreas Rumpf | 2017-02-03 | 1 | -20/+20 |
| | |||||
* | Remove docgen.nim's dependency on things being in path | Samadi van Koten | 2016-11-28 | 1 | -2/+4 |
| | | | | | | compiler/docgen.nim relied heavily on $lib/packages/docutils being in path at compile-time. While this works fine when building Nim itself, things start breaking when using compiler as a nimble package. | ||||
* | big refactoring: step 1 | Araq | 2016-10-31 | 1 | -3/+3 |
| | |||||
* | fixes #4913 | Andreas Rumpf | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | generated theindex.html is valid html | Araq | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | docgen: group by type feature | Andreas Rumpf | 2016-09-08 | 1 | -1/+5 |
| | |||||
* | docgen: different attachedType generation | Andreas Rumpf | 2016-09-08 | 1 | -7/+8 |
| | |||||
* | documentation now has an 'edit' button | Andreas Rumpf | 2016-09-08 | 1 | -6/+10 |
| | |||||
* | json doc info also includes line,col information | Andreas Rumpf | 2016-07-23 | 1 | -3/+4 |
| | |||||
* | docgen improvements | Andreas Rumpf | 2016-07-22 | 1 | -3/+4 |
| | |||||
* | fixes #4428 | Andreas Rumpf | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | fixes #4485; package handling works better; docgen works with --project on ↵ | Andreas Rumpf | 2016-07-19 | 1 | -5/+15 |
| | | | | Nimble package level | ||||
* | docgen improvement: hidden 'attachedType' span is generated for upcoming ↵ | Andreas Rumpf | 2016-07-13 | 1 | -1/+51 |
| | | | | docgen improvements | ||||
* | the Nim compiler supports the jsondoc2 command | Andreas Rumpf | 2016-07-13 | 1 | -21/+35 |
| | |||||
* | docgen: hide pragmas | Andreas Rumpf | 2016-07-08 | 1 | -1/+9 |
| | |||||
* | generated source code links also work when generated on Unix | Andreas Rumpf | 2016-06-09 | 1 | -4/+3 |
| | |||||
* | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 1 | -2/+2 |
| | |||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | fixes #1799 | Araq | 2015-10-25 | 1 | -1/+1 |
| |