aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add colon after method type, prefix def/val/var in REPLReto Hablützel2016-11-242-3/+12
* More info when unpickling failsMartin Odersky2016-11-242-8/+4
* Revert fix to #1701.Martin Odersky2016-11-242-6/+11
* Compile dotty library when bootstrappingMartin Odersky2016-11-241-2/+2
* make REPL tests look at DOTTY_EXTRA classpath entriesMartin Odersky2016-11-242-2/+4
* Honor -verbose in testsMartin Odersky2016-11-231-1/+2
* Get rid off custom classpath in entry point testsFelix Mulder2016-11-232-17/+2
* Make sure limitedThreads <= partest.threadsFelix Mulder2016-11-231-7/+10
* Update sequential tasks portionFelix Mulder2016-11-231-12/+21
* Make tests depend on environment variables for classpath jarsFelix Mulder2016-11-237-25/+61
* increase threads to 2 in reduced threads casesFelix Mulder2016-11-221-3/+3
* TreeUnpickler: Workaround cyclic reference involving self-typeGuillaume Martres2016-11-221-2/+6
* Properly unpickle This trees without qualifierGuillaume Martres2016-11-221-1/+1
* Run some tests sequentially to avoid exhausting available memoryGuillaume Martres2016-11-221-0/+39
* Fix remaining tests with incorrect paths following moveGuillaume Martres2016-11-222-251/+250
* Move PatmatExhaustivityTest.scala in its proper placeGuillaume Martres2016-11-221-0/+90
* ExtractDependencies: correctly record inheritance on type aliasGuillaume Martres2016-11-221-1/+1
* Do not force symbols of annotations when unpicklingGuillaume Martres2016-11-222-12/+18
* Workaround last issue with -Ytest-picklerGuillaume Martres2016-11-221-1/+1
* checkNoPrivateLeaks is now also done in TreeUnpicklerGuillaume Martres2016-11-222-0/+8
* checkNoPrivateLeaks: handle defs in local classesGuillaume Martres2016-11-221-1/+1
* checkNoPrivateLeaks: handle references to companion membersGuillaume Martres2016-11-221-2/+16
* TreeUnpickler: Add missing case for ENUMconstGuillaume Martres2016-11-221-0/+2
* -Ytest-pickler: avoid forcing anything when there's a differenceGuillaume Martres2016-11-221-1/+1
* -Ytest-pickler: homogenize template body output orderGuillaume Martres2016-11-221-1/+14
* TypedTreeCopier#Select: don't use unstable prefixesGuillaume Martres2016-11-221-1/+1
* Fix flags for default getters of constructorsGuillaume Martres2016-11-222-1/+9
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-229-0/+3343
* Remove unused examples dir, duplicate contained in tests/posFelix Mulder2016-11-222-3/+1
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-22325-0/+86404