aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move bridge to correct location, fix unmanaged sources in buildFelix Mulder2016-11-22508-2/+2
* The root project now aggregates the other projectsGuillaume Martres2016-11-221-1/+7
* Run dotty tests with the correct baseDirectoryGuillaume Martres2016-11-221-2/+4
* Fix partest commandsGuillaume Martres2016-11-221-6/+6
* Add packageAll alias in root projectGuillaume Martres2016-11-221-0/+1
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-2245-2/+2
* Remove unused examples dir, duplicate contained in tests/posFelix Mulder2016-11-224-10/+3
* Update documentation for new sbt commandsFelix Mulder2016-11-224-21/+63
* Make `dotr` run binaries similar to script in binFelix Mulder2016-11-221-2/+29
* Add `dotc` command with sane classpathFelix Mulder2016-11-221-5/+22
* Add `repl` commandFelix Mulder2016-11-221-6/+23
* Fix rebuild on change in scriptsFelix Mulder2016-11-221-0/+1
* 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