summary refs log tree commit diff stats
path: root/tests/compile
Commit message (Collapse)AuthorAgeFilesLines
* made more tests green; fixes #201Araq2012-09-123-15/+7
|
* made some tests greenAraq2012-09-1217-24/+29
|
* implemented generic templatesAraq2012-08-271-0/+8
|
* thygienictempl addedAraq2012-08-261-0/+10
|
* next steps for closure consistency; fixes #176Araq2012-07-251-0/+474
|
* better test for 'system.compiles'Araq2012-07-201-3/+22
|
* added system.compilesAraq2012-07-201-0/+12
|
* implemented #133Araq2012-07-191-1/+3
|
* bugfix: constraint matching for tyGenericInst; implements #130Araq2012-07-191-0/+23
|
* attempt to fix DLL generationAraq2012-07-181-1/+1
|
* made some tests greenAraq2012-07-174-6/+6
|
* make tests green againAraq2012-07-173-3/+3
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-1/+2
|
* 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-092-5/+5
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+1
|
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-221-0/+10
|
* fixes #134Araq2012-06-211-0/+2
|
* fixes #145Araq2012-06-211-0/+12
|
* another bugfixAraq2012-06-211-0/+1
|
* fixes #140Araq2012-06-211-10/+0
|
* fixes #142Araq2012-06-201-1/+1
|
* added another macro regressionAraq2012-06-201-0/+9
|
* bugfix: UFCS for templates (ttempl3.nim enhanced)Araq2012-05-271-0/+15
|
* fixes binding of overloaded procsAraq2012-05-041-0/+12
|
* fixes #105Araq2012-04-161-81/+0
|
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+16
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-312-0/+454
|\
| * corrected the index websiteAraq2012-03-281-0/+7
| |
| * fixes #102Araq2012-03-231-0/+447
| |
* | genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-0/+12
| | | | | | | | | | | | | | | | | | example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private
* | generic types can be used like type classes. distinct can be applied to type ↵Zahary Karadjov2012-03-251-0/+34
|/ | | | classes.
* making tests green againZahary Karadjov2012-03-201-1/+1
|
* the test suite is mostly green againZahary Karadjov2012-03-164-8/+6
|
* fix for template redefinition. test cases added.Zahary Karadjov2012-03-151-0/+29
|
* small fixes for tests on windowsAraq2012-01-311-9/+11
|
* tlsEmulation:on for windows/GCCAraq2012-01-291-2/+2
|
* fixes #89Araq2012-01-291-0/+5
|
* fixed #96 as good as technically possible (debug frames are allocated on the ↵Araq2012-01-291-4/+4
| | | | C stack)
* pragma on/off improvements; endb rewrittenAraq2012-01-281-22/+37
|
* even more sys assertionsAraq2012-01-131-25/+14
|
* more sysasserts for allocator/gcAraq2012-01-121-7/+12
|
* further steps to eliminate generics bugsAraq2012-01-112-2/+4
|
* disabled tdatabind.nim as it's still to heavy for the compilerAraq2012-01-081-0/+95
|
* implicit invokation of items/pairs iteratorsAraq2012-01-081-0/+4
|
* fixes #33Araq2012-01-071-19/+17
|
* bugfix: type alias to generic; generic type not stripped away from for loop ↵Araq2012-01-073-0/+34
| | | | variable