Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -5/+13 |
| | |||||
* | merge issue #707 by hand | Araq | 2014-02-02 | 1 | -0/+4 |
| | |||||
* | documented new symbol binding rules for templates | Araq | 2014-02-01 | 1 | -72/+59 |
| | |||||
* | closure iterators work | Araq | 2014-01-23 | 1 | -1/+15 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -11/+14 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | 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 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 | 1 | -0/+12 |
|/ | |||||
* | simple unit test and better documentation for the user defined type classes | Zahary Karadjov | 2013-11-17 | 1 | -11/+20 |
| | |||||
* | Added some information on sequences. | Clay Sweetser | 2013-10-21 | 1 | -5/+6 |
| | |||||
* | Fixed regression on ARM caused by the changed behaviour of noStackFrame in ↵ | Dominik Picheta | 2013-10-19 | 1 | -2/+3 |
| | | | | commit ac474a28120. | ||||
* | 'noStackFrame' implies 'naked' in the generated C code | Araq | 2013-10-06 | 1 | -2/+4 |
| | |||||
* | support for multiple modules of the same name; niminst supports 'platforms'; ↵ | Araq | 2013-09-24 | 1 | -18/+44 |
| | | | | minor bugfixes | ||||
* | cn2im: basic C++ support | Araq | 2013-09-10 | 1 | -1/+1 |
| | |||||
* | resolved the conflict | Araq | 2013-09-03 | 1 | -4/+124 |
|\ | |||||
| * | partially documented the new features | Zahary Karadjov | 2013-09-03 | 1 | -4/+126 |
| | | |||||
* | | better support for GNU's assembler | Araq | 2013-09-03 | 1 | -0/+27 |
|/ | |||||
* | implemented and documented the new typedesc binding rules | Zahary Karadjov | 2013-08-23 | 1 | -7/+26 |
| | |||||
* | fixed and documented computedGoto pragma | Araq | 2013-08-22 | 1 | -0/+45 |
| | |||||
* | implements nicer floating point literals | Araq | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #473 from gradha/pr_doc_improvements | Araq | 2013-06-09 | 1 | -2/+2 |
|\ | | | | | Doc improvements | ||||
| * | Adds distinct and borrow to the one and only true index. | Grzegorz Adam Hankiewicz | 2013-06-09 | 1 | -2/+2 |
| | | |||||
* | | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -29/+47 |
|/ | |||||
* | new scoping rules for 'if' now active | Araq | 2013-06-04 | 1 | -2/+0 |
| | |||||
* | fixed typos in the manual; kept trimcc tool up to date | Araq | 2013-05-21 | 1 | -4/+4 |
| | |||||
* | GC'ed wide strings for windows | Araq | 2013-05-20 | 1 | -4/+4 |
| | |||||
* | 'from' statement documented | Araq | 2013-05-19 | 1 | -0/+19 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2013-05-12 | 1 | -3/+4 |
|\ | |||||
| * | new effect system should be sound now | Araq | 2013-05-11 | 1 | -3/+4 |
| | | |||||
* | | documented the ``noforward`` pragma | Zahary Karadjov | 2013-05-12 | 1 | -0/+45 |
|/ | |||||
* | better effects handling for callbacks | Araq | 2013-05-09 | 1 | -4/+26 |
| | |||||
* | revert new scope for 'if' | Araq | 2013-05-02 | 1 | -1/+3 |
| | |||||
* | tester should work again; documented (;) | Araq | 2013-04-30 | 1 | -0/+28 |
| | |||||
* | new parsing scheme is documented | Araq | 2013-04-21 | 1 | -218/+82 |
| | |||||
* | documented restricted destructors | Araq | 2013-04-08 | 1 | -0/+34 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | documented object constrs; endb works again | Araq | 2013-03-09 | 1 | -15/+39 |
| | |||||
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -1/+1 |
| | | | | No one calls it EcmaScript anymore. | ||||
* | open arrays documented in the manual | Araq | 2013-02-10 | 1 | -1/+15 |
| |