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
*
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
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-3
/
+3
*
fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport]
ringabout
2022-09-08
1
-2
/
+25
*
fixes the regressions caused by the fix for #20107 [backport] (#20287)
Andreas Rumpf
2022-08-31
1
-1
/
+1
*
removed caching logic; saves 400MB for an ORC booting compiler (#19989)
Andreas Rumpf
2022-07-09
1
-8
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fixes #18570 (#18599)
Andreas Rumpf
2021-07-27
1
-2
/
+3
*
fixes #18469 (#18544)
Andreas Rumpf
2021-07-20
1
-5
/
+20
*
fixes #18130 (#18407)
Andreas Rumpf
2021-07-01
1
-1
/
+1
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-4
/
+2
*
real bugfix for #17170 (#18171)
Andreas Rumpf
2021-06-04
1
-0
/
+2
*
Rework DFA traversal (#18016)
Clyybber
2021-05-16
1
-118
/
+108
*
Fixes #17450 (#17477)
Clyybber
2021-03-23
1
-0
/
+1
*
Revert "Fixes #17450 (#17474)" (#17476)
Clyybber
2021-03-23
1
-1
/
+0
*
Fixes #17450 (#17474)
Clyybber
2021-03-23
1
-0
/
+1
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-4
/
+4
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-2
/
+2
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-1
/
+2
*
Fix #16437 (#17277)
Clyybber
2021-03-06
1
-20
/
+22
*
Split last read and first write analysis (#17137)
Clyybber
2021-02-21
1
-20
/
+42
*
ARC Analysis in one pass v3 (#17068)
Clyybber
2021-02-17
1
-98
/
+103
[next]