summary refs log tree commit diff stats
path: root/compiler/evaltempl.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix #4020; Better handling of templates within conceptsZahary Karadjov2017-06-201-0/+2
* lift parameter-less do block to lambdasZahary Karadjov2017-04-101-5/+1
* fix the do notation when used with procsZahary Karadjov2017-04-091-1/+5
* Fixes #5167 and related problems (#5475)zah2017-03-121-0/+5
* macros are now checked to not produce cyclic ASTsAndreas Rumpf2017-02-081-1/+0
* make tests green againAraq2016-12-181-1/+1
* fixes #4308, fixes #4905Araq2016-12-181-1/+20
* hotfix: don't crash for wrong template callsAndreas Rumpf2016-06-031-1/+1
* remove funny debug outputAndreas Rumpf2016-05-271-1/+0
* fixes #4227Andreas Rumpf2016-05-271-4/+5
* Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmplAndreas Rumpf2016-01-141-1/+2
|\
| * fixes #3498Adam Strzelecki2015-10-301-1/+2
* | better nimsuggest supportAraq2015-11-031-4/+4
|/
* fixes #3359Araq2015-09-231-3/+2
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
* Disable the new generic params handling for immediate template and macrosZahary Karadjov2015-08-021-1/+11
* fix #1858 again; restores the support for static macro paramsZahary Karadjov2015-08-021-16/+34
* fixes #3044Araq2015-07-021-1/+3
* fixes #1940; code breakage! stricter template evaluationAraq2015-03-071-5/+5
* nimsuggest improvementsAraq2015-01-301-1/+1
* fixes #1915Araq2015-01-121-1/+1
* Revert 5e4ae8dDustin Lacewell2015-01-071-33/+17
* fix #1858; Add support for generic templates and macrosZahary Karadjov2015-01-051-17/+33
* Nimrod renamed to NimAraq2014-08-281-1/+1
* case consistency: next stepsAraq2013-12-291-1/+1
* case consistency part 4Araq2013-12-271-6/+6
* attempt to improve line information for '!=' etc. templatesAraq2013-10-151-32/+13
* bugfix: evalTemplateArgsAraq2012-10-141-1/+1
* term rewriting macros fully implemented; still buggyAraq2012-09-031-10/+52
* first steps to make templates hygienicAraq2012-08-201-0/+83