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 regression: tobjconstr2 test works again
Araq
2015-10-14
1
-1
/
+1
*
fixes #2637
Araq
2015-10-06
1
-38
/
+30
*
usage of NimNode triggers .compileTime context; fixes #1679
Araq
2015-09-14
1
-1
/
+6
*
fixes a critical codegen bug triggered by .async
Araq
2015-09-10
1
-51
/
+51
*
when nimvm stmt proof of concept
Yuriy Glukhov
2015-09-04
1
-0
/
+3
*
fixes #1832
Araq
2015-07-24
1
-3
/
+4
*
fix recently introduced regressions
Araq
2015-07-22
1
-0
/
+2
*
fixes #2963
Araq
2015-07-22
1
-2
/
+2
*
fixes #2880
Araq
2015-06-30
1
-5
/
+5
*
fixes #2979
Araq
2015-06-25
1
-1
/
+2
*
fixes #2909
Araq
2015-06-15
1
-1
/
+7
*
Removed magics: mAbsI64
rku
2015-06-10
1
-4
/
+3
*
Removed magics: mBitnotI64
rku
2015-06-10
1
-1
/
+0
*
Removed magics: mEqI64 mLtI64 mLeI64
rku
2015-06-10
1
-3
/
+0
*
Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64
rku
2015-06-10
1
-5
/
+0
*
Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64
rku
2015-06-10
1
-5
/
+0
*
fixes #2774
Araq
2015-06-06
1
-1
/
+1
*
fixes 'echo nil' codegen bug
Araq
2015-05-03
1
-2
/
+5
*
added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...
Araq
2015-04-22
1
-6
/
+11
*
cleaned up some magics to make room for new magics; added '..<' and '..^' tem...
Araq
2015-04-22
1
-3
/
+0
*
fixes serious codegen regression; C++ target works again
Araq
2015-04-20
1
-1
/
+7
*
fixes a serious codegen bug that caused to emit wrong barriers in rare cases
Araq
2015-04-19
1
-13
/
+17
*
fixes #2498
Araq
2015-04-11
1
-2
/
+0
*
fixes #2489
Araq
2015-04-08
1
-1
/
+1
*
Get rid of deprecation warnings
def
2015-04-07
1
-170
/
+166
*
fixes #2427
Araq
2015-04-06
1
-2
/
+2
*
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
1
-1
/
+1
*
doc updates; fixes 'inc' for 'char'
Araq
2015-03-29
1
-1
/
+1
*
disallow negative indexing
Araq
2015-03-27
1
-0
/
+1
*
cannot gen symbol -> must be compile time
Simon Hafner
2015-03-26
1
-3
/
+1
*
fixes #2401
Araq
2015-03-25
1
-1
/
+1
*
codegen doesn't produce line tracing commands anymore; fixes #1344
Araq
2015-03-21
1
-43
/
+54
*
fixes #2366
Araq
2015-03-21
1
-0
/
+1
*
Replaced deprecated repeatStr() with repeat().
Hans Raaf
2015-03-04
1
-1
/
+1
*
makes Aporia build for 64bit archs
Araq
2015-03-03
1
-46
/
+41
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
fixes #2118
Araq
2015-02-13
1
-7
/
+3
*
tables work in 'const' sections; echo supports 'nil' strings; minor cleanups
Araq
2015-02-09
1
-3
/
+5
*
compiler distinguishes between 2 different 'var' types for C++ interop; code ...
Araq
2015-02-07
1
-3
/
+6
*
lots of C++ codegen improvements
Araq
2015-02-07
1
-1
/
+3
*
fixes stupid regression
Araq
2015-02-04
1
-1
/
+1
*
C++ support: codegen generates C++'s references and avoids copies
Araq
2015-02-04
1
-7
/
+16
*
fixes #2022
Araq
2015-01-31
1
-2
/
+4
*
fixes #2039
Araq
2015-01-31
1
-3
/
+3
*
Fixes #1642.
Dominik Picheta
2015-01-28
1
-2
/
+6
*
preparations for C++ template support
Araq
2015-01-23
1
-10
/
+13
*
fixes #1833
Araq
2015-01-18
1
-1
/
+2
*
fixes #1915
Araq
2015-01-12
1
-1
/
+3
*
fixes #1181, fixes #1715
Araq
2014-12-16
1
-2
/
+11
*
fixes #1547
Araq
2014-11-27
1
-1
/
+1
[next]