aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve doc commentsMartin Odersky2015-05-272-1/+7
* Introduce harmonization of numeric argumentsMartin Odersky2015-05-272-15/+42
* Add harmonization method for harmonizing numeric types.Martin Odersky2015-05-273-1/+25
* Make ClassfileConstants thread-safe.Martin Odersky2015-05-262-34/+29
* Merge pull request #585 from dotty-staging/fix/collection-relatedodersky2015-05-2520-111/+298
|\
| * Calibrate findMember logging thresholds and test caseMartin Odersky2015-05-211-3/+11
| * 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
| * 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-212-5/+6
| * Disallow {...} arguments for annotationsMartin Odersky2015-05-211-2/+2
| * Allow AnnotatedType in operands of `with`.Martin Odersky2015-05-211-10/+14
* | Merge pull request #603 from smarter/fix/vc-bridgesDmitry Petrashko2015-05-241-1/+1
|\ \
| * | Fix bridge creation for value classesGuillaume Martres2015-05-231-1/+1
* | | Merge pull request #601 from smarter/add/vcRunTestsDmitry Petrashko2015-05-241-3/+3
|\| |
| * | Disable the use of VC*Companion super classes for nowGuillaume Martres2015-05-231-3/+3
* | | Fix #597: Improve double def error messageGuillaume Martres2015-05-231-1/+1
|/ /
* / Mixin: fix the initialization of traitsGuillaume Martres2015-05-211-2/+2
|/
* 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
| |/
* / Fix #580: use isContainedIn to support cases where the enclosing class is als...Guillaume Martres2015-05-211-1/+1
|/
* Fix null unboxing of primitives (fixes #582)Guillaume Martres2015-05-181-1/+1
* Merge pull request #574 from dotty-staging/fix/#568Dmitry Petrashko2015-05-151-1/+2
|\
| * Make Child annotation lazyMartin Odersky2015-05-151-1/+2
* | As i566 shows, it is possible to have a package as prefix, a packageMartin Odersky2015-05-151-3/+2
|/
* Merge pull request #558 from dotty-staging/run-testsDmitry Petrashko2015-05-151-0/+9
|\
| * Introduce LegacyApp to simplify porting run tests. #559Dmitry Petrashko2015-05-131-0/+9
* | Merge pull request #565 from retronym/topic/cleanupsDmitry Petrashko2015-05-1547-119/+112
|\ \
| * | Fix an ironic typo in the typo fixing commitJason Zaugg2015-05-141-1/+1
| * | val is redundant for case class parameters.Jason Zaugg2015-05-142-2/+2
| * | Remove redundant parentheses.Jason Zaugg2015-05-143-18/+18
| * | Fix a few Scaladoc warningsJason Zaugg2015-05-143-5/+5