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
*
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
*
fixes #8052
Araq
2018-08-31
1
-1
/
+1
*
code cleanup: remove newScopeForIf switch
Andreas Rumpf
2018-07-04
1
-2
/
+1
*
implements a --nep1:on switch to make the compiler enforce the naming convent...
Andreas Rumpf
2018-06-13
1
-4
/
+4
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-7
/
+7
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-37
/
+40
*
Implement custom annotations (#6987)
cooldome
2018-01-09
1
-1
/
+4
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-2
/
+2
*
minor breaking change: for loop bodies now get their own scope
Andreas Rumpf
2017-11-05
1
-0
/
+2
*
remove old implementation of the roof operator; make tests green again; close...
Andreas Rumpf
2017-10-29
1
-18
/
+0
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-4
/
+4
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-0
/
+2
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-2
/
+2
*
fixes #5478
Araq
2017-03-06
1
-4
/
+4
*
make tests green again
Andreas Rumpf
2017-03-02
1
-0
/
+4
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
1
-5
/
+7
|
\
|
*
fixes #5417
Andreas Rumpf
2017-02-24
1
-5
/
+7
*
|
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-4
/
+4
|
/
*
fixes #5383
Araq
2017-02-16
1
-1
/
+1
*
Merge branch 'devel' into feature/3691
Dominik Picheta
2017-02-07
1
-2
/
+9
|
\
|
*
fixes #5285
Andreas Rumpf
2017-02-04
1
-2
/
+9
*
|
Adds `except T as ident` handling in semtempl.
Dominik Picheta
2017-02-06
1
-1
/
+7
|
/
*
template+emit supports volatileRead and volatileWrite ops
Andreas Rumpf
2017-01-23
1
-1
/
+3
*
Fixes #5225 (#5243)
Lolo Iccl
2017-01-18
1
-1
/
+8
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-29
/
+0
*
fixes #4353
Andreas Rumpf
2016-08-04
1
-4
/
+6
*
fixes #4555
Andreas Rumpf
2016-08-02
1
-1
/
+1
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-2
/
+6
*
Merge branch 'devel' into new-ll
Andreas Rumpf
2016-01-14
1
-4
/
+1
|
\
|
*
fixes #3498
Adam Strzelecki
2015-10-30
1
-4
/
+1
*
|
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-3
/
+1
|
/
*
fixes regression: NimForum compiles again
Araq
2015-09-21
1
-24
/
+61
*
Merge branch 'devel' into fix_bracket_expr
Araq
2015-09-12
1
-0
/
+11
|
\
|
*
fixes some regressions
Araq
2015-09-12
1
-0
/
+11
|
*
fixes #1528
Araq
2015-09-12
1
-24
/
+1
*
|
first attempt to fix 'a[i]' handling in generics
Araq
2015-09-12
1
-0
/
+51
*
|
fixes #1528
Araq
2015-09-10
1
-24
/
+1
|
/
*
fixes #2670
Araq
2015-08-08
1
-4
/
+19
*
minor refactoring for big fixes to come
Araq
2015-07-24
1
-3
/
+7
*
fixes #1738
Araq
2015-07-22
1
-1
/
+1
*
don't store the scope for routines
Araq
2015-04-04
1
-1
/
+1
[next]