summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| | * implements 'import dir/module' without quotesAraq2012-11-301-3/+5
| * | resolved conflictsAraq2012-11-3010-94/+95
| |\|
| | * implemented 'import except'Araq2012-11-2810-91/+91
| | * bugfix: better implict 'items' supportAraq2012-11-282-6/+6
| * | bugfix: implicit items/pairs work betterAraq2012-11-281-3/+4
| |/
| * first steps for the 'export' featureAraq2012-11-283-25/+30
* | remove any traces of the old global generics cacheZahary Karadjov2013-01-276-109/+65
* | Fixed openssl lib path on Mac OS X;Zahary Karadjov2013-01-271-1/+1
* | another path-related regression in ecmasgenZahary Karadjov2013-01-271-2/+1
* | fixed a regression in `nimrod i`Zahary Karadjov2013-01-272-3/+4
* | Disabled mark-and-sweep in the compiler itselfZahary Karadjov2013-01-221-0/+1
* | minor bug fixes to make some tests greenZahary Karadjov2013-01-212-2/+8
* | fixed a regression: compiling projects not residing in the current directoryZahary Karadjov2013-01-204-19/+18
* | cleaned up some debugging codeZahary Karadjov2013-01-205-38/+34
* | fixes the recently discovered GC memory leaksZahary Karadjov2012-12-203-44/+63