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
*
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
*
fixes #837
Araq
2014-11-21
1
-8
/
+24
*
fixes #1053, fixes #924
Araq
2014-11-19
1
-7
/
+9
*
fixes #1274
Araq
2014-11-18
1
-1
/
+1
*
fixes #1548
Araq
2014-11-17
1
-3
/
+4
*
fixes #1181
Araq
2014-11-13
1
-28
/
+32
*
fixes #1593
Araq
2014-11-12
1
-2
/
+12
*
implemented mixed mode codegen
Araq
2014-10-03
1
-19
/
+19
*
implemented 'guard' annotation
Araq
2014-09-21
1
-3
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-4
/
+4
*
fixes #1434
Araq
2014-08-14
1
-1
/
+0
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-08-08
1
-0
/
+1
|
\
|
*
Also include string.h for strlen for C backend
def
2014-08-08
1
-1
/
+1
|
*
Include string.h for strlen with cpp backend
def
2014-08-07
1
-0
/
+1
*
|
'parallel' statement works again
Araq
2014-08-08
1
-1
/
+3
|
/
*
some bugfixes for 'deepCopy'
Araq
2014-08-06
1
-5
/
+6
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-08-05
1
-3
/
+3
|
\
|
*
Fix #1392
Flaviu Tamas
2014-07-22
1
-3
/
+3
*
|
added debug output (but not active)
Araq
2014-08-05
1
-0
/
+1
[next]