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
/
injectdestructors.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix cyclic node flag getting added to sink call [backport:2.0] (#24194)
metagn
2024-09-29
1
-9
/
+10
*
fixes `cast` expressions introduces unnecessary copies (#24004)
ringabout
2024-08-23
1
-1
/
+4
*
fixes #23907; Double destroy using proc type alias with a sink (#23909)
ringabout
2024-08-11
1
-1
/
+2
*
fixes #23775; injectdestructors now handles discardable statements (#23780)
ringabout
2024-07-02
1
-2
/
+2
*
fixes #20048; fixes #15746; don't sink object fields if it's of openarray typ...
ringabout
2024-06-15
1
-1
/
+2
*
fixes #23524; global variables cannot be analysed when injecting `move` (#23529)
ringabout
2024-04-24
1
-3
/
+3
*
fixes #23505; fixes injectdestructors errors on transformed addr (deref) refs...
ringabout
2024-04-18
1
-1
/
+4
*
fixes #23440; fixes destruction for temporary object subclass (#23452)
ringabout
2024-04-05
1
-3
/
+13
*
chore: fix some typos (#23412)
soonsouth
2024-03-16
1
-1
/
+1
*
fixes sink regression for ORC; ref #23354 (#23359)
ringabout
2024-03-03
1
-1
/
+2
*
fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341)
ringabout
2024-02-24
1
-9
/
+10
*
fixes #23247; don't destroy openarray since it doesn't own the data (#23254)
ringabout
2024-01-26
1
-2
/
+7
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-2
/
+2
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-2
/
+2
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
1
-0
/
+2
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-1
/
+1
*
fixes #22866; fixes #19998; ensure destruction for Object construction with c...
ringabout
2023-11-02
1
-1
/
+3
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
Fix #21722 (#22512)
SirOlaf
2023-08-19
1
-6
/
+8
*
fixes #22357; don't sink elements of var tuple cursors (#22486)
ringabout
2023-08-16
1
-1
/
+3
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+5
*
fix set op related to {sfGlobal, sfPure} (#22393)
Bung
2023-08-06
1
-1
/
+1
*
fix #15005; [ARC] Global variable declared in a block is destroyed too… (#2...
Bung
2023-08-06
1
-1
/
+2
*
implement `ensureMove` (#22339)
ringabout
2023-07-29
1
-3
/
+38
*
fixes #22132; hoisted openArray params result in erroneous code (#22224)
ringabout
2023-07-05
1
-1
/
+4
*
allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...
ringabout
2023-06-21
1
-2
/
+6
*
fixes #22058; invalid free with {.noSideEffect.} in template (#22088)
ringabout
2023-06-13
1
-20
/
+19
*
fixes overriden typo (#22044)
ringabout
2023-06-08
1
-2
/
+2
*
infer error for `=dup` if there is a custom `=copy` error hook (#22004)
ringabout
2023-06-05
1
-1
/
+10
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
1
-11
/
+7
*
fixes #21974; fixes sameConstant fieldDefect (#21981)
ringabout
2023-06-01
1
-1
/
+1
*
improve `wasMoved` hooks; allow reset to use the overridden `wasMoved` hook (...
ringabout
2023-05-12
1
-1
/
+1
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
1
-1
/
+3
*
bring #21802 back; fixes #21753 [backport] (#21815)
ringabout
2023-05-11
1
-2
/
+2
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-4
/
+4
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
1
-5
/
+22
*
fixes #21703; moveOrCopy should consider when vm (#21721)
ringabout
2023-04-24
1
-1
/
+2
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-3
/
+3
*
fixes #20993 [backport:1.6] (#21574)
Andreas Rumpf
2023-03-28
1
-16
/
+33
*
fix #18977; disallow change branch of an object variant in ORC (#21526)
ringabout
2023-03-16
1
-12
/
+33
*
fixes #20139; hash types based on its path relative to its package path (#212...
ringabout
2023-03-02
1
-1
/
+1
*
fixes #19291; implements `wasMoved` hook (#21303)
ringabout
2023-03-02
1
-5
/
+12
*
Dont produce initing moves for sfNoInit variables in closure env (#21026)
Yuriy Glukhov
2022-12-05
1
-1
/
+4
*
Arc global (#20768)
Bung
2022-11-06
1
-1
/
+1
*
Revert "fix arc global variable issues" (#20764)
ringabout
2022-11-05
1
-5
/
+2
*
fix arc global variable issues (#20759)
Bung
2022-11-05
1
-2
/
+5
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-37
/
+47
*
cleanup nfFirstWrite flags (#20500)
Andreas Rumpf
2022-10-05
1
-1
/
+1
*
[ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...
ringabout
2022-10-03
1
-12
/
+17
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
1
-197
/
+136
[next]