summary refs log tree commit diff stats
path: root/compiler/ast.nim
Commit message (Expand)AuthorAgeFilesLines
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* progress towards fixing tgenericshardcasesZahary Karadjov2014-01-061-0/+1
* introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-041-8/+20
* Templates will pick the candidate in the nearest scope when symbols are mixed-inZahary Karadjov2013-12-311-0/+4
* handle recursive types during the instantiation of meta types; propagate tfHa...Zahary Karadjov2013-12-301-2/+6
* restore return type inferenceZahary Karadjov2013-12-301-0/+3
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-11/+25
|\
| * integrate the logic of fixupProcType into ReplaceTypeVarsZahary Karadjov2013-12-291-5/+15
| * towards support for composite type classes such as seq[Number] and SquareMatr...Zahary Karadjov2013-12-271-1/+2
| * better integration of tyStatic into typeRelZahary Karadjov2013-12-251-0/+1
| * wip type class reforms (the compiler bootstraps fine)Zahary Karadjov2013-12-251-4/+4
| * static params: expr[T] is now static[T]Zahary Karadjov2013-12-191-3/+5
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-9/+9
* | case consistency: next stepsAraq2013-12-291-7/+7
* | case consistency part 4Araq2013-12-271-11/+11
* | case consistency part 3Araq2013-12-271-4/+4
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-241-1/+2
|\ \
| * | Merge branch 'master' into vm2Araq2013-12-131-1/+10
| |\|
| * | Merge branch 'master' into vm2Araq2013-12-051-2/+0
| |\ \
| * | | VM now supports lambda liftingAraq2013-11-061-1/+2
* | | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-2/+2
| |_|/ |/| |
* | | progress towards adding negative type classesZahary Karadjov2013-12-091-1/+10
| |/ |/|
* | support for multiple test variables and var qualifiers in user-defined type c...Zahary Karadjov2013-11-131-2/+0
|/
* 'noStackFrame' implies 'naked' in the generated C codeAraq2013-10-061-2/+2
* implemented 'import a as b'Araq2013-09-241-2/+21
* fixes #576Araq2013-09-181-1/+2
* implemented the using statementZahary Karadjov2013-08-311-0/+2
* fix tnoopZahary Karadjov2013-08-261-0/+1
* implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-261-2/+4
* working code for simple cases of user-defined type classesZahary Karadjov2013-08-251-0/+3
* parsing of user defined type classesZahary Karadjov2013-08-231-0/+1
* Experimental support for delayed instantiation of genericsZahary Karadjov2013-08-231-3/+4
* check the owners of generic instantiations properly and fix tinvalidclosureZahary Karadjov2013-08-191-1/+10
* Revert "Revert "made some tests green""Zahary Karadjov2013-08-191-1/+2
* Revert "Revert "fix tforwardgeneric""Zahary Karadjov2013-08-191-2/+2
* Revert "Revert "static and default params for generics""Zahary Karadjov2013-08-191-0/+2
* remerge "Fixes #267"Zahary Karadjov2013-08-191-10/+5
* lfFullExternalName for 'nimrod pretty'Araq2013-07-301-0/+3
* added macros.genSymAraq2013-07-241-1/+1
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-6/+6
* some small performance improvement for the evaluatorAraq2013-06-281-0/+1
* implements the 'codegenDecl' pragmaAraq2013-06-271-3/+3
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-0/+3
* improvements for 'not nil' checkingAraq2013-06-131-3/+11
* implemented large parts of the 'not nil' checkingAraq2013-06-091-6/+23
* fixes #385Araq2013-06-031-1/+32
* astToStr is now immediateAraq2013-06-021-0/+11
* Revert "fixes #267"Araq2013-05-271-5/+10
* Revert "static and default params for generics"Araq2013-05-271-2/+0
* Revert "fix tforwardgeneric"Araq2013-05-271-2/+2