Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'return' for first class iterators | Araq | 2012-11-26 | 1 | -0/+20 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | added missing type flags | Araq | 2012-11-23 | 1 | -3/+3 |
| | |||||
* | added system.finished for first class iterators | Araq | 2012-11-17 | 1 | -1/+39 |
| | |||||
* | next steps for first class iterators | Araq | 2012-11-15 | 1 | -4/+32 |
| | |||||
* | improvements for first class iterators | Araq | 2012-11-15 | 1 | -1/+19 |
| | |||||
* | bugfix: stack traces; first class iterators almost working | Araq | 2012-11-15 | 1 | -0/+33 |
| | |||||
* | added system.onRaise to support a condition system | Araq | 2012-11-05 | 1 | -0/+34 |
| | |||||
* | exception tracking should work | Araq | 2012-11-04 | 1 | -1/+3 |
| | |||||
* | fixes #232 | Araq | 2012-10-19 | 1 | -0/+11 |
| | |||||
* | fixes #106 | Zahary Karadjov | 2012-10-16 | 1 | -10/+22 |
| | |||||
* | Improved support for nkSymChoices in type coercions | Zahary Karadjov | 2012-10-15 | 1 | -0/+74 |
| | | | | | | | | | | 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 | ||||
* | bugfix: threads should work again; fixes #220 | Araq | 2012-10-12 | 1 | -0/+27 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 2 | -12/+10 |
| | | | | | | | | | | | | 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 | ||||
* | added titer7 test | Araq | 2012-10-04 | 1 | -0/+57 |
| | |||||
* | implemented case expressions | Zahary Karadjov | 2012-10-03 | 1 | -11/+13 |
| | |||||
* | 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) | ||||
* | 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 |
| | |||||
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -1/+4 |
| | |||||
* | 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 | 1 | -1/+1 |
|/ | |||||
* | made more tests green; fixes #201 | Araq | 2012-09-12 | 5 | -5/+21 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-08 | 1 | -0/+49 |
|\| | |||||
| * | 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 | 1 | -1/+1 |
|/ | |||||
* | further improvements for term rewriting macros | Araq | 2012-09-04 | 2 | -6/+6 |
| | |||||
* | made tests green again | Araq | 2012-08-31 | 7 | -5/+12 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -0/+17 |
| | |||||
* | made tests green again | Araq | 2012-08-24 | 4 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | documented hygienic templates; made tests green; fixed system.clamp | Araq | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | Fixed tasyncudp.nim to work with fowl's changes. | Dominik Picheta | 2012-08-20 | 1 | -1/+2 |
| | |||||
* | made tests green again | Araq | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-08-13 | 2 | -3/+82 |
|\ | |||||
| * | UDP improvements for the sockets module. Renamed ftpclient.fileExists to | Dominik Picheta | 2012-08-12 | 2 | -3/+82 |
| | | | | | | | | existsFile for consistency. Added tasyncudp test. | ||||
* | | top level closures should work; transf is not a pass anymore; next steps for ↵ | Araq | 2012-08-13 | 2 | -4/+3 |
|/ | | | | first class iterator support | ||||
* | borrow works with generics | Araq | 2012-08-06 | 1 | -0/+21 |
| | |||||
* | made more tests green | Araq | 2012-07-26 | 3 | -17/+23 |
| | |||||
* | Added mycert.pem for the asynciossl test. | Dominik Picheta | 2012-07-24 | 1 | -1/+1 |
| |