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
*
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
*
fixes #2390
Araq
2015-03-23
1
-53
/
+59
*
fixes #2215
Araq
2015-02-25
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-2
/
+2
*
nimsuggest improvements
Araq
2015-01-30
1
-3
/
+7
*
fixes #1915
Araq
2015-01-12
1
-3
/
+12
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
fixes #940
Araq
2014-11-17
1
-1
/
+2
*
nimfix improvements
Araq
2014-09-10
1
-4
/
+2
[next]