summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* first steps towards term rewriting macrosAraq2012-08-3015-54/+260
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-288-30/+54
| | | | magic to access the invokation AST
* implemented generic templatesAraq2012-08-275-24/+36
|
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-2612-42/+66
|
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-255-58/+40
|
* objects with no ancestor are not implicitely finalAraq2012-08-244-4/+12
|
* implemented 'bind' for macrosAraq2012-08-243-0/+55
|
* implemented backslash for continuation commentsAraq2012-08-231-6/+16
|
* bugfix for methods (comment in #185)Araq2012-08-222-4/+10
|
* 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
| | | | first class iterator support
* 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 ↵Araq2012-07-292-12/+15
| | | | 'system.compiles'
* 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
|