summary refs log tree commit diff stats
path: root/compiler/ccgstmts.nim
Commit message (Expand)AuthorAgeFilesLines
* `getTemp` and friends now return `TLoc` as requested (#22440)ringabout2023-08-101-9/+8
* `initLocExpr` and friends now return `TLoc` (#22434)ringabout2023-08-101-49/+34
* use out parameters for getTemp (#22399)ringabout2023-08-071-1/+2
* use strictdefs for compiler (#22365)ringabout2023-08-061-26/+29
* Revert "fixes #22246; generate `__builtin_unreachable` hints for case default...ringabout2023-07-311-5/+2
* fixes #22246; generate `__builtin_unreachable` hints for case defaults (#22350)ringabout2023-07-311-2/+5
* implemented 'push quirky' switch for fine grained control over the ex… (#22...Andreas Rumpf2023-07-231-3/+4
* fixes #21995: align C++ with C backend behavior for empty raise state… (#21...heterodoxic2023-06-071-5/+1
* shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco...heterodoxic2023-06-041-3/+2
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-301-8/+10
* actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)Juan M Gómez2023-05-241-19/+29
* implements allow byref to work in params #21873 (#21875)Juan M Gómez2023-05-211-1/+1
* refactor gettypedesc so it accepts its own kind instead of symkind (#21867)Juan M Gómez2023-05-191-1/+1
* potential fix for C++ codegen with ARC/ORC and goto exceptions fixes #21579, ...heterodoxic2023-05-191-1/+2
* amends #21690 to fix broken Nim to C++ source line mappings (#21784)heterodoxic2023-05-041-35/+32
* improve C/C++ debug output readability (1/N) (#21690)heterodoxic2023-04-281-36/+39
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-1/+1
* minor codegen bugfix (#21670)Andreas Rumpf2023-04-151-1/+1
* fix #18977; disallow change branch of an object variant in ORC (#21526)ringabout2023-03-161-1/+3
* fixes #20139; hash types based on its path relative to its package path (#212...ringabout2023-03-021-3/+3
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-3/+7
* fixes #14444; add `genLineDir` before assignment (#21201)ringabout2022-12-291-0/+1
* implements display based subtype checking (6.4x faster without threads; 2.8x ...ringabout2022-11-081-15/+18
* no ropes WIP (#20433)Andreas Rumpf2022-09-271-91/+97
* support cstring in `case` (#20130)metagn2022-09-011-9/+28
* 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