summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* made ttempl3 green againAraq2012-07-191-2/+3
* don't put DLL loading into nimdatAraq2012-07-191-34/+27
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-191-27/+34
|\
| * dynamic library symbols are not loaded in nimdatZahary Karadjov2012-07-181-27/+34
* | improvements for 'bind', fixes #166Araq2012-07-182-29/+32
|/
* attempt to fix DLL generationAraq2012-07-182-12/+7
* equality and hashing for closuresAraq2012-07-174-10/+23
* made some tests greenAraq2012-07-171-2/+1
* make tests green againAraq2012-07-173-3/+16
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-1611-32/+32