aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #570 from dotty-staging/no-clearableDmitry Petrashko2015-05-152-1/+2
|\ \ \ \
| * | | | Do not depend on scala.collection.generic.Clearable in dotty.Dmitry Petrashko2015-05-152-1/+2
* | | | | Merge pull request #567 from dotty-staging/fix/ScalaRunTime2Dmitry Petrashko2015-05-151-1/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Dropped ??? in arrayclassMartin Odersky2015-05-151-1/+7
|/ / / /
* | | | Merge pull request #564 from dotty-staging/fix/#560odersky2015-05-155-33/+33
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #560 - refactor flatNameMartin Odersky2015-05-135-33/+33
* | | | Merge pull request #562 from dotty-staging/fix/ScalaRunTimeDmitry Petrashko2015-05-131-0/+0
|\| | | | |/ / |/| |
| * | Put ScalaRunTime into its proper place.Martin Odersky2015-05-131-0/+0
|/ /
* | 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-135-0/+873
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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
| * | | Implement clone on VCArrays without mutable field.Dmitry Petrashko2015-05-059-47/+62
| * | | Implement clone for VCArrays.Dmitry Petrashko2015-05-0511-9/+66
| * | | Extend methods of ScalaRuntime to support arrays of value classes.Dmitry Petrashko2015-05-051-1/+8
| * | | Change VCArray naming scheme.Dmitry Petrashko2015-05-059-19/+19
| * | | Fork ScalaRuntime to support arrays of value classes.Dmitry Petrashko2015-05-051-0/+363
| * | | Remove VCCompanionPrototype: it is not used.Dmitry Petrashko2015-05-051-4/+0
| * | | Add array creations to class tags of value classes.Dmitry Petrashko2015-05-059-0/+19
| * | | implement templates for value class companions.Dmitry Petrashko2015-05-059-2/+47
| * | | Add Value classes and array prototypes.Dmitry Petrashko2015-05-0510-0/+401
| * | | Allow disabling value classes entirely from command line.Dmitry Petrashko2015-05-052-0/+2
* | | | Merge pull request #554 from vsalvis/vsalvis-partest-runDmitry Petrashko2015-05-1211-87/+213
|\ \ \ \ | |_|/ / |/| | |
| * | | Removing pickle tests because directory doesn't exist anymore.vsalvis2015-05-122-5/+6
| * | | More robust partest/test switching for concurrent sbt instancesvsalvis2015-05-124-58/+56
| * | | Better documentation for partest dottyJar optionvsalvis2015-05-123-5/+17
| * | | Run tests for partestvsalvis2015-05-129-41/+156
|/ / /
* | | Merge pull request #556 from AlexSikia/fix/unset-tree-posDmitry Petrashko2015-05-111-1/+1
|\ \ \
| * | | Fix unset tree positionAlexSikia2015-05-111-1/+1
|/ / /
* | | Merge pull request #555 from dotty-staging/fix/reenable-testsDmitry Petrashko2015-05-112-6/+4
|\ \ \
| * | | Re-enable testsMartin Odersky2015-05-112-6/+4
|/ / /
* | | Merge pull request #519 from smarter/fix/isSourceMethodDmitry Petrashko2015-05-096-12/+18
|\ \ \
| * | | Companion methods are not real methodsGuillaume Martres2015-05-092-3/+5
| * | | rename isSourceMethod to isRealMethod, the previous name was inaccurateGuillaume Martres2015-05-096-9/+13
|/ / /
* | | Merge pull request #550 from dotty-staging/lazy-vals-fixesodersky2015-05-094-23/+37
|\ \ \
| * | | Add a postcondition to constructors.Dmitry Petrashko2015-05-081-0/+11
| * | | Workaround #548.Dmitry Petrashko2015-05-081-1/+4
| * | | LazyVals: inject Offset definitions in Template.Dmitry Petrashko2015-05-081-13/+13
| * | | LazyVals: fix initialisers of local lazy vals to be called.Dmitry Petrashko2015-05-081-4/+4
| * | | Fix printing of Constant(Claz), ie getClass[Claz]Dmitry Petrashko2015-05-081-5/+5