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
> 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169