summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* added 2 GC leak test casesZahary Karadjov2012-11-222-0/+75
* docs should build under doc2; unittests of times.nim compile under 32bit; sma...Araq2012-11-201-1/+2
* annotated effects of modules: os, sockets, timesAraq2012-11-182-2/+2
* added system.finished for first class iteratorsAraq2012-11-171-1/+39
* next steps for first class iteratorsAraq2012-11-151-4/+32
* improvements for first class iteratorsAraq2012-11-151-1/+19
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-0/+33
* made some tests greenAraq2012-11-113-3/+4
* implemented 'tags' pragmaAraq2012-11-112-0/+43
* made some tests greenAraq2012-11-072-2/+2
* added system.onRaise to support a condition systemAraq2012-11-051-0/+34
* bugfixes for exception trackingAraq2012-11-041-1/+1
* exception tracking should workAraq2012-11-043-1/+43
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-1/+1
* fixes #235Araq2012-10-241-0/+14
* bugfix: tcan_inherit_generic works againAraq2012-10-191-0/+8
* fixes #230; fixes #227Araq2012-10-192-0/+53