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
/
cgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
C code generator compiles again
Andreas Rumpf
2018-05-12
1
-53
/
+57
*
sem pass compiles again
Andreas Rumpf
2018-05-12
1
-6
/
+4
*
fixes #7743
Andreas Rumpf
2018-05-06
1
-1
/
+1
*
Disable setTerminate when noCppExceptions is defined (#7751)
Emery Hemingway
2018-05-04
1
-1
/
+1
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-4
/
+0
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-6
/
+6
*
Nim namespace for cpp (#7453)
AdrianV
2018-04-15
1
-0
/
+15
*
Cleanups 20180401 (#7458)
Jacek Sieka
2018-04-12
1
-4
/
+1
*
C codegen: preparations for different seq and string implementations
Andreas Rumpf
2018-04-03
1
-5
/
+12
*
make 'memset' calls more robust; refs #7341
Andreas Rumpf
2018-03-16
1
-1
/
+1
*
fixes #7332 (#7341)
andri lim
2018-03-16
1
-1
/
+3
*
genTryCpp to catch by Nim type, ready for first review (#7196)
cooldome
2018-02-12
1
-0
/
+5
*
fixes #6960
Andreas Rumpf
2018-02-11
1
-0
/
+1
*
move new sha1 module into the new 'std' namespace
Andreas Rumpf
2018-02-06
1
-1
/
+1
*
fixes #6961
Andreas Rumpf
2018-02-02
1
-1
/
+1
*
fixes #7129
Andreas Rumpf
2018-01-30
1
-1
/
+0
*
symbol files: introduce more switches for debugging
Andreas Rumpf
2018-01-07
1
-1
/
+0
*
symbol files: do not regenerate method dispatchers for now
Andreas Rumpf
2018-01-04
1
-0
/
+4
*
symbol files: fixes the logic for multi-methods
Araq
2018-01-03
1
-4
/
+4
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-15
/
+27
*
Do not include date in binaries (#6581)
Bernhard M. Wiedemann
2017-11-18
1
-3
/
+4
*
Fix incorrect signature for nimLoadProcs when using cpp backend (#6699)
Kartik Saranathan
2017-11-07
1
-1
/
+1
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
backend preparations for incomplete/forwarded object types
Andreas Rumpf
2017-10-28
1
-5
/
+5
*
No implicit quit for Genode (#6515)
Emery Hemingway
2017-10-25
1
-2
/
+1
*
fixes a codegen bug: in 'result = f(result)' the default initialization for '...
Andreas Rumpf
2017-10-09
1
-1
/
+8
*
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
-38
/
+53
*
introduce OnHeapNew and rename TLoc.s to TLoc.storage
Andreas Rumpf
2017-09-21
1
-6
/
+6
*
improve the debugging experience when line directives are used
Zahary Karadjov
2017-09-04
1
-4
/
+6
*
fixes #6279
Andreas Rumpf
2017-08-29
1
-0
/
+9
*
fixes #5989
Araq
2017-07-17
1
-2
/
+2
*
cgen: #undef some more predefined symbols. (#5831)
Markus F.X.J. Oberhumer
2017-06-13
1
-0
/
+10
*
review and merge zahary's work (#5849)
zah
2017-06-03
1
-5
/
+7
*
a few tiny cleanups (#5712)
Jacek Sieka
2017-05-29
1
-4
/
+0
*
Create correct C protoypes in genMainProc. (#5822)
Markus F.X.J. Oberhumer
2017-05-16
1
-4
/
+4
*
make -d:nimdiff feature more robust
Andreas Rumpf
2017-04-26
1
-2
/
+5
*
support for the Genode OS framework (#5560)
Emery Hemingway
2017-03-31
1
-0
/
+16
*
fixes #5598
Araq
2017-03-23
1
-0
/
+1
*
minor codegen bugfix: don't use names for closures that are also mangled Nim ...
Araq
2017-02-26
1
-1
/
+1
*
fixes #5439
Araq
2017-02-26
1
-4
/
+5
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
1
-14
/
+14
|
\
|
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-14
/
+14
*
|
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-2
/
+2
|
/
*
C++ codegen: emit 'extern C' for importc'ed functions that we declare a proto...
Araq
2017-02-14
1
-4
/
+7
*
name mangling bugfixes; ndi file generation for debugger support
Andreas Rumpf
2017-02-03
1
-1
/
+5
*
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-13
/
+14
*
new name mangling scheme implemented
Andreas Rumpf
2017-02-02
1
-6
/
+7
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-2
/
+3
*
.compile pragma supports patterns and actions
Araq
2017-01-28
1
-31
/
+36
[next]