summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-151-36/+53
|
* Merge pull request #867 from reactormonk/no_explicit_returnAndreas Rumpf2014-02-103-23/+24
|\ | | | | removed explicit return in the documentation
| * tracked down a few more returnsSimon Hafner2014-02-053-21/+22
| |
| * removed explicit return in the documentationSimon Hafner2014-02-032-2/+2
| |
* | nofoward doesn't exist yet; fixes #890Araq2014-02-101-39/+42
| |
* | fixes 'newSeq[T]' instantiation bugAraq2014-02-091-1/+1
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-071-2/+2
|\ \
| * | Fixed typo's in tutorial 2superfunc2014-02-051-2/+2
| |/
* / bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-0/+2
|/
* Expandeded part about different proc call syntaxes.ReneSac2014-02-031-2/+72
|
* Mentions {.exportc.} limits. Refs #826.Grzegorz Adam Hankiewicz2014-02-021-3/+3
|
* cleaned up command expressionsAraq2014-02-022-7/+14
|
* added the parts of #541 that I likeAraq2014-02-021-0/+24
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-021-0/+17
|\
| * Merge pull request #843 from gradha/pr_gc_docsAndreas Rumpf2014-02-011-0/+17
| |\ | | | | | | Adds note about manual memory handling to GC doc.
| | * Adds note about manual memory handling to GC doc.Grzegorz Adam Hankiewicz2014-01-261-0/+17
| | |
* | | merge issue #707 by handAraq2014-02-021-0/+4
|/ /
* | remove the old testerAraq2014-02-021-0/+3
|\ \
| * | Finished logging module.Dominik Picheta2014-01-271-0/+3
| |/
* / documented new symbol binding rules for templatesAraq2014-02-011-72/+59
|/
* Merge branch 'pr_oniondocs' into pr_oniondocs_develGrzegorz Adam Hankiewicz2014-01-253-0/+211
|\
| * Transforms docgen sample to be generated from source.Grzegorz Adam Hankiewicz2014-01-064-566/+14
| |
| * Adds some cross references to docgen manual.Grzegorz Adam Hankiewicz2014-01-062-6/+13
| |
| * Reformats text to fit width of 80 columns.Grzegorz Adam Hankiewicz2014-01-061-40/+50
| |
| * Fixes two minor typos.Grzegorz Adam Hankiewicz2014-01-061-2/+2
| |
| * Added docgen documentationErik O'Leary2013-12-313-0/+746
| |
* | typeClasses now documented in grammar.txtAraq2014-01-231-0/+4
| |
* | closure iterators workAraq2014-01-231-1/+15
| |
* | next steps for closure iteratorsAraq2014-01-221-11/+14
| |
* | updated grammar.txtAraq2014-01-201-14/+16
| |
* | 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-193-19/+18
| |
* | Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraintsSimon Hafner2014-01-161-0/+35
|\ \ | | | | | | Add docs for constraining and qualifying imports.
| * | Add docs for constraining and qualifying imports.Hitesh Jasani2014-01-161-0/+35
| | |
* | | References TRune, links unicode modules where mentioned.Grzegorz Adam Hankiewicz2014-01-151-4/+7
| | | | | | | | | | | | Amends 0f3941b0013ea5d390586719f930fcf02b929f4d.
* | | Adds note about conflicts with using as a statement.Grzegorz Adam Hankiewicz2014-01-151-0/+18
| | |
* | | Duplicates string literal table for character literals.Grzegorz Adam Hankiewicz2014-01-151-4/+27
| | | | | | | | | | | | Hopefully the index spamming will lead more people here.
* | | Removes links to modules recently removed from stdlib.Grzegorz Adam Hankiewicz2014-01-151-101/+1
| | |
* | | Moves mongodb module to lower level wrapper group.Grzegorz Adam Hankiewicz2014-01-151-3/+2
| | |
* | | Adds parseopt2 module to documentation index.Grzegorz Adam Hankiewicz2014-01-151-1/+6
| | |
* | | Documents wrapping named arguments in curly braces.Grzegorz Adam Hankiewicz2014-01-151-1/+3
| | |
* | | Adds note about iterators having same signature as procs.Grzegorz Adam Hankiewicz2014-01-151-1/+5
| | |
* | | Adds note about procs and multiple variable assignment.Grzegorz Adam Hankiewicz2014-01-151-0/+6
| | |
* | | Adds using statement to the one and only true index.Grzegorz Adam Hankiewicz2014-01-151-6/+6
|/ /
* | Merge branch 'upstream' into develZahary Karadjov2013-12-291-0/+54
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt
| * | documented static paramsZahary Karadjov2013-12-251-0/+54
| | |
* | | case consistency part 1Araq2013-12-271-0/+2
| | |
* | | templates can access hidden fieldsAraq2013-12-251-15/+25
| | |
* | | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-241-1/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-233-16/+35
| |\ \ | | | | | | | | | | | | | | | | Conflicts: web/news.txt
| * \ \ Merge branch 'master' into vm2Araq2013-12-131-5/+5
| |\ \ \ | | | |/ | | |/|