aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1031 from dotty-staging/change-early-typeparams3odersky2016-01-1714-27/+89
|\ \
| * | Always eta-expand AppliedTypeTrees argumentsGuillaume Martres2016-01-162-2/+2
| * | Compute type params in namer without completing the whole infoMartin Odersky2016-01-166-15/+64
| * | Fix checkNonCyclic.Martin Odersky2016-01-165-7/+18
| * | Make skolems uncachedMartin Odersky2016-01-161-2/+2
| * | Survive files that are not SFiles in CompilerTestMartin Odersky2016-01-161-1/+1
| * | Increase the maximum heap size on JenkinsGuillaume Martres2016-01-161-1/+3
|/ /
* | Merge pull request #1029 from dotty-staging/fix/partest-outputodersky2016-01-161-1/+4
|\ \ | |/ |/|
| * partest: Print stack traces of swallowed exceptionsGuillaume Martres2016-01-151-1/+4
|/
* Merge pull request #1024 from dotty-staging/partest-non-bootstrappedDmitry Petrashko2016-01-144-3/+15
|\
| * Partest dotty non-bootstrapped.Dmitry Petrashko2016-01-134-3/+15
|/
* Merge pull request #1004 from dotty-staging/linker/typesodersky2016-01-063-30/+38
|\
| * Mark TermRefWithFixedSym as non-final.Dmitry Petrashko2016-01-041-2/+3
| * Allow comparisons between TypeRefs and ThisTypes.Dmitry Petrashko2016-01-041-1/+1
| * Linker specific: add note to withSymAndName.Dmitry Petrashko2015-12-201-0/+4
| * LinkerSpecific: make functionality of ResolveSuper accessible.Dmitry Petrashko2015-12-201-27/+30
* | Merge pull request #1016 from dotty-staging/fix/language-featuresDmitry Petrashko2016-01-061-2/+2
|\ \
| * | Build.scala: only enable features we useGuillaume Martres2016-01-041-2/+2
* | | Merge pull request #1015 from dotty-staging/fix/dotc-dDmitry Petrashko2016-01-041-2/+2
|\ \ \
| * | | bin/dotc: fix "-d" argumentGuillaume Martres2016-01-041-2/+2
| |/ /
* | | Merge pull request #1018 from dotty-staging/fix/paramless-overrideDmitry Petrashko2016-01-041-1/+1
|\ \ \ | |/ / |/| |
| * | VCArrayPrototype: replace override "def clone" by "def clone()"Guillaume Martres2016-01-041-1/+1
|/ /
* | Merge pull request #1013 from dotty-staging/add/sbt-stuffGuillaume Martres2016-01-041-0/+8
|\ \
| * | Add a compiler.properties resource file like in Scala 2Guillaume Martres2015-12-311-0/+8
* | | Merge pull request #1003 from dotty-staging/linker/tastyDmitry Petrashko2016-01-0410-296/+339
|\ \ \
| * | | Address review comments.Dmitry Petrashko2016-01-041-1/+1
| * | | TreeUnpickler unpickle only top-level packages and imports.Dmitry Petrashko2015-12-201-2/+26
| * | | Postpone tree compaction till all phases finish operating TASTY.Dmitry Petrashko2015-12-202-4/+10
| * | | Maintain original completer in SymDenotation.Dmitry Petrashko2015-12-201-1/+1
| * | | Linker specific: TreePicker: export functions for reuseDmitry Petrashko2015-12-201-272/+271
| * | | Allow unpickler to be accessible after FromTastyDmitry Petrashko2015-12-202-1/+4
| * | | Have only one tree pickler per TASTY pickler.Dmitry Petrashko2015-12-202-1/+3
| * | | Fix reading of Longs from tasty. Fixes wrong UUID.Dmitry Petrashko2015-12-201-1/+1
| * | | Linker Specific: allow phases to get to TASTY section.Dmitry Petrashko2015-12-202-16/+25
| | |/ | |/|
* | | Merge pull request #1005 from dotty-staging/ycheck-erasure-arraysDmitry Petrashko2016-01-045-5/+38
|\ \ \
| * | | Enable previously failing whitelist testMartin Odersky2015-12-211-3/+1
| * | | Refine interdiction of Array after erasureMartin Odersky2015-12-211-1/+5
| * | | Merge branch 'ycheck-erasure-arrays' of https://github.com/dotty-staging/dott...Martin Odersky2015-12-210-0/+0
| |\ \ \
| | * | | Fix assertion in erasure to correctly print name of the phase.Dmitry Petrashko2015-12-201-1/+1
| * | | | Fix erasure of raw arraysDmitry Petrashko2015-12-213-1/+17
| |/ / /
| * | | TypeErasure.isErasedType: scala.Array is invalid after Erasure.Dmitry Petrashko2015-12-201-1/+1
| * | | Minimize #996Dmitry Petrashko2015-12-201-0/+15
| |/ /
* | | Merge pull request #993 from dotty-staging/tasty-typer-testDmitry Petrashko2016-01-031-0/+7
|\ \ \
| * | | Add tests for dotc.typer pickling/unpicklingVladimirNik2015-12-041-0/+7
* | | | Merge pull request #1010 from dotty-staging/fix/new-asSeenFromodersky2016-01-033-1/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix #1009: Do not forget to skolemize some typesGuillaume Martres2015-12-243-1/+15
* | | | Merge pull request #1006 from dotty-staging/more-testsGuillaume Martres2015-12-26269-306/+115
|\ \ \ \ | |/ / / |/| | |
| * | | The big pending/pos test triageMartin Odersky2015-12-20196-670/+57
| * | | Fix problem dealing with symbolic import renamesMartin Odersky2015-12-202-1/+10
| * | | Make isBottomType work for derives types as well.Martin Odersky2015-12-201-4/+1