Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfixes mostly JS related | Araq | 2013-05-01 | 3 | -1/+2 |
| | |||||
* | made some tests green | Araq | 2013-04-22 | 4 | -3/+4 |
| | |||||
* | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 50 | -0/+9279 |
| | |||||
* | fixes #310 | Araq | 2013-04-13 | 1 | -0/+22 |
| | |||||
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 4 | -0/+76 |
| | |||||
* | cleanup of tests; use 'koch install' instead of 'install.sh' for a ↵ | Araq | 2013-04-11 | 2 | -2/+6 |
| | | | | bootstrapping build | ||||
* | fixes #321 | Araq | 2013-04-08 | 1 | -0/+9 |
| | |||||
* | fixes #368 | Araq | 2013-04-08 | 1 | -0/+59 |
| | |||||
* | improvements for destructors | Araq | 2013-04-08 | 2 | -0/+47 |
| | |||||
* | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 2 | -2/+2 |
| | |||||
* | fixes a long-standing bug about procvar checking | Araq | 2013-03-25 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-03-24 | 6 | -691/+1 |
|\ | |||||
| * | Deprecated recvLine and added an improved version named readLine to the | Dominik Picheta | 2013-03-23 | 1 | -1/+1 |
| | | | | | | | | sockets module. | ||||
| * | Fixed bug with xmltree.attrs when attributes have not been initialised | Dominik Picheta | 2013-03-23 | 5 | -690/+0 |
| | | | | | | | | yet. | ||||
* | | fixes #376 | Araq | 2013-03-24 | 3 | -0/+57 |
|/ | |||||
* | added system.locals | Araq | 2013-03-21 | 1 | -0/+11 |
| | |||||
* | bugfix: case exhaustiveness checking | Araq | 2013-03-21 | 1 | -0/+18 |
| | |||||
* | better error message when C compilation fails | Araq | 2013-03-19 | 1 | -0/+1 |
| | |||||
* | tester supports large tests | Araq | 2013-03-18 | 6 | -1/+714 |
| | |||||
* | fixes #304 | Araq | 2013-03-18 | 2 | -0/+16 |
| | |||||
* | fixes #332 | Araq | 2013-03-17 | 1 | -0/+12 |
| | |||||
* | fixes #366 | Araq | 2013-03-17 | 1 | -0/+8 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 310 | -0/+0 |
| | |||||
* | Merge pull request #359 from Tass/master | Araq | 2013-03-16 | 3 | -16/+17 |
|\ | | | | | JS unwinding | ||||
| * | used correct syntax for multiline results in tests | Simon Hafner | 2013-03-16 | 3 | -10/+6 |
| | | | | | | | | And also modified the runner to actually run them in JS. | ||||
| * | nestedTryStmts removed | Simon Hafner | 2013-03-10 | 2 | -10/+15 |
| | | | | | | | | | | It makes tests fail and they work fine without. Given my ignorance of the exact workings, I can only rely on the tests. | ||||
* | | 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 |
| | |||||
* | some bugfixes; no system.$ for object as it breaks code | Araq | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | == in refs should use the pointer to compare | ||||
* | 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 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-02-16 | 5 | -6/+11 |
|\ | |||||
| * | WA for #329, caused by #335 | Simon Hafner | 2013-02-15 | 1 | -0/+5 |
| | | |||||
| * | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 4 | -6/+6 |
| | | | | | | | | No one calls it EcmaScript anymore. | ||||
* | | preparations for a generational GC | Araq | 2013-02-16 | 1 | -1/+1 |
|/ | |||||
* | open arrays documented in the manual | Araq | 2013-02-10 | 1 | -3/+17 |
| | |||||
* | made some tests green | Araq | 2013-02-08 | 2 | -2/+2 |
| | |||||
* | code cleanup for mark&sweep GC | Araq | 2013-02-07 | 3 | -2/+8 |
| | |||||
* | first version of a simple mark&sweep GC; activate with --gc:markAndSweep | Araq | 2013-02-07 | 2 | -5/+9 |
| | |||||
* | cleaner GC switching | Araq | 2013-01-31 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into upstream | Zahary Karadjov | 2013-01-28 | 1 | -0/+15 |
|\ | |||||
| * | bugfix: overlap checking for 'case' | Araq | 2013-01-27 | 1 | -0/+15 |
| | | |||||
* | | the `mainmodule` option has effect only when no explicit module is given | Zahary Karadjov | 2013-01-28 | 1 | -1/+1 |
| | | |||||
* | | merged upstream master | Zahary Karadjov | 2013-01-27 | 29 | -61/+629 |
|\| | |||||
| * | Merge pull request #316 from gradha/pr_renames_each_to_map | Araq | 2013-01-23 | 2 | -3/+3 |
| |\ | | | | | | | Renames each proc to map, each is left deprecated. |