aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding a Scala2x flag.Martin Odersky2013-11-062-0/+4
* Fallback to old treatement of tuples.Martin Odersky2013-11-043-6/+64
* 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-279-15/+50
* 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-268-39/+58
* Refinement to tree printing of refs.Martin Odersky2013-10-251-3/+8
* Fixed problem in handing of self types.Martin Odersky2013-10-246-16/+42
* Flipping the logic to determine type leaksMartin Odersky2013-10-243-1/+17
* 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
* New test case: map and filter now seem to work.Martin Odersky2013-10-241-2/+3
* 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
* Fixed premature stopping of type variable instantiations.Martin Odersky2013-10-241-2/+8
* Printing trees now honors -Xprint-types option.Martin Odersky2013-10-241-1/+4
* Small cleanups, plus a new test case.Martin Odersky2013-10-243-13/+7
* More informative printing of typed identifiers.Martin Odersky2013-10-241-1/+4
* Added missing case matching against hk type in refinement.Martin Odersky2013-10-231-2/+10
* Making printing refined types more robust.Martin Odersky2013-10-231-2/+5
* Suppressing type error messages against prototypes.Martin Odersky2013-10-231-2/+5
* Fix in parsing int settingsMartin Odersky2013-10-231-1/+1
* Caching asSeenFrom on denotations.Martin Odersky2013-10-233-7/+29
* Avoiding duplication for printing modules.Martin Odersky2013-10-231-0/+2
* Making explanations available outside type comparersMartin Odersky2013-10-231-1/+13
* Refined disambiguating printingMartin Odersky2013-10-231-0/+82
* Added forgotten cases to TypeAccumulators.Martin Odersky2013-10-151-0/+7
* Fixed problem where lifted types leak into OfTypeImplicitsMartin Odersky2013-10-151-8/+16
* Changes to adaptation and local type inference.Martin Odersky2013-10-158-41/+67
* Handles isAsGood with two polymorphic arguments.Martin Odersky2013-10-151-4/+12
* Implemented refined prinitng of function prototypesMartin Odersky2013-10-151-0/+2
* Made tracing appear even when currently in StoreReporter contextMartin Odersky2013-10-143-6/+8
* Fixes to typevar instantiationMartin Odersky2013-10-132-11/+13