summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* implemented $/repr for enums for the JS targetAraq2013-01-271-16/+18
* Merge pull request #320 from Tass/masterAraq2013-01-261-1/+1
|\
| * no symbol shall be generated for imported procsSimon Hafner2013-01-261-1/+1
* | fixes #319Araq2013-01-271-1/+20
|/
* bootstrapping works againAraq2013-01-222-4/+2
* fixed some closure related bugsAraq2013-01-225-22/+28
* small bugfix for lambdalifting; preparations for a better testing frameworkAraq2013-01-191-1/+4
* fixed merge conflictAraq2013-01-162-537/+289
|\
| * old version of ropes.nim to prevent merge conflictsAraq2013-01-121-524/+254
| * 'importcpp' for the JS target to generate an infix callAraq2013-01-111-10/+34
* | implemented generic multi methodsAraq2013-01-166-30/+50
* | optimized ropes work now but no speedupAraq2013-01-091-4/+6
|/
* allow 'cast' for the JS targetAraq2013-01-092-1/+2
* fixes #293Araq2013-01-086-13/+29
* fixes #299Araq2013-01-081-2/+2
* fixes #270Araq2013-01-081-1/+1
* implements #295Araq2013-01-086-12/+37
* fixes #292Araq2013-01-081-3/+6
* Copyright 2012 -> 2013Araq2013-01-083-4/+4
* FFI at compiletime improvementsAraq2013-01-083-28/+60
* next steps for FFI at compile timeAraq2013-01-023-22/+44
* fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...Araq2012-12-315-44/+222
* better errors for FFIAraq2012-12-271-9/+13
* implemented --listFullPaths option for aporiaAraq2012-12-273-3/+15
* small improvements for FFIAraq2012-12-261-18/+48
* bugfix: openssl import for macosxAraq2012-12-193-2/+6
* small examples work with the FFIAraq2012-12-192-29/+45
* first steps for FFI support at compile timeAraq2012-12-195-49/+270
* fixes #277; documentation improvementsAraq2012-12-172-2/+4
* don't invoke destructors for .global. variablesAraq2012-12-161-1/+2
* some fixes for generic first class iteratorsAraq2012-12-153-10/+11
* fixes #271Araq2012-12-155-32/+47
* lazy paths for Babel supportAraq2012-12-116-21/+55
* improvements for --babelPathAraq2012-12-092-5/+20
* made some tests green; some small bugfixesAraq2012-12-091-1/+1
* compiler support for babelAraq2012-12-073-19/+93
* replaced recursivePath with shallowPath for BabelAraq2012-12-061-3/+2
* implemented AST based overloadingAraq2012-12-063-7/+19
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-0610-27/+66
|\
| * fixes #269Araq2012-12-052-0/+5
| * fixes #266Araq2012-12-051-2/+0
| * implemented generic convertersAraq2012-12-053-5/+30
| * constraint now part of the parameter symbol and not of the typeAraq2012-12-056-18/+22
| * disable SSLv2_method for ubuntuAraq2012-12-031-3/+3
| * bugfix: 'not nil' and 'shared' typesAraq2012-12-021-1/+8
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-024-265/+573
|\|
| * dont use unsafeNew in ropes.nim for nowAraq2012-12-021-245/+512
| * first version of ropes.nim with unsafeNew (broken)Araq2012-12-024-60/+101
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-12-023-40/+79
|\|
| * implements 'export' featureAraq2012-12-013-37/+74