aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Making namedPartsWith more robust.Martin Odersky2014-01-032-3/+7
* Don't print module class suffix in refined printer.Martin Odersky2014-01-031-6/+3
* Drop module class suffix when looking for class with enclosing name.Martin Odersky2014-01-031-6/+10
* Making printing configurable.Martin Odersky2014-01-037-37/+60
* safeUnderlyingTypeParams now forces uncompleted symbols.Martin Odersky2014-01-033-13/+11
* Fixing a type problem where code does not compile under dotty.Martin Odersky2014-01-022-2/+5
* Tweak to isFullyDefinedMartin Odersky2014-01-021-2/+14
* Some cleanups.Martin Odersky2014-01-023-3/+5
* Taking a fully-defined result type into account when forming a closure.Martin Odersky2014-01-022-5/+5
* Fixing a problem with isFullyDefinedMartin Odersky2014-01-021-4/+6
* Fixing problems with wrong ownerMartin Odersky2014-01-021-6/+10
* Propagating fully defined result types into closures.Martin Odersky2014-01-021-6/+10
* Making Desugar.scala dotty-conform.Martin Odersky2014-01-021-2/+4
* Ensuring that contexts do not have NoSymbol as owner.Martin Odersky2014-01-022-4/+8
* Avoiding a crash in denot-union.Martin Odersky2014-01-021-1/+1
* Avoiding converting with a view to a TypeVarMartin Odersky2014-01-021-1/+1
* Better error message for accessibility errors.Martin Odersky2014-01-021-3/+3
* More precise widening of types referring to a block-local.Martin Odersky2014-01-014-23/+24
* Constraints need to be ignored when forming lubs and glbs of constrained oara...Martin Odersky2014-01-011-3/+18
* Reverting a change in `tpd` that would no longer be type-correct under dotty ...Martin Odersky2014-01-013-2/+12
* Revert "Reverting a change in `tpd` that would no longer be type-correct unde...Martin Odersky2014-01-011-1/+1
* Better assertions and diagnostics in TypeComparers.Martin Odersky2013-12-311-4/+6
* Reverting a change in `tpd` that would no longer be type-correct under dotty ...Martin Odersky2013-12-311-1/+1
* Check that constraints are not cyclic, and avoid cycles when replacing parame...Martin Odersky2013-12-313-16/+58
* Avoiding search for companion module if class in question is anonymous.Martin Odersky2013-12-311-1/+1
* Combining AndType, OrType into common Trait.Martin Odersky2013-12-311-2/+7
* Adding dotty.Predef to root importsMartin Odersky2013-12-313-11/+16
* Adding a prototype of the right-hand side of default-getters.Martin Odersky2013-12-312-8/+54
* Fixing the type of a named self reference.Martin Odersky2013-12-313-3/+15
* Upgrades to handle subtyping between parameterized and higher-kinded types.Martin Odersky2013-12-313-10/+33
* Adding a new case to subtype tests.Martin Odersky2013-12-291-8/+19
* Tightening of position handlngMartin Odersky2013-12-295-6/+15
* Avoiding an idiom which is not supported by dotty.Martin Odersky2013-12-291-1/+1
* Fixing a problem where constrictors forgot that parameters are implicit.Martin Odersky2013-12-281-1/+1
* New version of eta-expansion.Martin Odersky2013-12-284-38/+93
* Fixing off-by-one error for SourcePosition#lineMartin Odersky2013-12-271-1/+1
* Avoiding redundant tuple formations.Martin Odersky2013-12-272-1/+17
* Fix to blockType for automatic widening.Martin Odersky2013-12-261-3/+21
* Module classes are now entered into owner's scope when unpickled.Martin Odersky2013-12-261-1/+1
* Fixing unpickling of refinements.Martin Odersky2013-12-262-3/+10
* Fixing a bug which arose for class denotations that were absent.Martin Odersky2013-12-251-0/+1
* Avoiding auto-unit insertion.Martin Odersky2013-12-253-4/+4
* New testMartin Odersky2013-12-251-1/+1
* Small tweak to LRU-cache.Martin Odersky2013-12-251-1/+2
* Fix for caching of denotsNamed.Martin Odersky2013-12-251-3/+10
* Fix to computeNPMembersNamed.Martin Odersky2013-12-252-4/+9
* Making the name of self visible inside a class.Martin Odersky2013-12-251-1/+7
* Fix for denotsNamed.Martin Odersky2013-12-252-3/+3
* Fix bug in uninstantiatedTypeParamsMartin Odersky2013-12-251-1/+1
* Classdefs print their scopes under -verboseMartin Odersky2013-12-251-1/+2