summary refs log tree commit diff stats
path: root/compiler/isolation_check.nim
Commit message (Expand)AuthorAgeFilesLines
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
* fixes #19013 [backport:1.6] (#19111)Andreas Rumpf2021-11-091-1/+16
* fixes #18326 (#18335)Andreas Rumpf2021-06-231-2/+2
* potential fix for semgeneric formal params (#17494)Saem Ghani2021-03-241-0/+3
* [isolation]fix empty ref object bug (#17471)flywind2021-03-241-2/+6
* canAlias improvement (#15773)cooldome2020-10-301-2/+11
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-1/+1
* compiler: minor code cleanupsAraq2020-07-271-1/+1
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-251-1/+1
* 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-201-0/+117
a88280681acdab047bd11a9ba77d97d6a0b72'>a73a882 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72