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
*
fixes #12961 (#13019)
Andreas Rumpf
2020-01-03
1
-9
/
+12
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-24
/
+157
*
fixes #12826
Araq
2019-12-24
1
-2
/
+2
*
Fix #12785 (#12943)
RSDuck
2019-12-21
1
-0
/
+4
*
ARC related bugfixes and refactorings (#12781)
Andreas Rumpf
2019-12-05
1
-3
/
+10
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
1
-12
/
+26
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-174
/
+165
*
--gc:destructors now means Nim uses pure refcounting (#12557)
Andreas Rumpf
2019-10-30
1
-1
/
+1
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-4
/
+4
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-20
/
+20
*
allows access to .compileTime vars at runtime (#12128)
Andreas Rumpf
2019-09-05
1
-11
/
+12
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-26
/
+0
*
only store finally block in exception stack (#11876)
Jacek Sieka
2019-08-28
1
-9
/
+11
*
fixes #11891
Andreas Rumpf
2019-08-10
1
-1
/
+3
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-5
/
+5
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
msgs, ccgstmts: fixes #11572 (#11621)
alaviss
2019-06-30
1
-1
/
+1
*
Warn about object case transitions at compile time (#11378)
genotrance
2019-06-02
1
-0
/
+1
*
fixes #11205
Araq
2019-05-28
1
-1
/
+26
*
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
|
\
[next]