Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added titer7 test | Araq | 2012-10-04 | 1 | -0/+57 |
| | |||||
* | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 1 | -0/+12 |
| | | | | 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 | 4 | -6/+48 |
| | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
* | implemented case expressions | Zahary Karadjov | 2012-10-03 | 2 | -11/+43 |
| | |||||
* | bugfix: allow tuple constructors in generic code | Zahary Karadjov | 2012-10-03 | 1 | -0/+4 |
| | |||||
* | implemented return type inference | Zahary Karadjov | 2012-10-03 | 1 | -0/+29 |
| | | | | | | 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) | ||||
* | fixes ttypeselectors | Zahary Karadjov | 2012-09-28 | 1 | -2/+1 |
| | |||||
* | test cases for the new typedesc features | Zahary Karadjov | 2012-09-25 | 2 | -2/+28 |
| | |||||
* | fixes #186 and the ttypedesc1 test case | Zahary Karadjov | 2012-09-23 | 1 | -6/+8 |
| | |||||
* | bugfix: 'result' cannot be captured in a closure | Araq | 2012-09-23 | 1 | -9/+11 |
| | |||||
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -1/+4 |
| | |||||
* | ftpclient fixed but causes an issue with the code generator and | Dominik Picheta | 2012-09-21 | 1 | -16/+18 |
| | | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test. | ||||
* | added tactors2 test | Araq | 2012-09-21 | 1 | -0/+25 |
| | |||||
* | bugfix: typeinfo generation | Araq | 2012-09-21 | 1 | -0/+1 |
| | |||||
* | bugfix: tester does not hang anymore | Araq | 2012-09-21 | 1 | -3/+3 |
| | |||||
* | fixes #194 | Araq | 2012-09-20 | 1 | -0/+31 |
| | |||||
* | bugfix: 'nimrod i' works again | Araq | 2012-09-18 | 1 | -0/+4 |
| | |||||
* | pragma statements in rodfiles -- couldn't reproduce | Araq | 2012-09-18 | 1 | -0/+3 |
| | |||||
* | made tests green again | Araq | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | [unittest] even deeper inspection of expressions and variables for the check ↵ | Zahary Karadjov | 2012-09-14 | 1 | -2/+0 |
| | | | | macro | ||||
* | [unittest] the check macro will print the values of params involved in ↵ | Zahary Karadjov | 2012-09-13 | 1 | -1/+1 |
| | | | | failed proc calls | ||||
* | fixed incorrect implicit conversion between arrays of different sizes; see #202 | Zahary Karadjov | 2012-09-13 | 1 | -0/+13 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-13 | 1 | -1/+15 |
|\ | |||||
| * | type trais used to work only on user-defined types. see #202 | Zahary Karadjov | 2012-09-13 | 1 | -1/+15 |
| | | |||||
* | | debugger compiles again | Araq | 2012-09-13 | 2 | -2/+3 |
|/ | |||||
* | made more tests green; fixes #201 | Araq | 2012-09-12 | 7 | -10/+18 |
| | |||||
* | made some tests green | Araq | 2012-09-12 | 18 | -25/+30 |
| | |||||
* | first steps for overloading support of passing blocks; bugfix: test results ↵ | Araq | 2012-09-11 | 1 | -6/+4 |
| | | | | of 'compile' are not overwritten | ||||
* | tr macros now documented | Araq | 2012-09-10 | 3 | -4/+16 |
| | |||||
* | Merge pull request #198 from Tass/master | Araq | 2012-09-08 | 2 | -8/+14 |
|\ | | | | | Implements hash(float) | ||||
| * | real test now | Simon Hafner | 2012-09-08 | 1 | -1/+2 |
| | | |||||
| * | Issue #197 has been solved | Simon Hafner | 2012-09-08 | 1 | -8/+6 |
| | | |||||
| * | hash() for floats | Simon Hafner | 2012-09-08 | 1 | -0/+7 |
| | | |||||
* | | unittest bugfix; made some tests green | Araq | 2012-09-08 | 2 | -2/+4 |
| | | |||||
* | | tmatrix.nim works now | Araq | 2012-09-08 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-08 | 1 | -0/+49 |
|\ \ | |||||
| * | | Merge pull request #196 from Tass/master | Araq | 2012-09-06 | 1 | -0/+49 |
| |\| | | | | | | | random() for floats | ||||
| | * | no uniqueCounter it is | Simon Hafner | 2012-09-06 | 1 | -5/+4 |
| | | | |||||
| | * | + random number generator for floats and slices - with tests | Simon Hafner | 2012-09-06 | 1 | -0/+50 |
| | | | | | | | | | | | | I also took the liberty to unify the API between ECMAScript and C. | ||||
* | | | term rewriting improvements | Araq | 2012-09-08 | 6 | -5/+41 |
|/ / | |||||
* | | activated tests for tr macros | Araq | 2012-09-06 | 4 | -2/+34 |
| | | |||||
* | | bugfixes and improvements for term rewriting macros | Araq | 2012-09-04 | 2 | -6/+6 |
|/ | |||||
* | further improvements for term rewriting macros | Araq | 2012-09-04 | 6 | -6/+61 |
| | |||||
* | made tests green again | Araq | 2012-08-31 | 8 | -6/+13 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 2 | -0/+45 |
| | |||||
* | implemented generic templates | Araq | 2012-08-27 | 1 | -0/+8 |
| | |||||
* | thygienictempl added | Araq | 2012-08-26 | 1 | -0/+10 |
| | |||||
* | made tests green again | Araq | 2012-08-24 | 5 | -5/+5 |
| | |||||
* | objects with no ancestor are not implicitely final | Araq | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | added ttables2 to gather data about issue #183 | Araq | 2012-08-22 | 2 | -1/+22 |
| |