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
*
C code generator compiles again
Andreas Rumpf
2018-05-12
1
-69
/
+69
*
introduce --laxStrings:on switch
Araq
2018-04-30
1
-1
/
+1
*
make the build more robust
Andreas Rumpf
2018-04-30
1
-3
/
+8
*
strutils: code cleanups and do not rely on the terminating binary zero anymore
Andreas Rumpf
2018-04-28
1
-8
/
+7
*
correct comparisons for nil strings/seqs
Andreas Rumpf
2018-04-28
1
-8
/
+6
*
make tests green
Andreas Rumpf
2018-04-28
1
-1
/
+1
*
string to cstring conversions produce the empty C string for nil; this will b...
Andreas Rumpf
2018-04-28
1
-1
/
+1
*
codegen: support nil strings/seqs in more places
Andreas Rumpf
2018-04-28
1
-5
/
+5
*
nil in string concats does not produce crashes anymore
Andreas Rumpf
2018-04-27
1
-1
/
+1
*
setLen doesn't crash on nil strings/seqs anymore
Andreas Rumpf
2018-04-27
1
-3
/
+3
*
'add' on a nil sequence doesn't produce a crash anymore
Andreas Rumpf
2018-04-27
1
-4
/
+4
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-3
/
+2
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-1
/
+1
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-2
/
+2
*
Cleanups 20180401 (#7458)
Jacek Sieka
2018-04-12
1
-19
/
+23
*
fixes #6843
Araq
2018-04-06
1
-1
/
+1
*
C codegen: preparations for different seq and string implementations
Andreas Rumpf
2018-04-03
1
-23
/
+7
*
fixes codegen for nil cstrings
Andreas Rumpf
2018-04-02
1
-10
/
+15
*
added toOpenArray builtin for zero-copy slices; syntax sugar yet to come
Araq
2018-03-24
1
-0
/
+17
*
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
[next]