aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make companion-module links in UnPicklerDmitry Petrashko2015-03-281-1/+6
* Guard against absent symbols in synthesizeCompanionMethod.Dmitry Petrashko2015-03-281-1/+1
* 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-264-4/+6
* 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
* Merge pull request #423 from dotty-staging/silence-val-clashesodersky2015-03-231-4/+0
|\
| * Remove check for duplicates in module val names.Dmitry Petrashko2015-03-231-4/+0
|/
* Merge pull request #422 from smarter/fix/InterceptedMethods-equalsDmitry Petrashko2015-03-231-1/+1
|\
| * InterceptedMethods: enable interception of == and !=Guillaume Martres2015-03-231-1/+1
|/
* Merge pull request #421 from dotty-staging/fix/derivedValueClass-v2odersky2015-03-222-6/+13
|\
| * Have derivedValueClass run at initial stageMartin Odersky2015-03-222-6/+13
|/
* Merge pull request #420 from dotty-staging/fix/restoreScopes-v2Dmitry Petrashko2015-03-211-2/+21
|\
| * Invalidate companions of classes lifted by FlatMapMartin Odersky2015-03-211-2/+21
|/
* Merge pull request #417 from dotty-staging/ycheck-non-existing-symbolsodersky2015-03-191-1/+1
|\
| * 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-18114-639/+4847
|\
| * Fixing conflicts between #361 and #394Dmitry Petrashko2015-03-182-2/+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
| * Pickling test reorgMartin Odersky2015-03-1822-3/+5
| * Remove Throw from picklingMartin Odersky2015-03-183-8/+0
| * Two more tweaks to make pickling invariant under printingMartin Odersky2015-03-184-5/+17
| * Homogenize printing of super calls.Martin Odersky2015-03-181-9/+10
| * Homogenize package ids and literalsMartin Odersky2015-03-182-6/+18
| * 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-183-6/+6
| * Fix unpickling parameter aliasesMartin Odersky2015-03-181-3/+7
| * Pickle shadowed namesMartin Odersky2015-03-187-8/+35
| * 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
| * Add pickling testsMartin Odersky2015-03-181-1/+4
| * Re-org of pickling framework to enter before readMartin Odersky2015-03-184-73/+112
| * Avoid print-types being on by default in testingMartin Odersky2015-03-181-1/+1
| * 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