Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | todo.txt changes | Araq | 2014-02-17 | 1 | -1/+3 |
| | |||||
* | more things case consistent | Araq | 2014-02-10 | 1 | -1/+0 |
| | |||||
* | fixes #885 | Araq | 2014-02-09 | 1 | -3/+4 |
| | |||||
* | compiles on sparc again | Araq | 2014-02-09 | 1 | -1/+0 |
| | |||||
* | bugfix: codegen issue that caused getGMTime() to leak memory | Araq | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | stdlib compiles mostly without warnings again | Araq | 2014-02-06 | 1 | -3/+1 |
| | |||||
* | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵ | Araq | 2014-02-05 | 1 | -1/+1 |
| | | | | required for skipTypes | ||||
* | bugfix: immediate templates are preferred consistently (danger: breaks code) | Araq | 2014-02-04 | 1 | -1/+0 |
| | |||||
* | updated todo.txt | Araq | 2014-02-03 | 1 | -0/+2 |
| | |||||
* | macro tests almost green | Araq | 2014-02-03 | 1 | -1/+8 |
| | |||||
* | new tester produces json output | Araq | 2014-02-02 | 1 | -4/+1 |
| | |||||
* | 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 |
| | |