aboutsummaryrefslogtreecommitdiff
path: root/src/dotty
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Correct a large number of typos.Jason Zaugg2015-05-1442-85/+85
| * | Fix parameter name in Scaladoc.Jason Zaugg2015-05-141-1/+1
| * | Remove docs of non-existent positions/pos params of ModifiersJason Zaugg2015-05-141-7/+0
| * | Fix Scaladoc referencesJason Zaugg2015-05-141-2/+2
* | | Merge pull request #563 from dotty-staging/classtagsDmitry Petrashko2015-05-155-17/+106
|\ \ \
| * | | Extension methods: address reviewers comments #563Dmitry Petrashko2015-05-151-19/+13
| * | | ClassTags: handle Or and AndTypes, and Arrays.Dmitry Petrashko2015-05-151-3/+16
| * | | Remove duplicate spaces in ClassTagsDmitry Petrashko2015-05-151-2/+2
| * | | Move names from ClassTags to StdNames.Dmitry Petrashko2015-05-152-5/+2
| * | | Move classTags before ElimByName.Dmitry Petrashko2015-05-151-2/+2
| * | | ClassTags: New phase which synthesises class tags.Dmitry Petrashko2015-05-132-1/+59
| * | | ExtensionMethods: companions of value classes become class tags.Dmitry Petrashko2015-05-131-5/+32
| * | | Relax requirement in enterNoReplaceDmitry Petrashko2015-05-131-1/+1
| * | | Relax restriction on entering symbols into mutable scopes.Dmitry Petrashko2015-05-131-1/+1
| * | | Rename variables in ExtensionMethodsDmitry Petrashko2015-05-131-13/+13
| |/ /
* | | Do not depend on scala.collection.generic.Clearable in dotty.Dmitry Petrashko2015-05-152-1/+2
* | | Fix #560 - refactor flatNameMartin Odersky2015-05-135-33/+33
|/ /
* | Merge pull request #546 from dotty-staging/fix-#545Dmitry Petrashko2015-05-131-2/+12
|\ \
| * | Compute enclosingClass and topLevelClass once in LambdaLift.liftLocalsDmitry Petrashko2015-05-131-3/+5
| * | Guard agains lifting symbols defined in super-calls to non-static members of ...Dmitry Petrashko2015-05-131-2/+5
| * | Update comment on liftedOwner.Dmitry Petrashko2015-05-081-2/+1
| * | Fix #545: no need to make members of static classes static.Dmitry Petrashko2015-05-081-1/+7
* | | Merge pull request #557 from dotty-staging/cleanup-non-deviationDmitry Petrashko2015-05-131-6/+1
|\ \ \
| * | | Cleanup non-deviation.Martin Odersky2015-05-121-6/+1
| | |/ | |/|
* | | Merge pull request #515 from dotty-staging/classTagsDmitry Petrashko2015-05-134-0/+502
|\ \ \ | |/ / |/| |
| * | Give implicit ClassTags in DottyPredef explicit types.Dmitry Petrashko2015-05-081-16/+14
| * | Add primitive ClassTags to DottyPredefDmitry Petrashko2015-05-051-0/+16
| * | Merge all VC prototypes into single fileDmitry Petrashko2015-05-0510-540/+474
| * | Implement implicit defs that return class tags for value classes.Dmitry Petrashko2015-05-059-0/+18
| * | Introduce VCArray.clone in scala.Dmitry Petrashko2015-05-052-10/+2
| * | It seems one cannot define clone member in scala trait. Do it in Java.Dmitry Petrashko2015-05-052-1/+11