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 push warnings for sempass2 (#23603)
ringabout
2024-09-03
1
-2
/
+2
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-8
/
+8
*
fixes #22398; [backport] (#23704)
Andreas Rumpf
2024-06-10
1
-9
/
+13
*
fixes #22672; Destructor not called for result when exception is thrown (#23267)
ringabout
2024-06-06
1
-0
/
+12
*
#Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23...
Juan M Gómez
2024-06-02
1
-6
/
+25
*
[Cpp] Fixes an issue when mixing hooks and calls (#23428)
Juan M Gómez
2024-03-21
1
-1
/
+4
*
fixes #23306 nim cpp -r invalid code generation regression with closure itera...
Juan M Gómez
2024-02-26
1
-2
/
+2
*
Asm syntax pragma (#23119)
ASVIEST
2023-12-25
1
-0
/
+15
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-2
/
+1
*
Ast stmt now saves its ast structure in the compiler (#23053)
ASVIEST
2023-12-12
1
-1
/
+6
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-1
/
+2
*
C++ Adds support for default arg using object construction syntax. Fixes a co...
Juan M Gómez
2023-09-28
1
-1
/
+6
*
fixes #22246; generate __builtin_unreachable hints for case defaults (#22737)
ringabout
2023-09-21
1
-2
/
+5
*
implements RFC: [C++] Constructors as default initializers (#22694)
Juan M Gómez
2023-09-14
1
-6
/
+9
*
`getTemp` and friends now return `TLoc` as requested (#22440)
ringabout
2023-08-10
1
-9
/
+8
*
`initLocExpr` and friends now return `TLoc` (#22434)
ringabout
2023-08-10
1
-49
/
+34
*
use out parameters for getTemp (#22399)
ringabout
2023-08-07
1
-1
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-26
/
+29
*
Revert "fixes #22246; generate `__builtin_unreachable` hints for case default...
ringabout
2023-07-31
1
-5
/
+2
*
fixes #22246; generate `__builtin_unreachable` hints for case defaults (#22350)
ringabout
2023-07-31
1
-2
/
+5
*
implemented 'push quirky' switch for fine grained control over the ex… (#22...
Andreas Rumpf
2023-07-23
1
-3
/
+4
*
fixes #21995: align C++ with C backend behavior for empty raise state… (#21...
heterodoxic
2023-06-07
1
-5
/
+1
*
shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco...
heterodoxic
2023-06-04
1
-3
/
+2
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
1
-8
/
+10
*
actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)
Juan M Gómez
2023-05-24
1
-19
/
+29
*
implements allow byref to work in params #21873 (#21875)
Juan M Gómez
2023-05-21
1
-1
/
+1
*
refactor gettypedesc so it accepts its own kind instead of symkind (#21867)
Juan M Gómez
2023-05-19
1
-1
/
+1
*
potential fix for C++ codegen with ARC/ORC and goto exceptions fixes #21579, ...
heterodoxic
2023-05-19
1
-1
/
+2
*
amends #21690 to fix broken Nim to C++ source line mappings (#21784)
heterodoxic
2023-05-04
1
-35
/
+32
*
improve C/C++ debug output readability (1/N) (#21690)
heterodoxic
2023-04-28
1
-36
/
+39
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-1
/
+1
*
minor codegen bugfix (#21670)
Andreas Rumpf
2023-04-15
1
-1
/
+1
*
fix #18977; disallow change branch of an object variant in ORC (#21526)
ringabout
2023-03-16
1
-1
/
+3
*
fixes #20139; hash types based on its path relative to its package path (#212...
ringabout
2023-03-02
1
-3
/
+3
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-3
/
+7
*
fixes #14444; add `genLineDir` before assignment (#21201)
ringabout
2022-12-29
1
-0
/
+1
*
implements display based subtype checking (6.4x faster without threads; 2.8x ...
ringabout
2022-11-08
1
-15
/
+18
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-91
/
+97
*
support cstring in `case` (#20130)
metagn
2022-09-01
1
-9
/
+28
*
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
[next]