summary refs log tree commit diff stats
path: root/compiler/semdestruct.nim
Commit message (Expand)AuthorAgeFilesLines
* code cleanups for the upcoming reworked destructorsAndreas Rumpf2017-10-121-59/+0
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-6/+7
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-2/+2
* clean up tyMutable remnantsJacek Sieka2016-10-241-1/+1
* clean up tyConst remnantsJacek Sieka2016-10-241-1/+1
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-1/+1
* Fix #4393Clay Sweetser2016-06-181-0/+1
* cleanup destructor building for arrays; still doesn't workAraq2015-08-181-4/+1
* destructors now work with overloaded assignment operators; fixes #2811; fixes...Araq2015-08-051-0/+9
* 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