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
/
ccgexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #7392 (#7395)
cooldome
2018-03-23
1
-0
/
+1
*
Codegen: use type forward declarations more aggresively. Fixes #7339 (#7340)
cooldome
2018-03-16
1
-0
/
+3
*
make 'memset' calls more robust; refs #7341
Andreas Rumpf
2018-03-16
1
-1
/
+2
*
basic 'lent T' test works
Andreas Rumpf
2018-01-21
1
-7
/
+7
*
avoid creating temporary in genObjConstr if possible (#7032)
jcosborn
2018-01-11
1
-16
/
+32
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-11
/
+11
*
fix #6462
Zahary Karadjov
2017-12-21
1
-1
/
+2
*
fix #6277
Zahary Karadjov
2017-12-21
1
-1
/
+1
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-5
/
+29
*
fixes #668
Araq
2017-12-15
1
-4
/
+18
*
ccgexprs.nim: added support for 'debugMagics'
Araq
2017-11-30
1
-1
/
+4
*
fixes #6489
Araq
2017-11-23
1
-1
/
+1
*
fixes #5521 object variants superclass trigger bad codegen (#6120)
andri lim
2017-11-19
1
-8
/
+5
*
Fixes #5979 (#5980)
Yuriy Glukhov
2017-11-19
1
-2
/
+8
*
fixes #6757
Andreas Rumpf
2017-11-17
1
-1
/
+7
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
backend preparations for incomplete/forwarded object types
Andreas Rumpf
2017-10-28
1
-27
/
+33
*
make tests green again
Andreas Rumpf
2017-10-16
1
-3
/
+6
*
fixes #1137
Andreas Rumpf
2017-10-16
1
-12
/
+16
*
fixes #5007
Araq
2017-10-16
1
-5
/
+19
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-2
/
+2
*
fixes #6403
Andreas Rumpf
2017-09-21
1
-13
/
+25
*
refactoring: TLoc knows the node it originated from; it is planned to use thi...
Andreas Rumpf
2017-09-21
1
-127
/
+127
*
introduce OnHeapNew and rename TLoc.s to TLoc.storage
Andreas Rumpf
2017-09-21
1
-74
/
+77
*
C++ codgen: do not emit struct literals if not possible
Andreas Rumpf
2017-09-05
1
-4
/
+8
*
fixes #6294
Araq
2017-09-05
1
-11
/
+30
*
Fix seq.setLen initialisation in VM (#6224)
Parashurama
2017-09-02
1
-0
/
+9
*
fixes #6279
Andreas Rumpf
2017-08-29
1
-5
/
+35
*
fixes #6234
Andreas Rumpf
2017-08-11
1
-4
/
+4
*
fixes #5892
Araq
2017-07-17
1
-4
/
+8
*
fixes #6118
Araq
2017-07-17
1
-4
/
+6
*
fixes #6037
Andreas Rumpf
2017-07-09
1
-1
/
+8
*
fix #5968
Zahary Karadjov
2017-06-20
1
-1
/
+3
*
fix right shift c codegen bug. (#5919)
Parashurama
2017-05-31
1
-3
/
+4
*
a few tiny cleanups (#5712)
Jacek Sieka
2017-05-29
1
-2
/
+1
*
Merge branch 'araq2' into devel
Araq
2017-05-17
1
-3
/
+3
|
\
|
*
fix 5756
Zahary Karadjov
2017-04-30
1
-1
/
+1
|
*
fix #5654
Zahary Karadjov
2017-04-07
1
-1
/
+1
|
*
fix #5642
Zahary Karadjov
2017-04-07
1
-1
/
+1
*
|
Fixes #5821 (float32 literal comparison issue) (#5825)
Dominik Picheta
2017-05-17
1
-1
/
+3
|
/
*
support for the Genode OS framework (#5560)
Emery Hemingway
2017-03-31
1
-4
/
+9
*
support derived values in non-generic user type classes
Zahary Karadjov
2017-03-24
1
-2
/
+2
*
minor codegen bugfix: don't use names for closures that are also mangled Nim ...
Araq
2017-02-26
1
-7
/
+7
*
fixes a minor codegen issue where name mangling could produce an identifier u...
Araq
2017-02-26
1
-7
/
+7
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-1
/
+1
*
fixes #5402
Araq
2017-02-16
1
-4
/
+5
*
fixes #5339
Andreas Rumpf
2017-02-09
1
-7
/
+64
*
fixes #5314
Andreas Rumpf
2017-02-05
1
-1
/
+1
*
fixes #5090
Andreas Rumpf
2017-02-05
1
-1
/
+3
*
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-1
/
+1
[next]