summary refs log tree commit diff stats
path: root/compiler/semdestruct.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-281-16/+17
* Fix typosFederico Ceratto2015-02-151-1/+1
* Nimrod renamed to NimAraq2014-08-281-1/+1
* progress on deepCopyAraq2014-08-011-2/+1
* handle nested case objects in destructor generationZahary Karadjov2014-02-151-36/+31
* disable internalError so that nimbuild compiles againAraq2014-01-251-1/+4
* fixed #597Zahary Karadjov2014-01-021-27/+53
* case consistency part 4Araq2013-12-271-5/+5
* case consistency part 1Araq2013-12-271-3/+3
* get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-1/+1
* completed expr/stmt unificationAraq2013-05-031-0/+213
re>
daa4853 ^


50c1520 ^





579c0be ^




0daa948 ^



daa4853 ^



69217dd ^
daa4853 ^
1e0e919 ^


4d7c4f5 ^

daa4853 ^
86b7c42 ^

daa4853 ^













1e0e919 ^



daa4853 ^

86b7c42 ^
c5cf0e1 ^
86b7c42 ^
daa4853 ^
c5cf0e1 ^
daa4853 ^



c5cf0e1 ^
50c1520 ^
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96