summary refs log tree commit diff stats
path: root/tests/arc/tarc_orc.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #21987; don't create type bound ops for anything in a function with a ↵ringabout2023-06-041-0/+48
| | | | | | | `nodestroy` pragma (#21992) * fixes #21987; don't create type bound ops for anything in a function with a `nodestroy` pragma * add a comment
* fixes #21974; fixes sameConstant fieldDefect (#21981)ringabout2023-06-011-0/+30
| | | | | * fixes #21974; fixes sameConstant fieldDefect * add a test case
* close #19990; adds a test case (#21853)ringabout2023-05-151-0/+14
|
* closes #11267; closes #11259; closes #11085; add testcases (#20505)ringabout2022-10-061-0/+12
| | | | | | | * closes #11267; add testcase * closes #11259 * closes #11085
* fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport]ringabout2022-09-081-0/+13
| | | fixes #20303; wasMoved expressions with side effects
* don't use a temp for addr [backport: 1.6] (#19503)flywind2022-02-081-0/+22
* don't use a temp for addr fix #19497 * Update compiler/ccgcalls.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * add a test Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
11:58 -0500 committer Drew DeVault <sir@cmpwn.com> 2018-02-17 20:11:58 -0500 Add borders widget' href='/akspecs/aerc/commit/ui/borders.go?h=0.2.0&id=f0791d4ba720c4cfa1d3f90c99296584aa878cd9'>f0791d4 ^
80e891a ^
f0791d4 ^


80e891a ^
f0791d4 ^




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
73