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
*
fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)
Miran
2019-05-21
1
-1
/
+1
*
fixes #11202
Andreas Rumpf
2019-05-14
1
-5
/
+8
*
fixes #11194 (#11242)
Arne Döring
2019-05-14
1
-3
/
+2
*
Fix destructor injections for global variables (#11230)
Clyybber
2019-05-13
1
-0
/
+3
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-3
/
+3
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-2
/
+2
*
revert discardable transformation (#10905)
Andreas Rumpf
2019-04-21
1
-0
/
+9
*
fewer ropes (#11037)
Arne Döring
2019-04-19
1
-6
/
+6
*
Less ropes (#10979)
Arne Döring
2019-04-11
1
-104
/
+177
*
more efficient enumToStr implementation that works without the old typeinfo s...
Andreas Rumpf
2019-04-07
1
-1
/
+4
*
fixes #10943 (#10947)
cooldome
2019-04-05
1
-1
/
+4
*
fixes #10942. Lent T bug (#10946)
cooldome
2019-04-03
1
-7
/
+7
*
fixes #10948 (#10949)
cooldome
2019-04-03
1
-1
/
+1
*
simple program works with --newruntime
Araq
2019-04-02
1
-0
/
+1
*
newruntime: progress
Araq
2019-04-02
1
-1
/
+1
*
fixes #8202 (#10888)
Andreas Rumpf
2019-03-23
1
-1
/
+9
*
improvements on the hot code reloading support (#10892)
Viktor Kirilov
2019-03-23
1
-0
/
+2
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-2
/
+2
*
--newruntime: work in progress
Andreas Rumpf
2019-03-14
1
-1
/
+1
*
fixes dce regression #10703 (#10820)
cooldome
2019-03-12
1
-17
/
+19
*
introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...
Andreas Rumpf
2019-03-05
1
-3
/
+2
*
cgen.nim: code cleanups
Andreas Rumpf
2019-03-04
1
-15
/
+17
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-100
/
+309
*
gc:destructors: add first test program
Andreas Rumpf
2019-02-19
1
-1
/
+3
*
helpers2 now has a real name
Araq
2019-02-07
1
-1
/
+1
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-0
/
+6
*
Fixes #10352 (#10416)
slangmgh
2019-01-28
1
-10
/
+14
*
make DLLs tests compile again; remove dependency on nimbase.h slightly
Araq
2019-01-23
1
-2
/
+16
*
improve the generated code size for --gc:regions
Araq
2019-01-23
1
-1
/
+1
*
Restore compatibility with old vcc versions [backport] (#10415)
LemonBoy
2019-01-22
1
-14
/
+14
*
fixes #10148 (#10149)
cooldome
2018-12-31
1
-13
/
+18
*
Dead code elimination for entire modules and their init procs if empty (#10032)
cooldome
2018-12-30
1
-87
/
+160
*
refs #9880 show index and bound in lots of `index out of bounds` errors
Timothee Cour
2018-12-09
1
-0
/
+2
*
More dead code (#9835)
Jacek Sieka
2018-12-04
1
-2
/
+2
*
IC: further progress
Araq
2018-12-01
1
-1
/
+1
*
compiler: remove unused assignment flags (#9760)
Jacek Sieka
2018-11-21
1
-2
/
+2
*
Simplify cgen forward proc (#9635)
Jacek Sieka
2018-11-07
1
-65
/
+19
*
make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...
Andreas Rumpf
2018-11-07
1
-1
/
+4
*
fixes #5549
Araq
2018-10-30
1
-15
/
+16
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-5
/
+8
*
gogc: GCC-8.2.0 compatibility and other improvements (#9211)
Ștefan Talpalaru
2018-10-11
1
-2
/
+6
*
Fix wrong heuristic in codegen (#9293)
LemonBoy
2018-10-11
1
-1
/
+7
*
Fixes #9154 (#9193)
manterolat
2018-10-10
1
-0
/
+3
*
Make the registered passes local to the ModuleGraph (#9259)
LemonBoy
2018-10-09
1
-1
/
+1
*
fixes #9222 (#9224)
cooldome
2018-10-09
1
-1
/
+6
*
Merge pull request #8983 from cooldome/codegen_crash
Andreas Rumpf
2018-09-18
1
-1
/
+1
|
\
|
*
Fixes 8979
Andrii Riabushenko
2018-09-16
1
-1
/
+1
*
|
Removed optUseNimNamespace, removed useless nil check
Giovanni
2018-09-16
1
-7
/
+7
*
|
improve the compiler option "cppCompileToNamespace", a custom namespace can n...
Giovanni
2018-09-15
1
-7
/
+12
*
|
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-17
/
+18
|
/
[next]