summary refs log tree commit diff stats
path: root/compiler/semasgn.nim
Commit message (Expand)AuthorAgeFilesLines
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-3/+3
* make Nim compile with older nim versionsAndreas Rumpf2017-12-281-1/+1
* more progress on destructors; removed old destructor based code as it proved ...Araq2017-12-011-4/+10
* deprecated unary '<'Andreas Rumpf2017-10-291-3/+3
* destructors: supportsCopyMem finally works for recursive typesAraq2017-10-261-0/+2
* topttree destructor finally worksAraq2017-10-261-29/+0
* destructors: work in progressAraq2017-10-261-7/+39
* added broken tbintree testAndreas Rumpf2017-10-191-4/+3
* make nested custom seqs workAndreas Rumpf2017-10-191-0/+1
* make destructors more robust against unchecked arraysAndreas Rumpf2017-10-191-1/+1
* destructors: irresponsibly simple tcustomseq test worksAndreas Rumpf2017-10-171-10/+3
* destructors: lift type bound ops to objects and arrays etcAndreas Rumpf2017-10-171-28/+64
* destructors: preparations for upcoming changesAraq2017-10-171-1/+11
* minor refactorings for better destructorsAndreas Rumpf2017-10-141-3/+3
* first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-251-1/+1
* some work to make 'opt' a first class typeAndreas Rumpf2017-09-241-2/+2
* introduce tyInferred for the unbound concept type paramsZahary Karadjov2017-03-241-1/+1
* make tests green againAndreas Rumpf2017-02-241-0/+1
* big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-3/+3
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-3/+3
* clean up tyMutable remnantsJacek Sieka2016-10-241-2/+2
* clean up tyConst remnantsJacek Sieka2016-10-241-2/+2
* clean up tyBigNum remnantsJacek Sieka2016-10-241-2/+2
* remove remnants of tyIterJacek Sieka2016-10-241-1/+2
* fixes #4673Andreas Rumpf2016-09-011-1/+2
* fixes #4371Andreas Rumpf2016-07-081-1/+1
* overloading of '=' worksAraq2015-04-061-0/+1
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-130/+210
* minor todo updateAraq2015-03-231-1/+1
* concept example from the manual now works againAraq2015-03-231-4/+10
* Fix typosFederico Ceratto2015-02-151-1/+1
* nimsuggest improvementsAraq2015-01-301-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* improvements for nimfixAraq2014-09-101-0/+1
* updated the compiler to use the new symbol namesAraq2014-08-281-0/+196