aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove code duplication between Namer, ClassfileParser and UnPicklerDmitry Petrashko2015-03-265-36/+21
* Fix error message in typerDmitry Petrashko2015-03-261-1/+1
* #435 Fix conflict between package object and case class with same nameDmitry Petrashko2015-03-263-3/+5
* Add late companion symbols in firstTransformDmitry Petrashko2015-03-261-2/+14
* Add companion link symbols early only if companion actually existsDmitry Petrashko2015-03-262-17/+48
* Fix installAfter for a Denotation List of single denotationDmitry Petrashko2015-03-261-1/+5
* Add companion class methods for files read from scala & javaDmitry Petrashko2015-03-252-0/+20
* #353 use methods to find companion classDmitry Petrashko2015-03-254-14/+49
* Remove check for duplicates in module val names.Dmitry Petrashko2015-03-231-4/+0
* InterceptedMethods: enable interception of == and !=Guillaume Martres2015-03-231-1/+1
* Have derivedValueClass run at initial stageMartin Odersky2015-03-222-6/+13
* Invalidate companions of classes lifted by FlatMapMartin Odersky2015-03-211-2/+21
* Fix Ycheck printing a lot of error about symbols that don't actually exist.Dmitry Petrashko2015-03-191-1/+1
* Merge pull request #394 from dotty-staging/add/unpicklingDmitry Petrashko2015-03-1873-538/+3823
|\
| * Fixing conflicts between #361 and #394Dmitry Petrashko2015-03-181-1/+1
| * Bringing back fix to TreeMap.transform(ValDef) that was lost during rebaseDmitry Petrashko2015-03-181-1/+1
| * Tweaks to pickle formatMartin Odersky2015-03-186-17/+17
| * Added missing patch to DefaultInit drop.Martin Odersky2015-03-181-1/+0
| * Simplifications to pickled flagsMartin Odersky2015-03-184-32/+27
| * Drop environment from pickled closures.Martin Odersky2015-03-182-9/+9
| * Change to PickleFormatMartin Odersky2015-03-184-8/+6
| * Add support of Shadowed names to TastyPrinterMartin Odersky2015-03-181-0/+1
| * Simplifications to TASTy formatMartin Odersky2015-03-183-19/+14
| * Remove Throw from picklingMartin Odersky2015-03-183-8/+0
| * Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-183-5/+16
| * Homogenize printing of super calls.Martin Odersky2015-03-181-9/+10
| * Homogenize package ids and literalsMartin Odersky2015-03-181-3/+10
| * Further harmonization between typing and unpicklingMartin Odersky2015-03-181-3/+5
| * Drop choice of separator in expanded name.Martin Odersky2015-03-185-14/+17
| * Pickle signatures using qualified names.Martin Odersky2015-03-182-2/+10
| * Harmonize treatment of simplified between typer and unpicklerMartin Odersky2015-03-182-5/+5
| * Fix unpickling parameter aliasesMartin Odersky2015-03-181-3/+7
| * Pickle shadowed namesMartin Odersky2015-03-186-7/+33
| * Rename inheritedName -> shadowedNameMartin Odersky2015-03-184-7/+7
| * Show compilation unit which failed pickling in tests.Martin Odersky2015-03-181-3/+3
| * Fix to pickling literalsMartin Odersky2015-03-181-2/+7
| * Re-org of pickling framework to enter before readMartin Odersky2015-03-184-73/+112
| * Refinements to pickling testing frameworkMartin Odersky2015-03-181-8/+5
| * Don't print implicit for classes in homogenized viewMartin Odersky2015-03-181-1/+2
| * Avoid treating setters as class parameters when picklingMartin Odersky2015-03-181-1/+2
| * Harmonize parameterless constructors between unpickling and namerMartin Odersky2015-03-182-7/+11
| * Deal gracefully with out-of-scope references wehn unpicklingMartin Odersky2015-03-183-5/+38
| * Revert of interpolation decision when generating APPLIEDTYPEsMartin Odersky2015-03-181-1/+1
| * Systematic treatement of homogenized views in printingMartin Odersky2015-03-182-6/+13
| * More fixes to unpicklingMartin Odersky2015-03-183-22/+25
| * Tweak to printing TypevarsMartin Odersky2015-03-181-1/+2
| * Fix tricky problem with re-establishing denotations of selftypesMartin Odersky2015-03-182-8/+31
| * Fix TastyReader#readLongIntMartin Odersky2015-03-181-1/+1
| * Compute PureInterface flag after pickling.Martin Odersky2015-03-186-52/+46
| * More fixes to picklingMartin Odersky2015-03-183-8/+19