aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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