aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #535 from dotty-staging/Build-scalaDmitry Petrashko2015-05-093-27/+28
|\ \
| * | dotc: Get versions of all dependencies from Build.scalaDmitry Petrashko2015-05-041-13/+21
| * | Get rid of build.sbt.Dmitry Petrashko2015-05-042-14/+7
* | | Merge pull request #551 from dotty-staging/fix/#547-overloaded-varargsDmitry Petrashko2015-05-092-2/+10
|\ \ \
| * | | Fix #547: Vararg overloadMartin Odersky2015-05-082-2/+10
* | | | Merge pull request #543 from dotty-staging/compile-dottyodersky2015-05-0913-53/+113
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reload denotations that are not defined at current phaseMartin Odersky2015-05-083-10/+35
| * | | Update scala-compiler fork.Dmitry Petrashko2015-05-081-1/+1
| * | | PatternMatcher: fix bug with undefined variable inside huge patterns.Dmitry Petrashko2015-05-081-3/+3
| * | | Remove NonExistentTree.Dmitry Petrashko2015-05-081-3/+2
| * | | Workaround dotty deviation in for loop patterns.Dmitry Petrashko2015-05-081-5/+10
| * | | Do not try to compile dotty runtime yet. Problems with DottyPredef.Dmitry Petrashko2015-05-081-1/+1
| * | | Address some of dotty deviations in backend.Dmitry Petrashko2015-05-082-2/+2
| * | | Data race in typer: seems due to presence of DottyPredef both on class path a...Dmitry Petrashko2015-05-081-3/+4
| * | | Compile Dotty including runtime and utils.Dmitry Petrashko2015-05-081-6/+6
| * | | Do not use deprecated procedure syntax in GenBCode.Dmitry Petrashko2015-05-082-16/+21
| * | | Remove debug printlnMartin Odersky2015-05-081-1/+0
| * | | Drop the requirement that extractors with `get` must implement ProductMartin Odersky2015-05-082-3/+39
| * | | Make isTerm/isType not force the denotation of a symbols defined in this run.Dmitry Petrashko2015-05-081-2/+6
| * | | Rename localClasses -> definedClassesMartin Odersky2015-05-071-3/+3
| * | | Make isTerm/isType not force the denotation of a symbol to be up-to-date.Martin Odersky2015-05-071-2/+2
| * | | Fix #536 - only load member classes of classes that are currently compiled.Martin Odersky2015-05-073-2/+23
* | | | Merge pull request #542 from dotty-staging/fix/#540-unbounded-generic-arrayDmitry Petrashko2015-05-082-4/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed foc of isUnboudnedGenericArrayMartin Odersky2015-05-081-3/+3
| * | | Remove debug printlnMartin Odersky2015-05-061-1/+0
| * | | Fix #540 - unbounded array test for wildcard array argumentsMartin Odersky2015-05-062-1/+9
* | | | Merge pull request #541 from dotty-staging/fix/#537-extractorsDmitry Petrashko2015-05-062-3/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove debug printlnMartin Odersky2015-05-051-1/+0
| * | | Drop the requirement that extractors with `get` must implement ProductMartin Odersky2015-05-052-3/+39
| |/ /
* | | Merge pull request #539 from dotty-staging/fix/bootstrap-predefDmitry Petrashko2015-05-053-10/+12
|\ \ \ | |/ / |/| |
| * | Allow to compile root import classes without special option.Martin Odersky2015-05-053-10/+12
|/ /
* | Merge pull request #534 from dotty-staging/fix/computeDenotodersky2015-05-054-24/+40
|\ \ | |/ |/|
| * Rename isWeakRef -> isTightPrefixMartin Odersky2015-05-051-7/+9