aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Making as seenfrom reduce types.Martin Odersky2013-11-142-32/+22
* Some configuation parametersMartin Odersky2013-11-147-31/+47
* replace qualifierType by widenIfUnstable.Martin Odersky2013-11-143-4/+7
* Changes to dealiasing and wideningMartin Odersky2013-11-141-36/+72
* Debug measure: Report all errors when they are first issuedMartin Odersky2013-11-141-1/+3
* Make undetVars a set with deterministic traversal order.Martin Odersky2013-11-141-1/+1
* widen if unstable prefixMartin Odersky2013-11-133-5/+16
* Fixing a problem in <:< of named types.Martin Odersky2013-11-131-15/+53
* Bringing underlyingIfRepeated up-to-dateMartin Odersky2013-11-113-3/+5
* Dealias before add to constraint.Martin Odersky2013-11-102-4/+16
* Reporting max constraintMartin Odersky2013-11-103-24/+28
* Fixing Position.contains(NoPosition)Martin Odersky2013-11-091-2/+1
* Fixing inference problem and block scope problemMartin Odersky2013-11-075-19/+17
* Fixing NoPosition leaksMartin Odersky2013-11-072-11/+35
* Adding a size method to SimpleMap.Martin Odersky2013-11-061-0/+8
* Fixing several type checking problems.Martin Odersky2013-11-064-53/+105
* Fixing a typerstate confusion in implicit search.Martin Odersky2013-11-061-1/+1
* Special-casing printing of `_` Idents.Martin Odersky2013-11-061-1/+1
* Avoiding to record constraints of the form P <:< P.Martin Odersky2013-11-062-2/+5
* Changing for-expansion for irrefutable patterns.Martin Odersky2013-11-061-10/+33
* Adding a Scala2x flag.Martin Odersky2013-11-062-0/+4
* Fallback to old treatement of tuples.Martin Odersky2013-11-042-6/+23
* Upgraded handling of positionsMartin Odersky2013-11-046-9/+44
* Added capability to print tree positionsMartin Odersky2013-11-042-0/+3
* Changing the type of pairs to be scala.Tuple2.Martin Odersky2013-11-031-1/+1
* Generalizing the idea of lossless dealiasings to all accumulators and typemaps.Martin Odersky2013-11-032-12/+16
* Fixing a problem in overloading resolution.Martin Odersky2013-11-031-0/+2
* Fixing a bug in TypedTrees.Martin Odersky2013-11-031-1/+1
* Added missing case in allOverriddenSymbolsMartin Odersky2013-11-031-1/+4
* Adding simplification and fixing a variance problem.Martin Odersky2013-11-036-9/+71
* Changed handling of signatures in TermRefs.Martin Odersky2013-11-015-13/+19
* To tweaks to derivedRefinedType for higher-kinded types.Martin Odersky2013-10-312-14/+48
* Fixes to subtyping tests for constrained parameters.Martin Odersky2013-10-311-16/+38
* Limit size of SImpleMapMartin Odersky2013-10-311-1/+3
* Two fixes for implicit searchMartin Odersky2013-10-313-11/+18
* Made mapValues conservativeMartin Odersky2013-10-301-29/+50
* Fixes to type inferenceMartin Odersky2013-10-293-11/+32
* Fixed unpickling of polymorphic constructors.Martin Odersky2013-10-276-14/+45
* Fixing `apply` insertion.Martin Odersky2013-10-271-2/+6
* Forcing less when determining the class symbol(s) of a type.Martin Odersky2013-10-271-0/+6
* Fixed handling of varargsMartin Odersky2013-10-267-39/+45
* Refinement to tree printing of refs.Martin Odersky2013-10-251-3/+8
* Fixed problem in handing of self types.Martin Odersky2013-10-245-16/+22
* Flipping the logic to determine type leaksMartin Odersky2013-10-241-1/+1
* Parsing and desugaring fixes for blocks.Martin Odersky2013-10-243-4/+13
* Fix: Symbols and interpolated strings are term trees.Martin Odersky2013-10-241-2/+2
* Fix: Missing prefixes are considered stable.Martin Odersky2013-10-241-0/+1
* Cleaned up and fixed interpolation of undetermined type variablesMartin Odersky2013-10-242-19/+11
* Added forgfeotten withNewScope when typing value definitions.Martin Odersky2013-10-242-3/+4
* Change in how type variables are printed.Martin Odersky2013-10-241-2/+2