Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-10 | 1 | -9/+15 |
|\ | |||||
| * | fix #866; generic static params | Zahary Karadjov | 2014-03-09 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-09 | 1 | -3/+43 |
| |\ | |||||
| * | | implicit auto return type for inline iterators | Zahary Karadjov | 2014-03-08 | 1 | -7/+13 |
| | | | |||||
* | | | minor additions to the manual | Araq | 2014-03-10 | 1 | -4/+17 |
| |/ |/| | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-07 | 2 | -3/+3 |
|\| | |||||
| * | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-06 | 1 | -0/+47 |
| |\ | |||||
| * | | fix #587 | Zahary Karadjov | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 1 | -2/+2 |
| | | | | | | | | | | | | easier discrimination between them | ||||
* | | | implements strongSpaces parsing mode | Araq | 2014-03-07 | 1 | -3/+43 |
| |/ |/| | |||||
* | | implemented 'union' and 'unchecked' pragmas | Araq | 2014-03-05 | 1 | -0/+47 |
|/ | |||||
* | renamed noStackFrame to asmNoStackFrame | Araq | 2014-02-18 | 1 | -5/+5 |
| | |||||
* | the delegator pragma becomes a set of dot operators | Zahary Karadjov | 2014-02-15 | 1 | -36/+53 |
| | |||||
* | Merge pull request #867 from reactormonk/no_explicit_return | Andreas Rumpf | 2014-02-10 | 3 | -23/+24 |
|\ | | | | | removed explicit return in the documentation | ||||
| * | tracked down a few more returns | Simon Hafner | 2014-02-05 | 3 | -21/+22 |
| | | |||||
| * | removed explicit return in the documentation | Simon Hafner | 2014-02-03 | 2 | -2/+2 |
| | | |||||
* | | nofoward doesn't exist yet; fixes #890 | Araq | 2014-02-10 | 1 | -39/+42 |
| | | |||||
* | | fixes 'newSeq[T]' instantiation bug | Araq | 2014-02-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-07 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fixed typo's in tutorial 2 | superfunc | 2014-02-05 | 1 | -2/+2 |
| |/ | |||||
* / | bugfix: codegen issue that caused getGMTime() to leak memory | Araq | 2014-02-07 | 1 | -0/+2 |
|/ | |||||
* | Expandeded part about different proc call syntaxes. | ReneSac | 2014-02-03 | 1 | -2/+72 |
| | |||||
* | Mentions {.exportc.} limits. Refs #826. | Grzegorz Adam Hankiewicz | 2014-02-02 | 1 | -3/+3 |
| | |||||
* | cleaned up command expressions | Araq | 2014-02-02 | 2 | -7/+14 |
| | |||||
* | added the parts of #541 that I like | Araq | 2014-02-02 | 1 | -0/+24 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-02 | 1 | -0/+17 |
|\ | |||||
| * | Merge pull request #843 from gradha/pr_gc_docs | Andreas Rumpf | 2014-02-01 | 1 | -0/+17 |
| |\ | | | | | | | Adds note about manual memory handling to GC doc. | ||||
| | * | Adds note about manual memory handling to GC doc. | Grzegorz Adam Hankiewicz | 2014-01-26 | 1 | -0/+17 |
| | | | |||||
* | | | merge issue #707 by hand | Araq | 2014-02-02 | 1 | -0/+4 |
|/ / | |||||
* | | remove the old tester | Araq | 2014-02-02 | 1 | -0/+3 |
|\ \ | |||||
| * | | Finished logging module. | Dominik Picheta | 2014-01-27 | 1 | -0/+3 |
| |/ | |||||
* / | 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 |
| | | |