Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | closure iterators work | Araq | 2014-01-23 | 1 | -15/+20 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -0/+1 |
| | |||||
* | parser support anon iterators | Araq | 2014-01-20 | 1 | -3/+1 |
| | |||||
* | compiler warns when you use GC'ed memory and '--gc:none' | Araq | 2014-01-19 | 1 | -1/+0 |
| | |||||
* | it's the year 2014 | Araq | 2014-01-19 | 1 | -4/+2 |
| | |||||
* | unittest module works again | Araq | 2014-01-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-13 | 1 | -1/+0 |
|\ | |||||
| * | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -1/+0 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | fixes db_sqlite | Araq | 2014-01-13 | 1 | -1/+0 |
| | | | |||||
* | | | case consistency improvements | Araq | 2014-01-11 | 1 | -0/+2 |
|/ / | |||||
* | | todo.txt updated | Araq | 2013-12-29 | 1 | -1/+1 |
| | | |||||
* | | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -2/+1 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -2/+3 |
| | | |||||
* | | bootstraps with new template symbol binding rules | Araq | 2013-12-24 | 1 | -1/+0 |
| | | |||||
* | | attempt to merge newtempl | Araq | 2013-12-24 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'newtempl' into devel | Araq | 2013-12-24 | 1 | -1/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim tests/reject/tenummix.nim todo.txt | ||||
| * | | 'bind' default for clean templates | Araq | 2013-05-15 | 1 | -2/+1 |
| | | | |||||
* | | | new VM: some progress for the FFI support | Araq | 2013-12-23 | 1 | -1/+0 |
| | | | |||||
* | | | new VM: improvements | Araq | 2013-12-12 | 1 | -1/+0 |
| | | | |||||
* | | | tcnstseq works again | Araq | 2013-11-07 | 1 | -1/+0 |
| | | | |||||
* | | | VM now supports lambda lifting | Araq | 2013-11-06 | 1 | -1/+0 |
| | | | |||||
* | | | jump optimizer works | Araq | 2013-10-29 | 1 | -3/+1 |
| | | | |||||
* | | | new VM is getting stable | Araq | 2013-10-29 | 1 | -2/+2 |
| | | | |||||
* | | | computed goto now works; some progress on the new VM | Araq | 2013-10-25 | 1 | -2/+5 |
| | | | |||||
* | | | compiler bootstraps with new VM | Araq | 2013-10-15 | 1 | -2/+3 |
| |/ |/| | |||||
* | | fixes for niminst | Araq | 2013-09-28 | 1 | -5/+0 |
| | | |||||
* | | examples from the talk part of test suite | Araq | 2013-09-27 | 1 | -2/+6 |
| | | |||||
* | | the compiler can now deal with multiple modules of the same name | Araq | 2013-09-26 | 1 | -1/+1 |
| | | |||||
* | | JS codegen: supports more builtins | Araq | 2013-09-24 | 1 | -1/+0 |
| | | |||||
* | | support for multiple modules of the same name; niminst supports 'platforms'; ↵ | Araq | 2013-09-24 | 1 | -2/+4 |
| | | | | | | | | minor bugfixes | ||||
* | | improvements for TR macros | Araq | 2013-09-17 | 1 | -2/+0 |
| | | |||||
* | | disabled M&S GC again | Araq | 2013-09-10 | 1 | -0/+1 |
| | | |||||
* | | fixes #582 | Araq | 2013-09-01 | 1 | -0/+1 |
| | | |||||
* | | new VM: preparations for evalMacroCall | Araq | 2013-08-11 | 1 | -1/+2 |
| | | |||||
* | | new VM: register allocator bugfix; implemented more magics | Araq | 2013-08-08 | 1 | -1/+0 |
| | | |||||
* | | new VM: implemented constructors and jump optimizer | Araq | 2013-08-07 | 1 | -2/+2 |
| | | |||||
* | | new VM: next steps | Araq | 2013-08-03 | 1 | -0/+8 |
| | | |||||
* | | added macros.genSym | Araq | 2013-07-24 | 1 | -1/+0 |
| | | |||||
* | | small REPL improvements | Araq | 2013-06-28 | 1 | -1/+0 |
| | | |||||
* | | var tuple unpacking works at compile time | Araq | 2013-06-28 | 1 | -0/+1 |
| | | |||||
* | | bugfix: rendering of typ|typ2 | Araq | 2013-06-27 | 1 | -1/+0 |
| | | |||||
* | | bugfix: marshal supports unsigned numbers | Araq | 2013-06-27 | 1 | -1/+0 |
| | | |||||
* | | fixed a long standing xml parser bug; html parser bugfixes + speed improvements | Araq | 2013-06-27 | 1 | -2/+5 |
| | | |||||
* | | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -1/+0 |
| | | |||||
* | | bugfixes for the guarded data flow analysis | Araq | 2013-06-12 | 1 | -1/+0 |
| | | |||||
* | | next steps for guarded data flow analysis | Araq | 2013-06-11 | 1 | -3/+4 |
| | | |||||
* | | resolved conflict; added missing files | Araq | 2013-06-09 | 1 | -1/+0 |
|\ \ | |||||
| * | | fixes #466 | Araq | 2013-06-06 | 1 | -1/+0 |
| | | | |||||
* | | | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -1/+2 |
|/ / |