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
*
Fixed noinit pragma for closure variables (#20101)
Yuriy Glukhov
2022-07-28
1
-1
/
+1
*
Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)
rockcavera
2022-07-04
1
-7
/
+12
*
remove noop option `gc:v2` (#19810)
flywind
2022-06-10
1
-1
/
+1
*
fix #19266; allow reassign discriminant field (#19567)
flywind
2022-02-25
1
-1
/
+1
*
nvro don't touch cdecl types [backport: 1.6] (#19461)
flywind
2022-01-28
1
-7
/
+14
*
nimRawSetjmp: support Windows (#19197)
Ștefan Talpalaru
2021-12-10
1
-1
/
+12
*
Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)
Dominik Picheta
2021-10-13
1
-5
/
+0
*
fixes #17085 [backport:1.2] (#17101)
Andreas Rumpf
2021-02-19
1
-2
/
+2
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-14
/
+15
*
continue #15456 add #pragma directives compiler support (#16472)
flywind
2021-01-04
1
-6
/
+13
*
fix #12640 (#15829)
flywind
2020-11-03
1
-1
/
+7
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-2
/
+2
*
const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...
Andreas Rumpf
2020-10-05
1
-2
/
+2
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-4
/
+4
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-1
/
+1
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
fixes #15026 [backport] (#15040)
Andreas Rumpf
2020-07-22
1
-1
/
+1
*
fixes #14925 (#14947)
Andreas Rumpf
2020-07-09
1
-0
/
+4
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-8
/
+16
*
fixes #14240 [backport:1.2] (#14757)
Andreas Rumpf
2020-06-22
1
-8
/
+9
*
fix #14369 (#14386)
cooldome
2020-05-18
1
-0
/
+1
*
fixes #13998 [backport:1.2]
Andreas Rumpf
2020-05-13
1
-1
/
+1
*
fix for asm statement; refs #12650
Araq
2020-04-20
1
-1
/
+1
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
1
-24
/
+7
*
fixes #13782 (#13834)
Andreas Rumpf
2020-04-01
1
-0
/
+3
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
1
-8
/
+173
*
rewritten goto based exception handling; much cleaner implementation;… (#13...
Andreas Rumpf
2020-03-17
1
-22
/
+6
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-27
/
+36
*
fixes #13599 (#13614)
Andreas Rumpf
2020-03-09
1
-1
/
+1
*
fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)
Timothee Cour
2020-02-26
1
-1
/
+1
*
Fixes #13186 (#13188)
slangmgh
2020-01-19
1
-2
/
+4
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+1
*
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
[next]