summary refs log tree commit diff stats
path: root/compiler/semdestruct.nim
Commit message (Collapse)AuthorAgeFilesLines
* cleanup destructor building for arrays; still doesn't workAraq2015-08-181-4/+1
|
* destructors now work with overloaded assignment operators; fixes #2811; ↵Araq2015-08-051-0/+9
| | | | fixes #1632
* 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