summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-081-6/+5
| |\
| | * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-031-6/+5
| * | fixes #299Araq2013-01-081-0/+13
| * | fixes #270Araq2013-01-081-0/+28
| * | fixes #292Araq2013-01-081-0/+17
| * | Fixed many deprecation warnings. asyncio.recvLine now throws anDominik Picheta2012-12-231-7/+8
| * | fixes #271Araq2012-12-151-3/+3
| |/
| * made some tests green; some small bugfixesAraq2012-12-092-2/+2
| * documented AST overloading and some TR optimizationsAraq2012-12-092-0/+24
| * implemented AST based overloadingAraq2012-12-061-0/+21
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-063-2/+68
| |\
| | * implemented generic convertersAraq2012-12-052-0/+58
| | * bugfix: 'not nil' and 'shared' typesAraq2012-12-021-2/+10
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-024-1/+26
| |\|
| | * implements 'export' featureAraq2012-12-013-0/+25
| | * implements 'import dir/module' without quotesAraq2012-11-301-1/+1
| * | resolved conflictsAraq2012-11-302-0/+31
| |\|
| | * implemented 'import except'Araq2012-11-281-0/+10
| | * bugfix: better implict 'items' supportAraq2012-11-281-0/+21
| * | bugfix: implicit items/pairs work betterAraq2012-11-281-0/+12
| |/
* | fixes the recently discovered GC memory leaksZahary Karadjov2012-12-202-2/+39
* | track the "owner" heap object in the ref write barrierZahary Karadjov2012-12-011-0/+71
|/
* 'return' for first class iteratorsAraq2012-11-261-0/+20
* next steps for first class iteratorsAraq2012-11-261-2/+2
* parser support for 'not nil' annotationAraq2012-11-251-0/+15
* added missing type flagsAraq2012-11-231-3/+3