summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rod file viewer for easier debugging of rod filesAraq2013-04-042-2/+2
* fixes a long-standing bug about procvar checkingAraq2013-03-251-0/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-246-691/+1
|\
| * Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-231-1/+1
| * Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-235-690/+0
* | fixes #376Araq2013-03-243-0/+57
|/
* added system.localsAraq2013-03-211-0/+11
* bugfix: case exhaustiveness checkingAraq2013-03-211-0/+18
* better error message when C compilation failsAraq2013-03-191-0/+1
* tester supports large testsAraq2013-03-186-1/+714
* fixes #304Araq2013-03-182-0/+16
* fixes #332Araq2013-03-171-0/+12
* fixes #366Araq2013-03-171-0/+8
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-16310-0/+0
* Merge pull request #359 from Tass/masterAraq2013-03-163-16/+17
|\
| * used correct syntax for multiline results in testsSimon Hafner2013-03-163-10/+6
| * nestedTryStmts removedSimon Hafner2013-03-102-10/+15
* | bugfix: 'indexOf' for tuple fields worksAraq2013-03-111-0/+21
|/
* object constructors work nowAraq2013-03-081-0/+41
* bugfix: tvtable works againAraq2013-03-051-1/+1
* better overloading resolution for genericsAraq2013-02-282-16/+20
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-241-1/+1
* removed `$` for refs upon requestSimon Hafner2013-02-211-15/+5
* added $ for refs and removed == for ref testSimon Hafner2013-02-211-8/+12
* added tests, actually implemented $ and ==Simon Hafner2013-02-211-1/+2
* added tests for == and $Simon Hafner2013-02-211-0/+20
* system.fields|fieldPairs for objectsAraq2013-02-181-0/+64
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-165-6/+11
|\
| * WA for #329, caused by #335Simon Hafner2013-02-151-0/+5
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-154-6/+6
* | preparations for a generational GCAraq2013-02-161-1/+1
|/
* open arrays documented in the manualAraq2013-02-101-3/+17
* made some tests greenAraq2013-02-082-2/+2
* code cleanup for mark&sweep GCAraq2013-02-073-2/+8
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-072-5/+9
* cleaner GC switchingAraq2013-01-311-0/+1
* Merge remote-tracking branch 'upstream/master' into upstreamZahary Karadjov2013-01-281-0/+15
|\
| * bugfix: overlap checking for 'case'Araq2013-01-271-0/+15
* | the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-281-1/+1
* | merged upstream masterZahary Karadjov2013-01-2729-61/+629
|\|
| * Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-232-3/+3
| |\
| | * Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-222-3/+3
| * | bootstrapping works againAraq2013-01-221-0/+14
| * | fixed some closure related bugsAraq2013-01-223-1/+196
| |/
| * Reverted my 'do notation' fixes.Dominik Picheta2013-01-201-2/+1
| * Fixed a bug with the 'do notation' consuming statements after it.Dominik Picheta2013-01-201-0/+17
| * small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-193-40/+77
| * fixed merge conflictAraq2013-01-161-0/+39
| |\
| | * 'sort' for ordered tablesAraq2013-01-121-0/+39
| * | implemented generic multi methodsAraq2013-01-161-0/+30
| |/