aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Calibrate findMember logging thresholds and test caseMartin Odersky2015-05-212-3/+63
* Move findMember count tracking from TypeComparer to ContextMartin Odersky2015-05-213-11/+17
* Rename Reporter#echo -> printlnMartin Odersky2015-05-214-17/+17
* Harden display logicMartin Odersky2015-05-213-3/+12
* Avoid cycle between findMember and &Martin Odersky2015-05-212-15/+33
* Add equals and hashcode to LazyRefMartin Odersky2015-05-211-0/+5
* Show LazyRefs nicelyMartin Odersky2015-05-211-0/+2
* Move threshold values to ConfigMartin Odersky2015-05-215-24/+29
* Implement type beta reduction in lookupRefinedMartin Odersky2015-05-211-14/+44
* Generaize canWiden to classBoundsMartin Odersky2015-05-212-11/+16
* Rename for clarityMartin Odersky2015-05-211-4/+4
* Add test case for higher-kinded operations on collectionsMartin Odersky2015-05-211-0/+52
* Fix DenotationNotDefinedHere in pattern matcherMartin Odersky2015-05-213-3/+5
* Fix isSubType bug related to testLiftedMartin Odersky2015-05-212-7/+9
* Specialize printing of Lambda abstractions.Martin Odersky2015-05-212-1/+82
* Fix error in derivedTypeAliasMartin Odersky2015-05-211-1/+1
* Harden isLambdaArgNameMartin Odersky2015-05-211-2/+8
* Shorten lambda arguments to HK$Martin Odersky2015-05-211-1/+1
* Add "Printing" modeMartin Odersky2015-05-213-2/+5
* Make normalizeToRef survive annotated typesMartin Odersky2015-05-213-6/+7
* Disallow {...} arguments for annotationsMartin Odersky2015-05-213-3/+16
* Allow AnnotatedType in operands of `with`.Martin Odersky2015-05-212-16/+21
* Merge pull request #589 from smarter/fix/trait-init-nameDmitry Petrashko2015-05-212-2/+3
|\
| * TraitConstructors: Use a valid method name for the initializer (fix #577)Guillaume Martres2015-05-212-2/+3
* | Merge pull request #572 from dotty-staging/fix/#569-newRefArrayDmitry Petrashko2015-05-211-4/+14
|\ \
| * | Fix commentMartin Odersky2015-05-211-1/+1
| * | Better fix for $569Martin Odersky2015-05-211-7/+13
| * | Fix #569 - newRefArrayMartin Odersky2015-05-211-2/+6
| |/
* | Merge pull request #590 from smarter/fix/lifted-inner-uses-thisDmitry Petrashko2015-05-213-1/+27
|\ \ | |/ |/|
| * Fix #580: use isContainedIn to support cases where the enclosing class is als...Guillaume Martres2015-05-213-1/+27
|/
* Merge pull request #591 from dotty-staging/scala-infraodersky2015-05-208-3/+41
|\
| * Add -e to bash options in scripts.Dmitry Petrashko2015-05-203-0/+6
| * Run builds in parallel on the same machine.Dmitry Petrashko2015-05-204-3/+4
| * Disable byNameVarargs. Kills JVM.Dmitry Petrashko2015-05-201-0/+0
| * Move `scala/scala` sources to ./scala/ from ../scala/Dmitry Petrashko2015-05-203-3/+3
| * Integrating with scala-infra for CI.Dmitry Petrashko2015-05-204-0/+31
|/
* Merge pull request #584 from smarter/fix/isUnboxDmitry Petrashko2015-05-184-12/+24
|\
| * Fix null unboxing of primitives (fixes #582)Guillaume Martres2015-05-184-12/+24
|/
* Merge pull request #574 from dotty-staging/fix/#568Dmitry Petrashko2015-05-151-1/+2
|\
| * Make Child annotation lazyMartin Odersky2015-05-151-1/+2
* | Merge pull request #575 from dotty-staging/fix/#566Dmitry Petrashko2015-05-152-3/+7
|\ \ | |/ |/|
| * As i566 shows, it is possible to have a package as prefix, a packageMartin Odersky2015-05-152-3/+7
|/
* Merge pull request #558 from dotty-staging/run-testsDmitry Petrashko2015-05-153387-27/+93299
|\
| * Fix i499 test. fails due to #546Dmitry Petrashko2015-05-131-4/+3
| * Use LegacyApp in run tests.Dmitry Petrashko2015-05-13902-959/+902
| * Introduce LegacyApp to simplify porting run tests. #559Dmitry Petrashko2015-05-131-0/+9
| * Partest command line options (same as scala) useable from sbtvsalvis2015-05-132-8/+15
| * Run partest directory as whole by default.Dmitry Petrashko2015-05-132-15/+21
| * Running rewrite tool on run tests.Dmitry Petrashko2015-05-13731-1786/+2131
| * Run tests as they were in scala.Dmitry Petrashko2015-05-123383-0/+92963