summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* made a test green againAraq2012-07-151-1/+1
* work on closures continues; fixed #116Araq2012-07-131-0/+21
* overloading resolution finally takes inheritance depth into accountAraq2012-07-111-3/+3
* fixes #147Araq2012-07-101-0/+18
* some more bugfixes for the integer promotion rulesAraq2012-07-101-1/+1
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...Araq2012-07-091-1/+1
* made tests green againAraq2012-07-098-15/+15
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+1
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-052-1/+49
* JS codegen improvements; barely usable nowAraq2012-07-022-1/+24
* JS codegen enhancements; still unusableAraq2012-07-012-3/+38
* dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-301-2/+6
* thread var emulation should work againAraq2012-06-251-3/+10
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-0/+42
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-221-0/+10
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-1/+14
* fixes #134Araq2012-06-211-0/+2
* fixes #145Araq2012-06-211-0/+12
* another bugfixAraq2012-06-211-0/+1
* fixes #140Araq2012-06-212-10/+14
* bugfixes for closuresAraq2012-06-211-0/+28
* fixes #142Araq2012-06-201-1/+1
* added another macro regressionAraq2012-06-201-0/+9
* made some tests green againAraq2012-06-201-0/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-192-1/+67
|\
| * more uint related fixesZahary Karadjov2012-06-141-1/+1
| * codegen for C++ exceptionsZahary Karadjov2012-06-031-1/+1
| * bugfix: finally blocks were not executed when the except block is exited by r...Zahary Karadjov2012-06-031-0/+66
* | somewhat working closuresAraq2012-06-192-8/+33
* | next steps for full closure supportAraq2012-06-182-7/+13
* | tinterf.nim works nowAraq2012-06-172-8/+29
* | simple example works againAraq2012-06-161-2/+3
* | first implementation of new lambda liftingAraq2012-06-151-2/+10
|/
* niminst: use 'set -e'; failing to copy docs and data is no installation errorAraq2012-05-311-0/+2
* fixes #127Araq2012-05-301-1/+18
* '+=' etc for all floating point typesAraq2012-05-292-0/+12
* made tsequtils green againAraq2012-05-282-1/+25
* bugfix: UFCS for templates (ttempl3.nim enhanced)Araq2012-05-271-0/+15
* fixes #109Araq2012-05-201-0/+28
* made tests green againAraq2012-05-111-1/+1
* added thexlit testAraq2012-05-091-0/+12
* fixes binding of overloaded procsAraq2012-05-041-0/+12
* resolved conflict for news.txtAraq2012-04-211-1/+1
|\
| * implicit generics types as return types. removed the error message for captur...Zahary Karadjov2012-04-211-1/+1
* | GC with realtime supportAraq2012-04-215-0/+14
|/
* grammar: the built-in type classes are now valid expressionsZahary Karadjov2012-04-181-1/+1
* attempt to make tests greenAraq2012-04-172-2/+2
* compiler finally supports 'object {.pragma.}' syntaxAraq2012-04-161-0/+16
* restored files that 'koch clean' removedAraq2012-04-162-1/+2
* fixes #105Araq2012-04-163-82/+59