| Commit message (Expand) | Author | Age | Files | Lines |
* | allow 'mixin' in generics | Araq | 2012-10-12 | 3 | -73/+70 |
* | bugfix: prevent endless loop in the parser for 'nimrod check' | Araq | 2012-10-10 | 1 | -3/+8 |
* | first version of a memory profiler | Araq | 2012-10-10 | 1 | -1/+1 |
* | better extension loading for the OpenGL wrapper | Araq | 2012-10-09 | 4 | -3/+21 |
* | bugfix: closures as default param values | Zahary Karadjov | 2012-10-06 | 3 | -17/+3 |
* | bugfix: gensym in rofiles | Araq | 2012-10-05 | 1 | -1/+2 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-05 | 15 | -147/+124 |
|\ |
|
| * | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 15 | -147/+124 |
* | | code cleanup of caas | Araq | 2012-10-05 | 2 | -45/+8 |
|/ |
|
* | next steps for 'compiler as a service' | Araq | 2012-10-03 | 4 | -22/+24 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-03 | 13 | -119/+266 |
|\ |
|
| * | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 3 | -10/+29 |
| * | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 8 | -80/+112 |
| * | implemented case expressions | Zahary Karadjov | 2012-10-03 | 3 | -5/+63 |
| * | table constructors now mimic more closely the syntax of case... of... | Zahary Karadjov | 2012-10-03 | 1 | -5/+14 |
| * | always print stack traces on errors in debug builds of nimrod | Zahary Karadjov | 2012-10-03 | 1 | -7/+10 |
| * | bugfix: allow tuple constructors in generic code | Zahary Karadjov | 2012-10-03 | 1 | -0/+3 |
| * | implemented return type inference | Zahary Karadjov | 2012-10-03 | 6 | -18/+41 |
* | | first steps for compiler as a service | Araq | 2012-10-03 | 3 | -9/+96 |
|/ |
|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-29 | 2 | -6/+13 |
|\ |
|
| * | fixes ttypeselectors | Zahary Karadjov | 2012-09-28 | 2 | -6/+13 |
* | | opengl wrapper compiles under windows | Araq | 2012-09-29 | 1 | -5/+2 |
|/ |
|
* | website improvements; better opengl wrapper (still broken) | Araq | 2012-09-28 | 2 | -8/+33 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-26 | 11 | -79/+90 |
|\ |
|
| * | improved support for typedesc values | Zahary Karadjov | 2012-09-25 | 11 | -79/+90 |
* | | bugfix: c2nim and pas2nim work again | Araq | 2012-09-26 | 3 | -4/+8 |
|/ |
|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-23 | 4 | -22/+22 |
|\ |
|
| * | fixes #186 and the ttypedesc1 test case | Zahary Karadjov | 2012-09-23 | 4 | -22/+22 |
* | | preparations for 0.9.0 | Araq | 2012-09-23 | 2 | -11/+6 |
|/ |
|
* | bugfix: proc bodies as expr | Araq | 2012-09-23 | 1 | -1/+4 |
* | fixes #73 | Araq | 2012-09-23 | 2 | -5/+9 |
* | bugfix: 'result' cannot be captured in a closure | Araq | 2012-09-23 | 2 | -5/+7 |
* | implements/fixes #195 | Araq | 2012-09-22 | 2 | -3/+3 |
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 8 | -9/+59 |
* | 'mixin' and 'interface' are now keywords | Araq | 2012-09-22 | 2 | -9/+13 |
* | bugfix: code generator can deal with ftpclient.nim | Araq | 2012-09-21 | 1 | -0/+4 |
* | bugfix: typeinfo generation (2) | Araq | 2012-09-21 | 1 | -3/+4 |
* | bugfix: typeinfo generation | Araq | 2012-09-21 | 2 | -25/+23 |
* | fixes #194 | Araq | 2012-09-20 | 5 | -4/+34 |
* | bugfix: 'nimrod i' works again | Araq | 2012-09-18 | 2 | -5/+6 |
* | bugfix: 'defined/compiles' open an implicit mixin scope in generics | Araq | 2012-09-18 | 1 | -3/+6 |
* | made tests green again | Araq | 2012-09-18 | 2 | -6/+13 |
* | some support for passing blocks to overloaded templates/macros | Araq | 2012-09-17 | 2 | -6/+29 |
* | bugfix: import of pure enums | Araq | 2012-09-17 | 1 | -1/+1 |
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 1 | -8/+10 |
* | implemented a stack trace profiler | Araq | 2012-09-15 | 5 | -17/+12 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-13 | 1 | -13/+12 |
|\ |
|
| * | fixed incorrect implicit conversion between arrays of different sizes; see #202 | Zahary Karadjov | 2012-09-13 | 1 | -13/+12 |
* | | bugfix: echo vs debugEcho | Araq | 2012-09-13 | 2 | -5/+25 |
* | | splitted echo into echo/debugEcho | Araq | 2012-09-13 | 1 | -1/+2 |