summary refs log tree commit diff stats
path: root/compiler/ccgstmts.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixed noinit pragma for closure variables (#20101)Yuriy Glukhov2022-07-281-1/+1
* Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)rockcavera2022-07-041-7/+12
* remove noop option `gc:v2` (#19810)flywind2022-06-101-1/+1
* fix #19266; allow reassign discriminant field (#19567)flywind2022-02-251-1/+1
* nvro don't touch cdecl types [backport: 1.6] (#19461)flywind2022-01-281-7/+14
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-101-1/+12
* Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)Dominik Picheta2021-10-131-5/+0
* fixes #17085 [backport:1.2] (#17101)Andreas Rumpf2021-02-191-2/+2
* IC: next steps (#16729)Andreas Rumpf2021-01-231-14/+15
* continue #15456 add #pragma directives compiler support (#16472)flywind2021-01-041-6/+13
* fix #12640 (#15829)flywind2020-11-031-1/+7
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-2/+2
* const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...Andreas Rumpf2020-10-051-2/+2
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-4/+4
* borrow checking (#15282)Andreas Rumpf2020-09-091-1/+1
* Big compiler Cleanup (#14777)Clyybber2020-08-281-1/+1
* fixes #15026 [backport] (#15040)Andreas Rumpf2020-07-221-1/+1
* fixes #14925 (#14947)Andreas Rumpf2020-07-091-0/+4
* scoped memory management (#14790)Andreas Rumpf2020-07-041-8/+16
* fixes #14240 [backport:1.2] (#14757)Andreas Rumpf2020-06-221-8/+9
* fix #14369 (#14386)cooldome2020-05-181-0/+1
* fixes #13998 [backport:1.2]Andreas Rumpf2020-05-131-1/+1
* fix for asm statement; refs #12650Araq2020-04-201-1/+1
* Implements RFCs #209 (#13995)cooldome2020-04-161-24/+7
* fixes #13782 (#13834)Andreas Rumpf2020-04-011-0/+3
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-8/+173
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-171-22/+6
* catchable defects (#13626)Andreas Rumpf2020-03-121-27/+36
* fixes #13599 (#13614)Andreas Rumpf2020-03-091-1/+1
* fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)Timothee Cour2020-02-261-1/+1
* Fixes #13186 (#13188)slangmgh2020-01-191-2/+4
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-1/+1
* fixes #12961 (#13019)Andreas Rumpf2020-01-031-9/+12
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-24/+157
* fixes #12826Araq2019-12-241-2/+2
* Fix #12785 (#12943)RSDuck2019-12-211-0/+4
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-051-3/+10
* better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)Andreas Rumpf2019-12-051-12/+26
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-174/+165
* --gc:destructors now means Nim uses pure refcounting (#12557)Andreas Rumpf2019-10-301-1/+1
* refactoring: --newruntime consists of 3 different switchesAraq2019-10-201-4/+4
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-20/+20
* allows access to .compileTime vars at runtime (#12128)Andreas Rumpf2019-09-051-11/+12
* Remove ENDB (#12095)Clyybber2019-08-311-26/+0
* only store finally block in exception stack (#11876)Jacek Sieka2019-08-281-9/+11
* fixes #11891Andreas Rumpf2019-08-101-1/+3
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-5/+5
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-1/+1
* msgs, ccgstmts: fixes #11572 (#11621)alaviss2019-06-301-1/+1