index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
evaltempl.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #4020; Better handling of templates within concepts
Zahary Karadjov
2017-06-20
1
-0
/
+2
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
1
-5
/
+1
*
fix the do notation when used with procs
Zahary Karadjov
2017-04-09
1
-1
/
+5
*
Fixes #5167 and related problems (#5475)
zah
2017-03-12
1
-0
/
+5
*
macros are now checked to not produce cyclic ASTs
Andreas Rumpf
2017-02-08
1
-1
/
+0
*
make tests green again
Araq
2016-12-18
1
-1
/
+1
*
fixes #4308, fixes #4905
Araq
2016-12-18
1
-1
/
+20
*
hotfix: don't crash for wrong template calls
Andreas Rumpf
2016-06-03
1
-1
/
+1
*
remove funny debug output
Andreas Rumpf
2016-05-27
1
-1
/
+0
*
fixes #4227
Andreas Rumpf
2016-05-27
1
-4
/
+5
*
Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmpl
Andreas Rumpf
2016-01-14
1
-1
/
+2
|
\
|
*
fixes #3498
Adam Strzelecki
2015-10-30
1
-1
/
+2
*
|
better nimsuggest support
Araq
2015-11-03
1
-4
/
+4
|
/
*
fixes #3359
Araq
2015-09-23
1
-3
/
+2
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-3
/
+3
*
Disable the new generic params handling for immediate template and macros
Zahary Karadjov
2015-08-02
1
-1
/
+11
*
fix #1858 again; restores the support for static macro params
Zahary Karadjov
2015-08-02
1
-16
/
+34
*
fixes #3044
Araq
2015-07-02
1
-1
/
+3
*
fixes #1940; code breakage! stricter template evaluation
Araq
2015-03-07
1
-5
/
+5
*
nimsuggest improvements
Araq
2015-01-30
1
-1
/
+1
*
fixes #1915
Araq
2015-01-12
1
-1
/
+1
*
Revert 5e4ae8d
Dustin Lacewell
2015-01-07
1
-33
/
+17
*
fix #1858; Add support for generic templates and macros
Zahary Karadjov
2015-01-05
1
-17
/
+33
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-6
/
+6
*
attempt to improve line information for '!=' etc. templates
Araq
2013-10-15
1
-32
/
+13
*
bugfix: evalTemplateArgs
Araq
2012-10-14
1
-1
/
+1
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-10
/
+52
*
first steps to make templates hygienic
Araq
2012-08-20
1
-0
/
+83