| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 2 | -0/+36 |
* | fixes #321 | Araq | 2013-04-08 | 1 | -0/+9 |
* | improvements for destructors | Araq | 2013-04-08 | 1 | -0/+26 |
* | Deprecated recvLine and added an improved version named readLine to the | Dominik Picheta | 2013-03-23 | 1 | -1/+1 |
* | added system.locals | Araq | 2013-03-21 | 1 | -0/+11 |
* | fixes #332 | Araq | 2013-03-17 | 1 | -0/+12 |
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 118 | -0/+0 |
* | Merge pull request #359 from Tass/master | Araq | 2013-03-16 | 2 | -10/+15 |
|\ |
|
| * | used correct syntax for multiline results in tests | Simon Hafner | 2013-03-16 | 2 | -4/+4 |
| * | nestedTryStmts removed | Simon Hafner | 2013-03-10 | 2 | -10/+15 |
* | | bugfix: 'indexOf' for tuple fields works | Araq | 2013-03-11 | 1 | -0/+21 |
|/ |
|
* | object constructors work now | Araq | 2013-03-08 | 1 | -0/+41 |
* | bugfix: tvtable works again | Araq | 2013-03-05 | 1 | -1/+1 |
* | better overloading resolution for generics | Araq | 2013-02-28 | 2 | -16/+20 |
* | removed `$` for refs upon request | Simon Hafner | 2013-02-21 | 1 | -15/+5 |
* | added $ for refs and removed == for ref test | Simon Hafner | 2013-02-21 | 1 | -8/+12 |
* | added tests, actually implemented $ and == | Simon Hafner | 2013-02-21 | 1 | -1/+2 |
* | added tests for == and $ | Simon Hafner | 2013-02-21 | 1 | -0/+20 |
* | system.fields|fieldPairs for objects | Araq | 2013-02-18 | 1 | -0/+64 |
* | fixed some closure related bugs | Araq | 2013-01-22 | 2 | -1/+2 |
* | Reverted my 'do notation' fixes. | Dominik Picheta | 2013-01-20 | 1 | -2/+1 |
* | Fixed a bug with the 'do notation' consuming statements after it. | Dominik Picheta | 2013-01-20 | 1 | -0/+17 |
* | fixed merge conflict | Araq | 2013-01-16 | 1 | -0/+39 |
|\ |
|
| * | 'sort' for ordered tables | Araq | 2013-01-12 | 1 | -0/+39 |
* | | implemented generic multi methods | Araq | 2013-01-16 | 1 | -0/+30 |
|/ |
|
* | Merge pull request #296 from gradha/pr_makes_toseq_public | Araq | 2013-01-08 | 1 | -6/+5 |
|\ |
|
| * | Moves toSeq template to public sequtils module. | Grzegorz Adam Hankiewicz | 2013-01-03 | 1 | -6/+5 |
* | | fixes #271 | Araq | 2012-12-15 | 1 | -3/+3 |
|/ |
|
* | implemented AST based overloading | Araq | 2012-12-06 | 1 | -0/+21 |
* | implemented generic converters | Araq | 2012-12-05 | 1 | -0/+30 |
* | '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 |
* | 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 |
* | 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 |
* | 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 |