aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-22329-74/+84
* Move (most) unit tests to correct locationsFelix Mulder2016-11-2249-473/+139
* Make homogenize apply HKApplysFelix Mulder2016-11-221-0/+2
* TastyPrinter: fix RefinedType printingGuillaume Martres2016-11-221-1/+1
* dottyDependsOnBootedLib should not be a JUnit testGuillaume Martres2016-11-221-1/+1
* Fix pickle_pickleOK testGuillaume Martres2016-11-222-0/+4
* Fix "sbt run"Guillaume Martres2016-11-221-0/+3
* PathResolver: fix priorityClassPathGuillaume Martres2016-11-221-1/+1
* Fix partest compilation of java-interop tests by moving themGuillaume Martres2016-11-2276-1/+1
* Increanse Jenkins max heap for 1.3G to 1.5GGuillaume Martres2016-11-221-1/+1
* Fix JUnit tests by always packaging everythingGuillaume Martres2016-11-221-8/+12
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-2218-187/+149
* Add bin project to separate scripted tests from compiler testsFelix Mulder2016-11-222-18/+31
* Add tags file to gitignoreFelix Mulder2016-11-221-0/+1
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-2212-80/+111
* Create dotty-lib.jar for run testsFelix Mulder2016-11-2217-135/+268
* Remove compiler when running applications via dotrFelix Mulder2016-11-222-3/+6
* separate lib from compilerFelix Mulder2016-11-22166-31/+43
* Move sbt-bridgeFelix Mulder2016-11-22508-1/+1
* Merge pull request #1725 from dotty-staging/change-pickle-earlyGuillaume Martres2016-11-229-31/+37
|\
| * Recreate FreshNameCreator for each run.Martin Odersky2016-11-192-3/+4
| * Plug another space leak.Martin Odersky2016-11-192-6/+4
| * Fix memory leakMartin Odersky2016-11-191-1/+1
| * Revert 53cd512Martin Odersky2016-11-191-4/+3
| * More extensive stats about generated treesMartin Odersky2016-11-182-3/+6
| * Say what is compiled under -verboseMartin Odersky2016-11-181-1/+3
| * Don't keep full picklers around until backend.Martin Odersky2016-11-183-14/+17
* | Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-2137-497/+703
|\ \ | |/ |/|
| * Make inliner not rely on ambiguous map keyMartin Odersky2016-11-211-9/+25
| * Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-2113-53/+79
| * Fix typosMartin Odersky2016-11-202-2/+2
| * Address reviewer's comments.Martin Odersky2016-11-175-13/+11
| * Pickle and unpickle type treesMartin Odersky2016-11-1616-314/+502
| * Clean up parameterized typedefsMartin Odersky2016-11-1113-80/+77
| * Merge syntheticTypeParamNames and syntheticLambdaParamNamesMartin Odersky2016-11-113-7/+3
| * Replace PolyType.fromSymbols with LambdaAbstractMartin Odersky2016-11-117-33/+14
| * Make test more robustMartin Odersky2016-11-111-1/+1
| * Add assignType for RefinedTypeTreesMartin Odersky2016-11-112-12/+16
* | Merge pull request #1724 from dotty-staging/fix-i1648odersky2016-11-182-0/+8
|\ \
| * | fix #1648: mark companion object for java.lang.Object as non-existentliu fengyun2016-11-182-0/+8
|/ /
* | Merge pull request #1722 from dotty-staging/topic/fix#1708odersky2016-11-176-15/+51
|\ \
| * | Annotate error in test not revealed before prev commitFelix Mulder2016-11-172-5/+5
| * | Fix #1708: return ErrorTree in `typedPackageDef` if pkg has no symbolFelix Mulder2016-11-172-9/+14
| * | Only issue error, no unlinkingFelix Mulder2016-11-172-8/+8
| * | Unlink type when entering clashing packageFelix Mulder2016-11-175-4/+35
* | | Merge pull request #1720 from dotty-staging/fix-i1701odersky2016-11-174-4/+9
|\ \ \
| * | | don't enter package to owner's scopeliu fengyun2016-11-172-4/+3
| * | | fix neg test i1701.scalaliu fengyun2016-11-171-2/+4
| * | | fix failing testliu fengyun2016-11-161-1/+1
| * | | add tests for #1701liu fengyun2016-11-161-0/+3