summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes #286Araq2013-02-191-1/+1
* fixes #331, fixes #314Araq2013-02-181-19/+29
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-181-1/+1
|\
| * enable 'cast' in interactive mode (beware)Araq2013-02-171-1/+1
* | system.fields|fieldPairs for objectsAraq2013-02-182-33/+99
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-169-67/+68
|\
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-159-67/+68
* | preparations for a generational GCAraq2013-02-163-3/+8
* | micro optimizations for the evaluation engineAraq2013-02-142-33/+47
|/
* added GC_addCycleRootAraq2013-02-121-3/+4
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-102-15/+17
|\
| * hack for long string literals in C bugs in JS. Fixed.Simon Hafner2013-02-091-14/+16
| * fix for exit code of compiler (JS bug?)Simon Hafner2013-02-091-1/+1
* | open arrays documented in the manualAraq2013-02-101-1/+1
|/
* code cleanup for mark&sweep GCAraq2013-02-071-1/+1
* 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