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
*
Small cleanup (#11185)
Andreas Rumpf
2019-05-08
1
-10
/
+10
|
\
|
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-8
/
+8
|
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-2
/
+2
*
|
no 'defers' in my backend
Araq
2019-05-08
1
-16
/
+15
*
|
cleanup (#11192)
Jasper Jenkins
2019-05-07
1
-2
/
+0
|
/
*
Fixes for ptr array deref codegen (#11191)
Jasper Jenkins
2019-05-07
1
-37
/
+12
*
newruntime: make 'discard new RootObj' work
Araq
2019-04-26
1
-2
/
+3
*
fixes #11082
Andreas Rumpf
2019-04-23
1
-3
/
+5
*
fewer ropes (#11037)
Arne Döring
2019-04-19
1
-2
/
+2
*
Less ropes (#10979)
Arne Döring
2019-04-11
1
-52
/
+53
*
newruntime: raising an exception works but currently leaks memory because cur...
Araq
2019-04-10
1
-0
/
+2
*
don't emit an implicit try finally when in system.nim in order to prevent end...
Araq
2019-04-09
1
-1
/
+2
*
Add OpenMP overload with stepping (#10891)
Mamy Ratsimbazafy
2019-03-22
1
-5
/
+15
*
--newruntime: progress
Andreas Rumpf
2019-03-14
1
-0
/
+1
*
--newruntime: work in progress
Andreas Rumpf
2019-03-14
1
-2
/
+6
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-10
/
+74
*
Merge branch 'devel' into araq-quirky-exceptions
Andreas Rumpf
2019-02-08
1
-4
/
+5
|
\
|
*
Fix codegen when debugger is enabled (#10595)
LemonBoy
2019-02-07
1
-4
/
+5
*
|
--define:nimQuirky exception handling for Nim; in preparation of a blog post
Andreas Rumpf
2019-01-03
1
-23
/
+35
|
/
*
megatest can be executed
Arne Döring
2018-12-11
1
-1
/
+2
*
Fixes 9716 [backport] (#9790)
Yuriy Glukhov
2018-11-24
1
-4
/
+6
*
undo try break
Arne Döring
2018-10-30
1
-4
/
+5
*
fixes #5549
Arne Döring
2018-10-30
1
-9
/
+9
*
Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)
cooldome
2018-10-28
1
-2
/
+4
*
Openmp parallel iterator improvements (#9493)
Mamy Ratsimbazafy
2018-10-25
1
-1
/
+1
*
fixes #9276 (#9317)
Arne Döring
2018-10-24
1
-31
/
+52
*
fixes #9297 (#9298)
cooldome
2018-10-11
1
-1
/
+1
*
compiler: minor documentation improvement
Araq
2018-10-01
1
-1
/
+1
*
fixes #9076
Araq
2018-09-26
1
-1
/
+1
*
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-2
/
+10
|
\
|
*
Fixes 8535 (#8591)
LemonBoy
2018-08-17
1
-1
/
+9
|
*
Fixes 8616 (#8617)
LemonBoy
2018-08-12
1
-1
/
+1
*
|
fix merge conflict
Andreas Rumpf
2018-07-18
1
-0
/
+4
|
\
|
|
*
fix #7405 and #8195 (#8198)
Timothee Cour
2018-07-16
1
-0
/
+4
*
|
refactorings in preparations for the new runtime
Andreas Rumpf
2018-07-10
1
-1
/
+1
|
/
*
code cleanup: remove newScopeForIf switch
Andreas Rumpf
2018-07-04
1
-2
/
+1
*
Reject enums with holes when computedGoto is used (#8132)
LemonBoy
2018-06-27
1
-0
/
+3
*
fixes #8076
Araq
2018-06-20
1
-10
/
+11
*
fixex merge conflicts
Araq
2018-06-08
1
-44
/
+52
|
\
|
*
Fixes #7982
Yuriy Glukhov
2018-06-07
1
-4
/
+9
|
*
Merge branch 'devel' into yield-in-try
Yuriy Glukhov
2018-05-15
1
-28
/
+25
|
|
\
|
*
|
Fixed codegen (added blockLeaveActions) to closure iters
Yuriy Glukhov
2018-05-09
1
-35
/
+38
|
*
|
Closure iter transformation
Yuriy Glukhov
2018-05-09
1
-5
/
+5
*
|
|
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-12
/
+12
*
|
|
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
|
|
extccomp: no globals anymore
Araq
2018-05-16
1
-7
/
+7
|
|
/
|
/
|
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-7
/
+7
*
|
C code generator compiles again
Andreas Rumpf
2018-05-12
1
-21
/
+18
|
/
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-16
/
+2
*
Cleanups 20180401 (#7458)
Jacek Sieka
2018-04-12
1
-36
/
+34
[next]