summary refs log tree commit diff stats
path: root/compiler/transf.nim
Commit message (Collapse)AuthorAgeFilesLines
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+8
|
* next steps for first class iteratorsAraq2012-11-151-1/+3
|
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-4/+12
|
* bugfix: exception tracking (still disabled)Araq2012-11-011-1/+1
|
* exception tracking barely works; but disabledAraq2012-10-311-1/+2
|
* fixes #211Zahary Karadjov2012-10-131-1/+1
| | | | transf: fix a clang compilation error when lineDir:on is used
* small bugfixes; reactivated tests/compileAraq2012-09-111-3/+8
|
* first steps to deprecate 'nil' statementAraq2012-09-091-15/+8
|
* bugfix for methods (comment in #185)Araq2012-08-221-4/+7
|
* next steps to hygienic templatesAraq2012-08-201-4/+2
|
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-141-2/+2
|
* made tests green againAraq2012-08-141-1/+0
|
* top level closures should work; transf is not a pass anymore; next steps for ↵Araq2012-08-131-113/+56
| | | | first class iterator support
* implements #173Araq2012-07-281-2/+0
|
* added warning for confusing var declarationsAraq2012-07-261-1/+10
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-8/+0
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+0
|
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-2/+11
|
* fixes #150; next steps for proper unsigned supportAraq2012-07-031-1/+2
|
* changed integer promotion rules; added math.fmodAraq2012-06-281-2/+2
|
* doc2 improvementsAraq2012-06-241-1/+4
|
* somewhat working closuresAraq2012-06-191-4/+11
|
* first implementation of new lambda liftingAraq2012-06-151-13/+24
|
* first steps to working closuresAraq2012-06-031-12/+2
|
* added system.||; lacks runtime supportAraq2012-05-231-1/+5
|
* fixes #109Araq2012-05-201-9/+42
|
* thoughts about 'continue/break' bugAraq2012-05-101-0/+4
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-311-8/+0
|\
| * attempt to fix a bug concerning implicit type conversions in case statementsAraq2012-03-271-8/+0
| |
* | tyOrdinal now means "integral types". tyTypeClass created to take care of ↵Zahary Karadjov2012-03-221-1/+1
|/ | | | type constraints
* attempt to make tests green againAraq2012-03-111-1/+1
|
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-4/+6
|
* further steps for closure support; added 'system.rawProc', 'system.rawEnv'Araq2012-02-081-0/+7
|
* further steps for closure supportAraq2012-02-081-4/+13
|
* further steps for closure supportAraq2012-02-061-1/+2
|
* further steps to closure supportAraq2012-02-061-2/+8
|
* closure implementation: first stepsAraq2012-02-041-83/+9
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* 'assert' is now implemented without compiler magicAraq2011-12-041-1/+1
|
* implemented 'let' statementAraq2011-11-291-3/+3
|
* bugfixes: objects still invalid for constants; fixed a typo concerning ↵Araq2011-11-151-3/+8
| | | | 'high' in eval context
* better code generation for constant aggregatesAraq2011-11-021-2/+7
|
* lazy loading of body ast implementedAraq2011-10-301-8/+11
|
* constant folding for cnst[i] and cnst.attrAraq2011-10-291-1/+3
|
* compilation cache: small fixes; methods still not workingAraq2011-10-231-2/+2
|
* compilation cache: methods have a chance to workAraq2011-10-231-2/+8
|
* code generator supports constant sequences; more consistent compile time ↵Araq2011-10-071-12/+12
| | | | evaluation
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-34/+0
|
* inlining of 'var openarray' iterators now workAraq2011-08-181-24/+47
|
* finally got rid of nkPassAsOpenArrayAraq2011-08-161-14/+7
|