aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Got rid of SharedTreeDmitry Petrashko2014-03-067-44/+4
* Merge pull request #41 from DarkDimius/virtualFileodersky2014-03-041-6/+10
|\
| * Use virtual file instead of temporary file for testsDmitry Petrashko2014-03-041-6/+10
|/
* Merge pull request #37 from DarkDimius/assertionsDmitry Petrashko2014-03-0423-34/+30
|\
| * Typos corrected.Dmitry Petrashko2014-03-0314-17/+17
| * More informative asserts.Dmitry Petrashko2014-03-0310-17/+13
* | Merge pull request #35 from DarkDimius/tests-2Dmitry Petrashko2014-03-032-19/+29
|\ \
| * | For some tests context is required, it should be passed to checker phase.Dmitry Petrashko2014-03-032-19/+29
| |/
* | Merge pull request #38 from odersky/fix/#34-pathresolversDmitry Petrashko2014-03-0312-33/+94
|\ \
| * | Fix of #34Martin Odersky2014-03-0311-33/+88
| * | Add test case for #34Martin Odersky2014-03-031-0/+6
* | | Merge pull request #32 from DarkDimius/verbose_exDmitry Petrashko2014-03-031-0/+2
|\ \ \ | |_|/ |/| |
| * | Enable verbose printing of exceptions thrown in junit testsDmitry Petrashko2014-03-021-0/+2
|/ /
* | Merge pull request #31 from DarkDimius/testsDarkDimius2014-03-024-1/+52
|\ \ | |/ |/|
| * Infrastructure for per-phase tests, with inline source as a string.Dmitry Petrashko2014-03-014-1/+52
* | Rename baseType -> baseTypeRefMartin Odersky2014-03-029-31/+54
* | Fix problem when handling structural types without a nominal parent type.Martin Odersky2014-03-013-2/+5
* | Check that inferred parent classes are feasible.Martin Odersky2014-03-014-9/+39
* | Fixing glb/lub of TypeBoundsMartin Odersky2014-03-012-25/+22
* | Reorganization of template parents.Martin Odersky2014-03-0111-78/+142
* | More precise untyped tree handlingMartin Odersky2014-03-011-10/+35
* | Drop task of simplifying hk types.Martin Odersky2014-02-281-3/+1
|/
* 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