summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | adds an option to interleave the generated code with snippets from the origin...Zahary Karadjov2012-12-027-85/+136
* | track the "owner" heap object in the ref write barrierZahary Karadjov2012-12-013-8/+27
* | temporary debugging code for the memory leak investigationZahary Karadjov2012-11-286-9/+80
* | disables the compile-time rope formatting during bootstrappingZahary Karadjov2012-11-287-212/+227
* | first batch of rope code converted to `rfmt`Zahary Karadjov2012-11-285-95/+91
* | experimental compile-time rope formatting codeZahary Karadjov2012-11-283-4/+102
* | store the instantiation cache in the generic symbolZahary Karadjov2012-11-286-70/+80
* | [caas] first version that actually works (still has a lot of logical memory l...Zahary Karadjov2012-11-289-63/+260
* | CaaS in-memory cachingZahary Karadjov2012-11-2823-215/+299
* | caas is now drivable through stdinZahary Karadjov2012-11-2816-135/+169
|/
* fixed recently introduced parser bugsAraq2012-11-261-2/+2
* 'return' for first class iteratorsAraq2012-11-263-18/+30
* next steps for first class iteratorsAraq2012-11-265-3/+14
* parser support for 'not nil' annotationAraq2012-11-251-52/+48
* first steps for 'not nil' annotationAraq2012-11-255-67/+120
* added missing type flagsAraq2012-11-233-11/+21
* 'iterator' as type descriptionAraq2012-11-221-1/+5