aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup of isSubTypeMartin Odersky2014-02-261-24/+19
* Performance improvement: Avoid unncecessary allocations of ListBufferMartin Odersky2014-02-263-235/+4
* Performance tweak: Denotation.symbol is a parameter.Martin Odersky2014-02-262-16/+13
* Performance improvements: Split long TypeMap#mapOver and move hot fields into...Martin Odersky2014-02-263-74/+92
* Reord of superIdsMartin Odersky2014-02-255-26/+23
* Performance improvement: Avoid most operations in interpolateUndetVarsMartin Odersky2014-02-254-73/+39
* Misc performance improvements by eliminating stupid allocationsMartin Odersky2014-02-245-21/+25
* Avoid memory leaks on repeated compilation.Martin Odersky2014-02-2410-36/+54
* Resetting uniques and hashset reorg.Martin Odersky2014-02-245-59/+83
* Performance improvement: Streamline successful toplevel subtype checksMartin Odersky2014-02-242-22/+20
* Discard inaccessible denotations when merging.Martin Odersky2014-02-242-12/+15
* Performance improvements: Changes to TypeAccumulators and variances.Martin Odersky2014-02-244-36/+95
* Performance improvement: Specialize folds in accumulators.Martin Odersky2014-02-242-5/+11
* More statistics for created and retained treesMartin Odersky2014-02-244-3/+20
* Update some paths to relativeNada Amin2014-02-241-4/+4
* Merge pull request #27 from adriaanm/masterDarkDimius2014-02-231-11/+6
|\
| * Fix typos in docsAdriaan Moors2014-02-231-11/+6
|/
* Update AUTHORS.mdodersky2014-02-231-1/+1
* Update AUTHORS.mdodersky2014-02-231-1/+1
* Update AUTHORS.mdodersky2014-02-231-1/+1
* Update AUTHORS.mdodersky2014-02-231-2/+3
* Update AUTHORS.mdodersky2014-02-231-1/+1
* Update AUTHORS.mdodersky2014-02-231-9/+9
* Update AUTHORS.mdodersky2014-02-231-1/+1
* Update AUTHORS.mdodersky2014-02-231-1/+1
* Create AUTHORS.mdodersky2014-02-231-0/+51
* Update README.mdodersky2014-02-221-1/+1
* Performance improvement: Cache uninstatiated typevars in constraintsMartin Odersky2014-02-212-17/+19
* Caching of implicit membersMartin Odersky2014-02-211-7/+11
* Performance improvement: Special-case implementation of underlyingIfRepeatedMartin Odersky2014-02-211-2/+6
* Peformance improvement: Better basetype cachingMartin Odersky2014-02-211-4/+4
* Performance tuning: Inline TypeAlias case for hot maps.Martin Odersky2014-02-214-42/+73
* Bug fix: fix of typo in secondTryMartin Odersky2014-02-211-1/+1
* Bug fix: Logic for taking variance into account for TypeBounds comparisons wa...Martin Odersky2014-02-211-6/+3
* Bug fix: newSyntheticTypeParam did not incorporate paramFlagsMartin Odersky2014-02-211-1/+1
* Reverted: Avoid using TypeBounds in alias refinements.Martin Odersky2014-02-2110-178/+75
* Performance improvement: Replace == with equals in util.HashTableMartin Odersky2014-02-211-3/+3
* Drop unique hashing for superId bitsetsMartin Odersky2014-02-212-8/+1
* Performance improvement in LRUCacheMartin Odersky2014-02-211-2/+2
* Performance improvement: inline hasAltWithMartin Odersky2014-02-212-2/+11
* Avoid using TypeBounds in alias refinements.Martin Odersky2014-02-2110-75/+178
* Disentangling SelectionProto and RefinedTypeMartin Odersky2014-02-214-35/+30
* Merge pull request #26 from DarkDimius/runMainVlad Ureche2014-02-201-0/+232
|\
| * Script for running compiler outside sbtDmitry Petrashko2014-02-201-0/+232
|/
* Made blacklist in ScannerTest ignore the source path location of the blacklis...Martin Odersky2014-02-161-4/+4
* Some small doc changesMartin Odersky2014-02-162-1/+10
* Merge pull request #23 from VladUreche/topic/scala-compileDarkDimius2014-02-163-10/+28
|\
| * Add Scalac scanning to the Travis CI buildVlad Ureche2014-02-163-10/+28
|/
* Added information about mailing list to READMEDarkDimius2014-02-151-0/+2
* Removed clean (thanks @sjrd)Vlad Ureche2014-02-141-1/+1