summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* next steps for closure consistency; fixes #176Araq2012-07-252-1/+475
|
* Added mycert.pem for the asynciossl test.Dominik Picheta2012-07-242-1/+33
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-241-0/+89
|\
| * Many fixes for asynchronous sockets. Asyncio should now work well with ↵Dominik Picheta2012-07-221-0/+89
| | | | | | | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite.
* | DLLs should work again; fixes #169Araq2012-07-243-0/+10
|/
* better test for 'system.compiles'Araq2012-07-201-3/+22
|
* added system.compilesAraq2012-07-201-0/+12
|
* tester compiles under taint mode againAraq2012-07-201-3/+3
|
* fixed the rodfiles testsZahary Karadjov2012-07-203-34/+37
|
* bugfixes for the symbol mangling; implements #129Araq2012-07-191-9/+9
|
* implemented #133Araq2012-07-191-1/+3
|
* bugfix: constraint matching for tyGenericInst; implements #130Araq2012-07-191-0/+23
|
* improvements for 'bind', fixes #166Araq2012-07-181-0/+24
|
* attempt to fix DLL generationAraq2012-07-182-2/+2
|
* made some tests greenAraq2012-07-174-6/+6
|
* make tests green againAraq2012-07-177-9/+9
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-163-8/+11
|
* closures shouldn't leak anymoreAraq2012-07-161-1/+0
|
* 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 ↵Araq2012-07-091-1/+1
| | | | #156; fixes #155
* 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 ↵Zahary Karadjov2012-06-031-0/+66
| | | | | | | | raise or return
* | 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
| |