summary refs log tree commit diff stats
path: root/compiler/transf.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes merge conflictAndreas Rumpf2018-08-191-5/+6
|\
| * Fix unsound transform pass (#8633)LemonBoy2018-08-141-0/+4
| * Mysterious fix for #8550 (#8561)LemonBoy2018-08-121-5/+2
* | more progress on destructor based stringsAndreas Rumpf2018-07-131-4/+4
|/
* make tests green againAndreas Rumpf2018-07-051-0/+2
* allow referencing other parameters in default parameter valuesZahary Karadjov2018-06-161-0/+46
* fixes yet another merge conflictAraq2018-06-111-1/+1
|\
| * Removed oldIterTranf featureYuriy Glukhov2018-06-101-1/+1
* | fixex merge conflictsAraq2018-06-081-2/+6
|\|
| * Merge branch 'devel' into yield-in-tryYuriy Glukhov2018-05-151-52/+57
| |\
| * | Don't leak sem PContext into transfYuriy Glukhov2018-05-091-6/+5
| * | Closure iter transformationYuriy Glukhov2018-05-091-11/+14
* | | AST change: keep nkStaticStmt in the AST for incremental compilation supportAndreas Rumpf2018-06-031-1/+1
* | | baby steps for incremental compilationAndreas Rumpf2018-05-301-2/+2
* | | refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-3/+3
* | | remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-3/+3
* | | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-4/+4
* | | remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-5/+5
| |/ |/|
* | options.nim: no global variables anymoreAndreas Rumpf2018-05-131-3/+3
* | transf and vmgen compile againAndreas Rumpf2018-05-121-43/+46
|/
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-3/+3
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-3/+3
* Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)cooldome2018-04-101-1/+1
* Fix compiler crash on try expression with infix as (Fixes #7116) (#7112)cooldome2018-01-291-1/+1
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-3/+3
* symbol files: fixes the logic for multi-methodsAraq2018-01-031-1/+1
* first steps in adding template/macro calls to stack tracesAraq2017-12-211-1/+1
* the documentation generator now supports ':test:' for the testing of test sni...Araq2017-11-281-1/+1
* fixes #6724Andreas Rumpf2017-11-191-3/+3
* fixes new liftLocals passAndreas Rumpf2017-11-021-1/+1
* implemented undocumented '.liftLocals' featureAndreas Rumpf2017-11-021-1/+2
* deprecated unary '<'Andreas Rumpf2017-10-291-5/+5
* make tests green againAraq2017-10-261-3/+6
* destructors: work in progressAraq2017-10-261-0/+3
* new destroyer pass works with procs tooAndreas Rumpf2017-10-131-4/+4
* introduce --newruntime switch for the upcoming destructors and move semanticsAndreas Rumpf2017-10-131-3/+8
* simple programs now work with the new destroyer passAndreas Rumpf2017-10-121-1/+1
* initial version of the new untested destructor passAndreas Rumpf2017-10-121-3/+3
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+1
* fixes #5618Andreas Rumpf2017-03-281-1/+4
* nimsuggest: revert cpFuzzy bailoutsAndreas Rumpf2017-03-091-1/+4
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-241-1/+1
|\
| * removed compiler internal list implementation (#5371)Arne Döring2017-02-221-1/+1
* | big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-3/+4
|/
* make more tests greenAraq2017-02-161-4/+6
* fixes #5383Araq2017-02-161-1/+4
* More progress towards a working #3691.Dominik Picheta2017-02-031-1/+1
* WIP: `as` with generics.Dominik Picheta2017-02-021-1/+1
* Fixes based on @Araq's feedback.Dominik Picheta2017-02-011-2/+2
* Fixes #3691.Dominik Picheta2017-02-011-4/+5