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
/
semtempl.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #20002 (#20004)
metagn
2022-07-15
1
-1
/
+1
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-6
/
+6
*
New/better macro pragmas, mark some as experimental (#19406)
metagn
2022-01-20
1
-0
/
+5
*
fix stylecheck error with asyncdispatch (#19350)
flywind
2022-01-10
1
-1
/
+2
*
fixes a regression caused by overloadable enums even though they're opt-in (#...
Andreas Rumpf
2021-10-07
1
-3
/
+7
*
fixes a 'mixin' statement handling regression [backport:1.2] (#18968)
Andreas Rumpf
2021-10-07
1
-1
/
+6
*
fixes #18863 [backport] (#18871)
Andreas Rumpf
2021-09-20
1
-3
/
+4
*
fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...
Timothee Cour
2021-08-11
1
-3
/
+12
*
Fixed template const tuple unpacking (#18562)
Jason Beetham
2021-07-23
1
-22
/
+18
*
refactoring: removed empty withBracketExpr template (#18152)
Andreas Rumpf
2021-06-02
1
-10
/
+4
*
fix #18113 (#18124)
Saem Ghani
2021-05-31
1
-2
/
+6
*
semTemplateDef and t17433 clean-ups (#17448)
Saem Ghani
2021-03-22
1
-19
/
+19
*
Fixes #17433; gensym callDef return in templ body (#17445)
Saem Ghani
2021-03-22
1
-1
/
+1
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-4
/
+3
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-3
/
+7
*
Fix #12595 (#16874)
konsumlamm
2021-01-31
1
-0
/
+4
*
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
-3
/
+3
*
views: yet another bugfix (#15447)
Andreas Rumpf
2020-10-01
1
-5
/
+0
*
Fix forward declarations in shadow scope contexts (#15386)
Clyybber
2020-09-22
1
-2
/
+2
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+0
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-22
/
+5
*
fix codegen bug due to changing existing symbol declaration in template (#14666)
jcosborn
2020-06-15
1
-1
/
+1
*
fixes #12885 [backport] (#12895)
Andreas Rumpf
2019-12-13
1
-0
/
+4
*
Fixes #12832 (#12842) [backport]
Neelesh Chandola
2019-12-08
1
-0
/
+5
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-159
/
+155
*
fixes #12193 (#12199)
Andreas Rumpf
2019-09-16
1
-2
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-20
/
+20
*
fixes yet another gensym regression (#12145)
Andreas Rumpf
2019-09-06
1
-3
/
+3
*
fixes #12121 (#12126)
Andreas Rumpf
2019-09-05
1
-9
/
+24
*
improvement for 'unused import' warnings
Araq
2019-09-02
1
-0
/
+1
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-19
/
+43
*
[refactoring] compiler: simplified markUsed
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
[feature] detect unused imports
Araq
2019-07-17
1
-1
/
+1
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-5
/
+0
*
Fixes #9365 : let with exportC pragma in template. (#11235)
Aditya Siram
2019-05-14
1
-0
/
+6
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-5
/
+5
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-4
/
+4
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-14
/
+14
*
Fix loop tuple unpacking in templates (#11174)
nc-x
2019-05-05
1
-1
/
+5
*
callsite lineinfe for stackTrace template (#10785)
Arne Döring
2019-04-18
1
-3
/
+5
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
it's spelt callsite
Andreas Rumpf
2019-02-22
1
-2
/
+3
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-0
/
+4
*
compiler/sem*: improve lineinfo for qualified and generic procs (#10427)
alaviss
2019-01-23
1
-6
/
+7
*
nimfind: improvements
Andreas Rumpf
2018-11-15
1
-0
/
+2
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-8
/
+12
*
fixes regressions
Araq
2018-10-30
1
-10
/
+8
*
fixes unexpected transforming of runnableExamples (#9158)
Steve Kellock
2018-10-09
1
-1
/
+3
[next]