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
/
ccgstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
make nnkGotoState and labels more flexible
Andreas Rumpf
2017-10-15
1
-5
/
+11
*
allow macros to produce nnkGotoState and nkState
Andreas Rumpf
2017-10-09
1
-1
/
+4
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
refactoring: TLoc knows the node it originated from; it is planned to use thi...
Andreas Rumpf
2017-09-21
1
-11
/
+13
*
introduce OnHeapNew and rename TLoc.s to TLoc.storage
Andreas Rumpf
2017-09-21
1
-1
/
+1
*
closures have an object type field so that we can perform correct deepCopy() ...
Andreas Rumpf
2017-07-22
1
-3
/
+3
*
a few tiny cleanups (#5712)
Jacek Sieka
2017-05-29
1
-8
/
+7
*
Consider optNoCppExceptions in blockLeaveActions (#5801)
Ruslan Mustakov
2017-05-11
1
-2
/
+2
*
minor codegen bugfix: don't use names for closures that are also mangled Nim ...
Araq
2017-02-26
1
-1
/
+1
*
fixes #5417
Andreas Rumpf
2017-02-24
1
-1
/
+1
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-1
/
+1
*
fixes #5400
Araq
2017-02-16
1
-2
/
+5
*
name mangling bugfixes; ndi file generation for debugger support
Andreas Rumpf
2017-02-03
1
-1
/
+1
*
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-17
/
+17
*
template+emit supports volatileRead and volatileWrite ops
Andreas Rumpf
2017-01-23
1
-0
/
+2
*
Merge branch 'devel' into sighashes
Araq
2016-12-17
1
-1
/
+5
|
\
|
*
reworked emit pragma; fixes #4730
Andreas Rumpf
2016-12-17
1
-1
/
+5
*
|
refactoring: C codegen with fewer global variables
Araq
2016-12-05
1
-9
/
+5
*
|
sighashes: make more tests green
Araq
2016-11-29
1
-1
/
+1
*
|
C codegen: first version of signature hashing for better incremental builds
Araq
2016-11-08
1
-1
/
+1
|
/
*
fixes #4721
Andreas Rumpf
2016-09-07
1
-5
/
+19
*
C++ backend: use .noInit pragma for non-public default constructors; refs #4687
Andreas Rumpf
2016-09-04
1
-0
/
+1
*
Merge pull request #4592 from arnetheduck/compiler-cleanup
Andreas Rumpf
2016-08-25
1
-12
/
+0
|
\
|
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-12
/
+0
*
|
fixed #4459 -- VS2010 error C2275
andri lim
2016-08-13
1
-1
/
+1
|
/
*
remove sfFakeConst
Jacek Sieka
2016-07-30
1
-2
/
+0
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-1
/
+1
*
C code generation now deterministic; fixes #4364
Andreas Rumpf
2016-06-22
1
-2
/
+2
*
Fixed rethrowing not to generate C++ throw with noCppExceptions switch
Ruslan Mustakov
2016-06-14
1
-1
/
+1
*
GC with primitive MS
Andreas Rumpf
2016-05-16
1
-1
/
+1
*
fixes #3992
Andreas Rumpf
2016-05-11
1
-0
/
+2
*
Fixed try statement generation with --noCppExceptions switch
Ruslan Mustakov
2016-02-29
1
-2
/
+4
*
fixes #603
Andreas Rumpf
2016-01-06
1
-2
/
+2
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
--gc:v2 requires global root tracking
Araq
2015-12-01
1
-1
/
+1
*
Fixed --debugger:on option. Removed c_line from termios.
Yuriy Glukhov
2015-08-12
1
-2
/
+2
*
fixes #2963
Araq
2015-07-22
1
-1
/
+4
*
added /*INCLUDESECTION*/ section for .emit pragma
Araq
2015-06-29
1
-2
/
+4
*
fixes #1888
Araq
2015-04-27
1
-15
/
+13
*
fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...
Araq
2015-04-25
1
-2
/
+2
*
fixes #2335
Araq
2015-04-24
1
-2
/
+9
*
implements .goto support for variables
Araq
2015-04-19
1
-3
/
+30
*
Get rid of deprecation warnings
def
2015-04-07
1
-72
/
+71
*
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
1
-2
/
+2
*
codegen doesn't produce line tracing commands anymore; fixes #1344
Araq
2015-03-21
1
-1
/
+2
*
'constructor' pragma for C++ support
Araq
2015-03-18
1
-3
/
+15
*
don't generate memset calls for C++ objects
Araq
2015-03-18
1
-112
/
+115
*
fixes #2199, fixes #2197
Araq
2015-02-24
1
-1
/
+2
*
fixes #2121
Araq
2015-02-14
1
-1
/
+1
*
tables work in 'const' sections; echo supports 'nil' strings; minor cleanups
Araq
2015-02-09
1
-9
/
+0
[next]