aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Better tracking of implicit searchMartin Odersky2014-01-292-4/+14
* Selective caching of SelectionProtos and ViewProtosMartin Odersky2014-01-276-74/+112
* Cache result of narrow on Methods.Martin Odersky2014-01-272-2/+16
* Accept method types directly in isApplicable.Martin Odersky2014-01-274-18/+24
* Instrumentation on total isSubType calls.Martin Odersky2014-01-261-4/+9
* New treatment of uniquesMartin Odersky2014-01-2610-145/+300
* Refactored RefinedTypes to favor the case where refinedInfo is independent of...Martin Odersky2014-01-262-8/+17
* Better caching of typesMartin Odersky2014-01-262-20/+31
* Special casing of numeric widenings in viewExistsMartin Odersky2014-01-261-2/+13
* Some more statistic samplingMartin Odersky2014-01-268-32/+68
* Update to 2.11Martin Odersky2014-01-262-11/+4
* Statistics now also computes call counts of tracked operations.Martin Odersky2014-01-261-5/+23
* Add text markers around "hot" tracing operations.Martin Odersky2014-01-264-7/+7
* Breaking out gc() method in TyperState.Martin Odersky2014-01-262-9/+30
* Fixes to constraint handling.Martin Odersky2014-01-269-1462/+309
* Fixing two bugs in subtype checking that cancelled each other out.Martin Odersky2014-01-262-9/+8
* Try to dealias LHS in <:< where possible.Martin Odersky2014-01-261-4/+4
* Break out suboperations in separate methods...Martin Odersky2014-01-261-66/+90
* Move GADT tests earlier in subtype algorithmsMartin Odersky2014-01-261-15/+17
* Prune useless subtyping tests.Martin Odersky2014-01-261-11/+33
* Split TermRefs with underlying OrTypes.Martin Odersky2014-01-261-6/+20
* wip on typecomparersMartin Odersky2014-01-263-38/+317
* Refactoctored widening operations.Martin Odersky2014-01-261-8/+7
* Merge pull request #6 from VladUreche/topic/buildVlad Ureche2014-01-248-13/+118
|\
| * More nitpickingVlad Ureche2014-01-232-5/+12
| * NitpickingVlad Ureche2014-01-231-10/+10
| * Update readme with instructions for EclipseVlad Ureche2014-01-231-0/+6
| * Fix (run, Test) classpath issuesVlad Ureche2014-01-231-4/+18
| * Build infrastructureVlad Ureche2014-01-237-13/+91
|/
* Make better use of AndOrTypes.Martin Odersky2014-01-204-40/+1458
* For a typeRef, prefer info.isAlias over symbol.isAliasTypeMartin Odersky2014-01-207-17/+17
* Avoid eager forcing in enterArgBindingMartin Odersky2014-01-204-7/+19
* Drop AnyRef parent generation in DeSugar.Martin Odersky2014-01-191-4/+1
* Normalize parent types so that first one always refers to a class, not a trait.Martin Odersky2014-01-195-27/+97
* Fix to lub: recompute if either operand can be widenedMartin Odersky2014-01-191-1/+1
* Adapt fun prototype when looking for second chance implicits (aka BigInt)Martin Odersky2014-01-193-3/+7
* Dropping isFullyRefined requirement when adapting to SAM type.Martin Odersky2014-01-191-1/+5
* Refinement of fully-defined accumulator.Martin Odersky2014-01-195-177/+45
* Fix to computation of implicit scopesMartin Odersky2014-01-183-119/+161
* Make signatures use fully qualified names.Martin Odersky2014-01-183-8/+10
* Fix isWildcardStarArg test so that it works also for typed trees.Martin Odersky2014-01-182-2/+9
* More tests.Martin Odersky2014-01-183-5/+13
* Fix openPackageModule wrt overloaded definitionsMartin Odersky2014-01-182-3/+8
* Invalidate companions of source-defined symbolsMartin Odersky2014-01-182-2/+23
* Fixing problems around isAbsentMartin Odersky2014-01-182-7/+14
* Refine avoiding local refs in block's type.Martin Odersky2014-01-182-500/+124
* Refine notion of pattern variables.Martin Odersky2014-01-183-32/+55
* Fixing the test suite.Martin Odersky2014-01-173-6/+7
* Avoid SuppressedError exceptionsMartin Odersky2014-01-172-3/+3
* Fix problem with duplicate companion objects for classes with default paramet...Martin Odersky2014-01-172-10/+12