Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | next steps for first class iterators | Araq | 2012-11-15 | 4 | -10/+39 |
| | |||||
* | improvements for first class iterators | Araq | 2012-11-15 | 2 | -5/+16 |
| | |||||
* | bugfix: stack traces; first class iterators almost working | Araq | 2012-11-15 | 8 | -34/+124 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-11-11 | 5 | -14/+95 |
|\ | |||||
| * | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 5 | -14/+95 |
| | | |||||
* | | implemented 'tags' pragma | Araq | 2012-11-11 | 4 | -81/+137 |
|/ | |||||
* | fixed the bugfix of #247 | Araq | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | fixes #247 | Araq | 2012-11-08 | 1 | -4/+1 |
| | |||||
* | documented 'mixin' declaration | Araq | 2012-11-08 | 1 | -0/+3 |
| | |||||
* | added system.onRaise to support a condition system | Araq | 2012-11-05 | 1 | -3/+1 |
| | |||||
* | bugfixes for exception tracking | Araq | 2012-11-04 | 1 | -3/+8 |
| | |||||
* | exception tracking should work | Araq | 2012-11-04 | 3 | -16/+62 |
| | |||||
* | next steps for exception tracking | Araq | 2012-11-03 | 7 | -34/+73 |
| | |||||
* | 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) |