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
*
implement template default values using other params (#24073)
metagn
2024-09-11
1
-0
/
+13
*
[backport] fixes #23711; C code contains backtick`gensym (#23716)
ringabout
2024-06-19
1
-0
/
+1
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
1
-4
/
+4
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-2
/
+2
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-8
/
+8
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+2
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-1
/
+1
*
make runnableExamples a special word (#22024)
metagn
2023-06-06
1
-1
/
+1
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
1
-2
/
+2
*
fix #16993, #18054, #17835 runnableExamples now works with templates and nest...
Timothee Cour
2021-06-02
1
-4
/
+8
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-1
/
+1
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-1
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-1
/
+4
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-3
/
+7
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-18
/
+18
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-2
/
+2
*
fixes #12121 (#12126)
Andreas Rumpf
2019-09-05
1
-1
/
+1
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-3
/
+11
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+1
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-3
/
+3
*
fixes #10192
Araq
2019-05-06
1
-1
/
+1
*
it's spelt callsite
Andreas Rumpf
2019-02-22
1
-1
/
+1
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-4
/
+3
*
fixes nested gensym'ed parameters; fixes #9476
Araq
2018-12-08
1
-4
/
+10
*
IC: further progress
Araq
2018-12-01
1
-1
/
+1
*
docgen: fixes #9432 [backport]
Araq
2018-10-31
1
-0
/
+20
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-1
/
+1
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-5
/
+4
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-1
/
+1
*
fixes testament compilation
Araq
2018-05-14
1
-1
/
+1
|
\
|
*
Better support for treating templates and macros as symbols.
Zahary Karadjov
2018-05-07
1
-1
/
+1
*
|
more modules compile again
Andreas Rumpf
2018-05-12
1
-1
/
+1
*
|
more modules compile again
Andreas Rumpf
2018-05-12
1
-10
/
+18
|
/
*
allow setting template/macro recursive evaluation limits (#7652)
jcosborn
2018-04-19
1
-2
/
+3
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-3
/
+7
*
Fix usage of parameters types in templates #6756 (#6768)
Anatoly Galiulin
2017-11-29
1
-1
/
+1
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
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
[next]