Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: exception tracking (still disabled) | Araq | 2012-11-01 | 3 | -3/+3 |
| | |||||
* | doc2 support for nimweb; fixed graphics.withEvents | Araq | 2012-11-01 | 1 | -2/+2 |
| | |||||
* | nimbuild should work again | Araq | 2012-11-01 | 6 | -24/+100 |
| | |||||
* | exception tracking barely works; but disabled | Araq | 2012-10-31 | 3 | -26/+36 |
| | |||||
* | bugfix: wrong assertions for C++ code generation; some solaris support; ↵ | Araq | 2012-10-30 | 7 | -20/+185 |
| | | | | first steps to an effect system | ||||
* | fixes #235 | Araq | 2012-10-24 | 1 | -0/+4 |
| | |||||
* | cas improvements | Araq | 2012-10-24 | 3 | -5/+11 |
| | |||||
* | caas barely works now | Araq | 2012-10-24 | 3 | -7/+16 |
| | |||||
* | fixes #226 | Araq | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | bugfix: tcan_inherit_generic works again | Araq | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | fixes #230; fixes #227 | Araq | 2012-10-19 | 1 | -2/+3 |
| | |||||
* | fixes #232 | Araq | 2012-10-19 | 2 | -3/+9 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-19 | 6 | -54/+76 |
|\ | |||||
| * | fixes #106 | Zahary Karadjov | 2012-10-16 | 2 | -3/+3 |
| | | |||||
| * | Improved support for nkSymChoices in type coercions | Zahary Karadjov | 2012-10-15 | 4 | -51/+73 |
| | | | | | | | | | | | | | | | | | | | | For example, this allows you to pick up a proc with a specific signature from an overload set. bugfix: nimrod generated invalid code when a RVO function had a single compile-time param bugfix: nkHiddenDerefs were not neutralised properly for indirect proc calls | ||||
* | | fixed a serious code generation bug leading to wrong RTTI | Araq | 2012-10-19 | 1 | -1/+4 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-14 | 5 | -9/+25 |
|\ | |||||
| * | fixes #211 | Zahary Karadjov | 2012-10-13 | 5 | -9/+25 |
| | | | | | | | | transf: fix a clang compilation error when lineDir:on is used | ||||
* | | bugfix: evalTemplateArgs | Araq | 2012-10-14 | 1 | -1/+1 |
|/ | |||||
* | fixes #217 | Araq | 2012-10-13 | 2 | -7/+7 |
| | |||||
* | bugfix: tests should be green again | Araq | 2012-10-13 | 2 | -5/+13 |
| | |||||
* | bugfix: threads should work again; fixes #220 | Araq | 2012-10-12 | 2 | -5/+7 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-12 | 1 | -9/+7 |
|\ | |||||
| * | add static assertions in the generated code about platform-related assumptions | Zahary Karadjov | 2012-10-11 | 1 | -9/+7 |
| | | |||||
* | | bugfix: fixed broken expr proc bodies | Araq | 2012-10-12 | 1 | -2/+6 |
| | | |||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | 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 |
| | | | | | | | | normalised the line endings of macros.nim (minor edits otherwise) | ||||
| * | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 8 | -80/+112 |
| | | | | | | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
| * | 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 |
| | | | | | | | | see the safePrintF example in the manual as a motivation | ||||
| * | always print stack traces on errors in debug builds of nimrod | Zahary Karadjov | 2012-10-03 | 1 | -7/+10 |
| | | | | | | | | | | I've been using this for a while and it's really more convenient than hunting the message in msgs.nim and grepping the error code in the whole project | ||||
| * | 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 |
| | | | | | | | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used) | ||||
* | | 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 |
| | | | | | | | | | | * can be stored in constants and variables (including in containers like sequences) * can be passed to and returned from macros |