Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -2/+2 |
| | |||||
* | parser support anon iterators | Araq | 2014-01-20 | 1 | -6/+12 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-13 | 1 | -11/+11 |
|\ | |||||
| * | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -11/+11 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | static params: expr[T] is now static[T] | Zahary Karadjov | 2013-12-19 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | This introduces tyStatic and successfully bootstraps and handles few simple test cases. Static params within macros are no longer treated as PNimrodNodes - they are now equivalent to constants of the designated type. | ||||
* | | | case consistency improvements | Araq | 2014-01-11 | 1 | -25/+25 |
|/ / | |||||
* | | case consistency part 6 | Araq | 2013-12-28 | 1 | -15/+15 |
| | | |||||
* | | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 1 | -2/+34 |
|\ \ | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
| * \ | Merge pull request #764 from gradha/pr_doc_improvements | Andreas Rumpf | 2013-12-20 | 1 | -0/+32 |
| |\ \ | | | | | | | | | Documentation improvements | ||||
| | * | | Adds docstring to macros.newIdentDefs. | Grzegorz Adam Hankiewicz | 2013-12-20 | 1 | -0/+28 |
| | | | | |||||
| | * | | Adds missing ``code-block`` to macros' docstrings. | Grzegorz Adam Hankiewicz | 2013-12-18 | 1 | -0/+4 |
| | |/ | |||||
| * / | Update macros.nim | Billingsly Wetherfordshire | 2013-12-20 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'master' into vm2 | Araq | 2013-12-05 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: compiler/sem.nim | ||||
| * | removed 'system.eval' | Araq | 2013-11-27 | 1 | -1/+1 |
| | | |||||
* | | new VM is getting stable | Araq | 2013-10-29 | 1 | -1/+7 |
|/ | |||||
* | support for multiple modules of the same name; niminst supports 'platforms'; ↵ | Araq | 2013-09-24 | 1 | -1/+1 |
| | | | | minor bugfixes | ||||
* | added 'newLit' | Araq | 2013-09-10 | 1 | -1/+21 |
| | |||||
* | Merge branch 'type-classes' into upstream | Zahary Karadjov | 2013-09-03 | 1 | -2/+2 |
|\ | |||||
| * | implemented the using statement | Zahary Karadjov | 2013-08-31 | 1 | -1/+1 |
| | | |||||
| * | parsing of user defined type classes | Zahary Karadjov | 2013-08-23 | 1 | -1/+1 |
| | | |||||
* | | tester compiles again | Araq | 2013-08-30 | 1 | -1/+1 |
|/ | |||||
* | Improved documentation for macros.newProc. | Dominik Picheta | 2013-07-31 | 1 | -0/+3 |
| | |||||
* | Added macros.newIfStmt and macros.newVarStmt. | Dominik Picheta | 2013-07-25 | 1 | -1/+23 |
| | |||||
* | added macros.genSym | Araq | 2013-07-24 | 1 | -3/+10 |
| | |||||
* | bugfix: marshal supports unsigned numbers | Araq | 2013-06-27 | 1 | -2/+10 |
| | |||||
* | made macros.dumptree and dumplisp immediate, deprecated the *_imm versions | Billingsly Wetherfordshire | 2013-06-04 | 1 | -4/+4 |
| | |||||
* | don't deprecate macros.! breaks too much code | Araq | 2013-05-20 | 1 | -28/+30 |
| | |||||
* | Update macros.nim | Billingsly Wetherfordshire | 2013-05-19 | 1 | -29/+33 |
| | |||||
* | add macro_dsl api | Billingsly Wetherfordshire | 2013-05-19 | 1 | -0/+233 |
| | |||||
* | Update macros.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -6/+8 |
| | |||||
* | bugfix evals.nim | Araq | 2013-04-07 | 1 | -2/+4 |
| | |||||
* | added immediate versions of macros.dumpLisp and dumpTree | Araq | 2013-03-25 | 1 | -0/+6 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 2 | -0/+0 |
| | |||||
* | debugger improvements | Araq | 2013-03-16 | 1 | -0/+10 |
| | |||||
* | first steps to implement object construction expressions | Araq | 2013-03-07 | 1 | -1/+2 |
| | |||||
* | micro optimizations for the evaluation engine | Araq | 2013-02-14 | 1 | -5/+6 |
| | |||||
* | bugfix: typeinfo.extendSeq | Araq | 2013-01-27 | 1 | -5/+8 |
| | |||||
* | implemented 'import except' | Araq | 2012-11-28 | 1 | -3/+5 |
| | |||||
* | first steps for the 'export' feature | Araq | 2012-11-28 | 1 | -2/+8 |
| | |||||
* | Merge pull request #260 from exhu/master | Araq | 2012-11-21 | 1 | -0/+7 |
|\ | | | | | base() proc for typeinfo module | ||||
| * | Added base() proc to typeinfo. | Yury Benesh | 2012-11-21 | 1 | -0/+7 |
| | | |||||
* | | added 2 necessary node kinds | Araq | 2012-11-21 | 1 | -1/+4 |
|/ | |||||
* | 'assert' hides EAssertionFailsure; stdlib makes use of 'tags' | Araq | 2012-11-18 | 1 | -3/+10 |
| | |||||
* | fixed a typo | Zahary Karadjov | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 1 | -0/+29 |
| | |||||
* | bugfix: typo in unsigned.nim; fixes #234 | Araq | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | fixes #120 | Zahary Karadjov | 2012-10-04 | 1 | -4/+2 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 1 | -336/+330 |
| | | | | normalised the line endings of macros.nim (minor edits otherwise) | ||||
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -1/+1 |
| |