Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-19 | 9 | -72/+180 |
|\ | |||||
| * | fixes #106 | Zahary Karadjov | 2012-10-16 | 3 | -13/+25 |
| | | |||||
| * | Improved support for nkSymChoices in type coercions | Zahary Karadjov | 2012-10-15 | 5 | -51/+147 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge pull request #225 from fowlmouth/master | Araq | 2012-10-14 | 1 | -8/+8 |
| |\ | | | | | | | opengl update | ||||
| | * | make glU* types unsigned, *int types are in32 | Billingsly Wetherfordshire | 2012-10-14 | 1 | -8/+8 |
| |/ | |||||
* / | fixed a serious code generation bug leading to wrong RTTI | Araq | 2012-10-19 | 7 | -29/+76 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-14 | 6 | -69/+85 |
|\ | |||||
| * | fixes #211 | Zahary Karadjov | 2012-10-13 | 5 | -9/+25 |
| | | | | | | | | transf: fix a clang compilation error when lineDir:on is used | ||||
| * | Merge pull request #222 from fowlmouth/patch-2 | Araq | 2012-10-13 | 1 | -60/+60 |
| |\ | | | | | | | opengl fix | ||||
| | * | opengl fix | Billingsly Wetherfordshire | 2012-10-12 | 1 | -60/+60 |
| | | | |||||
* | | | bugfix: evalTemplateArgs | Araq | 2012-10-14 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-13 | 1 | -0/+34 |
|\ \ | |||||
| * \ | Merge pull request #221 from exhu/cas | Araq | 2012-10-12 | 1 | -0/+34 |
| |\ \ | | | | | | | | | Added CAS to system/atomics.nim | ||||
| | * | | Added CAS to system/atomics.nim | Yury Benesh | 2012-10-13 | 1 | -0/+34 |
| | | | | |||||
* | | | | fixes #217 | Araq | 2012-10-13 | 3 | -7/+13 |
|/ / / | |||||
* | / | bugfix: tests should be green again | Araq | 2012-10-13 | 2 | -5/+13 |
| |/ |/| | |||||
* | | bugfix: threads should work again; fixes #220 | Araq | 2012-10-12 | 3 | -5/+34 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-12 | 2 | -9/+129 |
|\ | |||||
| * | Wrapped GtkInfoBar, GtkComboBox and GtkComboBoxText | Dominik Picheta | 2012-10-11 | 1 | -0/+122 |
| | | |||||
| * | 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 | 2 | -3/+6 |
| | | |||||
* | | allow 'mixin' in generics | Araq | 2012-10-12 | 6 | -80/+84 |
|/ | |||||
* | bugfix: leak in db_sqlite.GetValue | Araq | 2012-10-10 | 1 | -3/+5 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-10 | 2 | -17/+58 |
|\ | |||||
| * | Fixes segfault in db_sqlite. Fixes problems with times.format. | Dominik Picheta | 2012-10-07 | 2 | -17/+58 |
| | | |||||
* | | 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 | 8 | -56/+117 |
| | | |||||
* | | better extension loading for the OpenGL wrapper | Araq | 2012-10-09 | 6 | -10/+40 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-06 | 3 | -17/+3 |
|\ | |||||
| * | bugfix: closures as default param values | Zahary Karadjov | 2012-10-06 | 3 | -17/+3 |
| | | |||||
* | | attempt to fix #183 | Araq | 2012-10-06 | 3 | -3/+16 |
|/ | |||||
* | bugfix: gensym in rofiles | Araq | 2012-10-05 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-10-05 | 22 | -175/+146 |
|\ | |||||
| * | fixes #120 | Zahary Karadjov | 2012-10-04 | 2 | -7/+4 |
| | | |||||
| * | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 21 | -168/+142 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 |
|/ | |||||
* | added titer7 test | Araq | 2012-10-04 | 1 | -0/+57 |
| | |||||
* | fixes #213 | Araq | 2012-10-04 | 1 | -2/+2 |
| | |||||
* | 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 | 25 | -499/+829 |
|\ | |||||
| * | rebuilt the C sources | Zahary Karadjov | 2012-10-03 | 0 | -0/+0 |
| | | |||||
| * | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 5 | -346/+371 |
| | | | | | | | | 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 | 13 | -87/+161 |
| | | | | | | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
| * | implemented case expressions | Zahary Karadjov | 2012-10-03 | 8 | -25/+138 |
| | | |||||
| * | table constructors now mimic more closely the syntax of case... of... | Zahary Karadjov | 2012-10-03 | 3 | -7/+47 |
| | | | | | | | | 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 | 2 | -0/+7 |
| | | |||||
| * | implemented return type inference | Zahary Karadjov | 2012-10-03 | 9 | -36/+104 |
| | | | | | | | | | | | | 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 | 11 | -40/+142 |
|/ | |||||
* | website improvements | Araq | 2012-09-29 | 1 | -12/+11 |
| |