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
*
Fix #8345 (#8350)
Aaron Levine
2018-07-18
1
-0
/
+1
*
Don't depend on string.h in codegen (#8299)
Yuriy Glukhov
2018-07-13
1
-10
/
+3
*
Generate dynlib strings as a single rope (#8247)
LemonBoy
2018-07-08
1
-1
/
+3
*
codgen refactoring: prepare for alternative string/seq implementations
Andreas Rumpf
2018-06-29
1
-3
/
+6
*
Don't consider concept types as non-complex during codegen (#8119)
LemonBoy
2018-06-27
1
-1
/
+1
*
Fixes #6803
Yuriy Glukhov
2018-06-11
1
-13
/
+8
*
fixes merge conflict
Andreas Rumpf
2018-06-11
1
-2
/
+8
|
\
|
*
Native access to Genode environment
Emery Hemingway
2018-06-07
1
-2
/
+8
*
|
fixed merge conflict
Andreas Rumpf
2018-06-04
1
-1
/
+1
|
\
|
|
*
Support multi byte characters in module names (#7916)
Oscar NihlgÄrd
2018-05-31
1
-1
/
+1
*
|
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-7
/
+8
*
|
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-10
/
+7
*
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-4
/
+4
*
|
Merge branch 'devel' into araq-big-refactoring
Andreas Rumpf
2018-05-21
1
-4
/
+4
|
\
|
|
*
Allow better optimisations by removing NOINLINE from module init procs
Yuriy Glukhov
2018-05-16
1
-4
/
+4
*
|
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-43
/
+44
*
|
compiler/ropes.nim has no global error handler anymore
Andreas Rumpf
2018-05-17
1
-6
/
+12
*
|
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-10
/
+10
*
|
extccomp: no globals anymore
Araq
2018-05-16
1
-6
/
+6
|
/
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-51
/
+51
*
move more globals into the config object
Andreas Rumpf
2018-05-13
1
-3
/
+3
*
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
[next]