summary refs log tree commit diff stats
path: root/tests/compile
Commit message (Collapse)AuthorAgeFilesLines
* merged upstream masterZahary Karadjov2013-01-2715-9/+363
|\
| * Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-232-3/+3
| |\ | | | | | | Renames each proc to map, each is left deprecated.
| | * 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-221-0/+194
| |/
| * small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-0/+1
| |
| * 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
| | | | | | | | exception when an error occurs. Added sockets.SocketError.
| * Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-061-0/+28
| |\
| | * implemented generic convertersAraq2012-12-051-0/+28
| | |
| * | 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-301-0/+21
| |\|
| | * bugfix: better implict 'items' supportAraq2012-11-281-0/+21
| | |
| * | bugfix: implicit items/pairs work betterAraq2012-11-281-0/+12
| |/
* / track the "owner" heap object in the ref write barrierZahary Karadjov2012-12-011-0/+71
|/ | | | See the papers for reference counting with heap sliding views for details:
* bugfix: wrong assertions for C++ code generation; some solaris support; ↵Araq2012-10-301-1/+1
| | | | first steps to an effect system
* bugfix: tcan_inherit_generic works againAraq2012-10-191-0/+8
|
* fixes #217Araq2012-10-131-0/+6
|
* attempt to fix #183Araq2012-10-062-0/+9
|
* experimental support for querying the type of expressions within macrosZahary Karadjov2012-10-031-0/+12
| | | | normalised the line endings of macros.nim (minor edits otherwise)
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-032-2/+44
| | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
* fixes ttypeselectorsZahary Karadjov2012-09-281-2/+1
|
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-9/+11
|
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-211-16/+18
| | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test.
* fixes #194Araq2012-09-201-0/+31
|
* [unittest] even deeper inspection of expressions and variables for the check ↵Zahary Karadjov2012-09-141-2/+0
| | | | macro
* [unittest] the check macro will print the values of params involved in ↵Zahary Karadjov2012-09-131-1/+1
| | | | failed proc calls
* 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
|