Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | documented new symbol binding rules for templates | Araq | 2014-02-01 | 1 | -72/+59 |
| | |||||
* | Merge branch 'pr_oniondocs' into pr_oniondocs_devel | Grzegorz Adam Hankiewicz | 2014-01-25 | 3 | -0/+211 |
|\ | |||||
| * | Transforms docgen sample to be generated from source. | Grzegorz Adam Hankiewicz | 2014-01-06 | 4 | -566/+14 |
| | | |||||
| * | Adds some cross references to docgen manual. | Grzegorz Adam Hankiewicz | 2014-01-06 | 2 | -6/+13 |
| | | |||||
| * | Reformats text to fit width of 80 columns. | Grzegorz Adam Hankiewicz | 2014-01-06 | 1 | -40/+50 |
| | | |||||
| * | Fixes two minor typos. | Grzegorz Adam Hankiewicz | 2014-01-06 | 1 | -2/+2 |
| | | |||||
| * | Added docgen documentation | Erik O'Leary | 2013-12-31 | 3 | -0/+746 |
| | | |||||
* | | typeClasses now documented in grammar.txt | Araq | 2014-01-23 | 1 | -0/+4 |
| | | |||||
* | | closure iterators work | Araq | 2014-01-23 | 1 | -1/+15 |
| | | |||||
* | | next steps for closure iterators | Araq | 2014-01-22 | 1 | -11/+14 |
| | | |||||
* | | updated grammar.txt | Araq | 2014-01-20 | 1 | -14/+16 |
| | | |||||
* | | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 3 | -19/+18 |
| | | |||||
* | | Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraints | Simon Hafner | 2014-01-16 | 1 | -0/+35 |
|\ \ | | | | | | | Add docs for constraining and qualifying imports. | ||||
| * | | Add docs for constraining and qualifying imports. | Hitesh Jasani | 2014-01-16 | 1 | -0/+35 |
| | | | |||||
* | | | References TRune, links unicode modules where mentioned. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -4/+7 |
| | | | | | | | | | | | | Amends 0f3941b0013ea5d390586719f930fcf02b929f4d. | ||||
* | | | Adds note about conflicts with using as a statement. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -0/+18 |
| | | | |||||
* | | | Duplicates string literal table for character literals. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -4/+27 |
| | | | | | | | | | | | | Hopefully the index spamming will lead more people here. | ||||
* | | | Removes links to modules recently removed from stdlib. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -101/+1 |
| | | | |||||
* | | | Moves mongodb module to lower level wrapper group. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -3/+2 |
| | | | |||||
* | | | Adds parseopt2 module to documentation index. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -1/+6 |
| | | | |||||
* | | | Documents wrapping named arguments in curly braces. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -1/+3 |
| | | | |||||
* | | | Adds note about iterators having same signature as procs. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -1/+5 |
| | | | |||||
* | | | Adds note about procs and multiple variable assignment. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -0/+6 |
| | | | |||||
* | | | Adds using statement to the one and only true index. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -6/+6 |
|/ / | |||||
* | | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -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 params | Zahary Karadjov | 2013-12-25 | 1 | -0/+54 |
| | | | |||||
* | | | case consistency part 1 | Araq | 2013-12-27 | 1 | -0/+2 |
| | | | |||||
* | | | templates can access hidden fields | Araq | 2013-12-25 | 1 | -15/+25 |
| | | | |||||
* | | | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2 | Araq | 2013-12-24 | 1 | -1/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 3 | -16/+35 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
| * \ \ | Merge branch 'master' into vm2 | Araq | 2013-12-13 | 1 | -5/+5 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | bugfix: keywords are sorted | Araq | 2013-12-05 | 1 | -1/+2 |
| | | | | |||||
* | | | | Correct the spelling of the word 'implicitly' | Satish BD | 2013-12-23 | 2 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Merge pull request #764 from gradha/pr_doc_improvements | Andreas Rumpf | 2013-12-20 | 1 | -15/+0 |
|\ \ \ | | | | | | | | | Documentation improvements | ||||
| * | | | Updates idetools docs after changes by #743. | Grzegorz Adam Hankiewicz | 2013-12-18 | 1 | -15/+0 |
| | |/ | |/| | |||||
* | | | Merge pull request #753 from gradha/pr_idetools_quote | Andreas Rumpf | 2013-12-20 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | Adds fitting quote to idetools doc. | ||||
| * | | | Adds fitting quote to idetools doc. | Grzegorz Adam Hankiewicz | 2013-12-15 | 1 | -0/+5 |
| |/ / | |||||
* | | | Merge pull request #739 from gradha/pr_adds_to_quit_docs | Grzegorz Adam Hankiewicz | 2013-12-17 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Adds to quit docs | ||||
| * | | | Adds example to fatal pragma. | Grzegorz Adam Hankiewicz | 2013-12-12 | 1 | -1/+5 |
| |/ / | |||||
* / / | implemented 'injectStmt'; more debug support | Araq | 2013-12-16 | 2 | -0/+25 |
|/ / | |||||
* | | Fixes strutils reference in macro tutorial. | Grzegorz Adam Hankiewicz | 2013-12-08 | 1 | -1/+1 |
| | | |||||
* | | Adds missing ``s`` to sligthly odd sentence. | Grzegorz Adam Hankiewicz | 2013-12-08 | 1 | -1/+1 |
| | | |||||
* | | Fixes link to manual in bold section. | Grzegorz Adam Hankiewicz | 2013-12-08 | 1 | -3/+3 |
|/ | | | | | | Nested inline markup is not possible at the moment, see http://stackoverflow.com/a/9645684/172690. Maybe this would be a useful extension to have in nimrod's custom rst engine? | ||||
* | Merge pull request #676 from gradha/pr_expands_macro_tutorial | Grzegorz Adam Hankiewicz | 2013-12-02 | 1 | -9/+262 |
|\ | | | | | Expands tutorial macro section with step by step guide. | ||||
| * | Corrects grammar and span of italics in text. | Grzegorz Adam Hankiewicz | 2013-11-19 | 1 | -1/+1 |
| | | |||||
| * | Modifies example to use splitLines. | Grzegorz Adam Hankiewicz | 2013-11-19 | 1 | -7/+9 |
| | | |||||
| * | Expands tutorial macro section with step by step guide. | Grzegorz Adam Hankiewicz | 2013-11-16 | 1 | -9/+260 |
| | | |||||
* | | Mentions tuple unpacking only works in var/let blocks. | Grzegorz Adam Hankiewicz | 2013-12-01 | 1 | -7/+21 |
| | | |||||
* | | Adds to tutorial info about unpacking tuples. | Grzegorz Adam Hankiewicz | 2013-11-26 | 1 | -3/+37 |
| | | |||||
* | | Merge pull request #666 from gradha/pr_links_algorithm_module | Andreas Rumpf | 2013-11-19 | 1 | -0/+2 |
|\ \ | | | | | | | Links algorithm module from library index. |