summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-075-13/+42
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-312-11/+13
* cleaner GC switchingAraq2013-01-314-24/+28
* Merge remote-tracking branch 'upstream/master' into upstreamZahary Karadjov2013-01-282-9/+10
|\
| * bugfix: overlap checking for 'case'Araq2013-01-272-9/+10
* | the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-283-10/+9
* | merged upstream masterZahary Karadjov2013-01-2745-412/+1322
|\|
| * 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