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
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-17
/
+18
*
optimize away genericReset for result assignment; refs #8745
Araq
2018-08-27
1
-3
/
+112
*
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-14
/
+20
|
\
|
*
Fixes 8535 (#8591)
LemonBoy
2018-08-17
1
-14
/
+20
*
|
--gc:destructors: next steps; WIP
Andreas Rumpf
2018-07-21
1
-1
/
+3
*
|
fix merge conflict
Andreas Rumpf
2018-07-18
1
-10
/
+4
|
\
|
|
*
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
*
|
WIP: strings/seqs based on destructors
Andreas Rumpf
2018-07-17
1
-1
/
+4
*
|
more progress on destructor based strings
Andreas Rumpf
2018-07-13
1
-5
/
+11
|
/
*
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
[next]