summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-5/+14
* breaking change: hygienic templates (undocumented)Araq2012-08-201-1/+3
* next steps to hygienic templatesAraq2012-08-2015-74/+91
* first steps to make templates hygienicAraq2012-08-2018-177/+464
* bycopy/byref for object/tuple typesAraq2012-08-163-15/+27
* openarray/varargs split; breaks bootstrappingAraq2012-08-166-42/+45
* bugfix: typo in actors.nimAraq2012-08-153-0/+15
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-1413-31/+44
* more bugfixes for closuresAraq2012-08-142-5/+6
* made tests green againAraq2012-08-145-5/+16
* first steps for varargs supportAraq2012-08-132-2/+15
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-1313-222/+287
* borrow works with genericsAraq2012-08-063-41/+57
* make idetools output full pathsAraq2012-08-052-1/+8
* bugfix: dynlib for variablesAraq2012-08-051-2/+3
* idetools: '--def' now works in 'x.f'Araq2012-08-053-9/+9
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-0512-108/+171
* idetools: don't suggest module names or not visible object fieldsAraq2012-08-032-18/+21
* idetools improvements (2)Araq2012-08-033-1/+3
* idetools improvementsAraq2012-08-0310-35/+53
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-022-9/+16
|\
| * DLL fixes for windows; fixes #175Zahary Karadjov2012-07-312-9/+16
* | idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-0212-36/+95
|/
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-3010-46/+94
* made compiler more robust for idetools supportAraq2012-07-3011-53/+94
* more improvements for idetoolsAraq2012-07-303-9/+15
* better error handling for better idetools supportAraq2012-07-2912-268/+377
* better overloading capabilities for 'shallowCopy'; little bugfix for 'system....Araq2012-07-292-12/+15
* improvements for idetools; system.compiles improvedAraq2012-07-296-32/+100
* added some support for HaikuAraq2012-07-292-2/+7
* more reliable NI/NU definitionsAraq2012-07-281-14/+3
* fixes #178Araq2012-07-285-13/+20
* implements #173Araq2012-07-2810-34/+107
* added warning for confusing var declarationsAraq2012-07-264-6/+19
* no range checks for conversion to unsigned (but I may reconsider this)Araq2012-07-251-1/+2
* next steps for closure consistency; fixes #176Araq2012-07-255-7/+17
* fixes #172Araq2012-07-251-1/+1
* small bugfix: code generation for nil closuresAraq2012-07-251-17/+28
* closure is now default calling convention for proc typesAraq2012-07-241-1/+1
* bugfix: bind context for genericsAraq2012-07-241-3/+3
* DLLs should work again; fixes #169Araq2012-07-241-0/+2
* optimizations for system.compilesAraq2012-07-203-16/+25
* added system.compilesAraq2012-07-204-5/+39
* got rid of some mAddU64 etc. magicsAraq2012-07-204-22/+12
* fixed the rodfiles testsZahary Karadjov2012-07-202-2/+2
* removed nimdat in favor of per-module dat init procsZahary Karadjov2012-07-196-75/+73
* bugfix: name mangling of field namesAraq2012-07-191-2/+23
* bugfixes for the symbol mangling; implements #129Araq2012-07-193-12/+37
* implemented #133Araq2012-07-191-1/+25
* bugfix: constraint matching for tyGenericInst; implements #130Araq2012-07-192-2/+9