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
*
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
*
Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)
Clyybber
2021-02-15
1
-98
/
+98
*
ARC: Analysis in one pass v2 (#17000)
Clyybber
2021-02-10
1
-98
/
+98
*
Revert "ARC Analysis in one pass (#16849)" (#16984)
Clyybber
2021-02-09
1
-89
/
+95
*
ARC Analysis in one pass (#16849)
Clyybber
2021-02-09
1
-95
/
+89
*
Finer analysis for array access (#16787)
Clyybber
2021-01-24
1
-2
/
+2
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-8
/
+8
*
Part-to-whole optimization (#16775)
Clyybber
2021-01-21
1
-15
/
+16
*
Reboot of #16195 (#16746)
Clyybber
2021-01-20
1
-58
/
+85
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-3
/
+3
*
Revert "fix #16185 (#16195)" (#16197)
Andreas Rumpf
2020-11-30
1
-60
/
+59
*
fix #16185 (#16195)
cooldome
2020-11-30
1
-59
/
+60
*
fixes #15076 (#16143)
Andreas Rumpf
2020-11-26
1
-3
/
+5
*
ORC: prepare for another patent-pending optimization (#15996)
Andreas Rumpf
2020-11-18
1
-2
/
+47
*
fix #15609 (#15856)
cooldome
2020-11-05
1
-10
/
+9
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-13
/
+14
*
renamed '=' to '=copy' [backport:1.2] (#15585)
Andreas Rumpf
2020-10-15
1
-2
/
+2
*
fixes #15511 (#15524)
Andreas Rumpf
2020-10-08
1
-1
/
+3
*
fixes #15512 (#15521)
Andreas Rumpf
2020-10-08
1
-1
/
+13
*
Revert "fix #15035 (#15236)" (#15408)
cooldome
2020-09-24
1
-3
/
+2
*
Revert "Introduce explicit copy (#15330)" (#15346)
Andreas Rumpf
2020-09-16
1
-1
/
+1
*
Introduce explicit copy (#15330)
cooldome
2020-09-16
1
-1
/
+1
*
fixes #15325 (#15340)
Andreas Rumpf
2020-09-16
1
-1
/
+2
[next]