aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #744Dmitry Petrashko2015-07-283-1/+10
* Add a test for #743 to pending.Dmitry Petrashko2015-07-281-0/+6
* Workaround #742 and add a test for it.Dmitry Petrashko2015-07-282-18/+26
* Fix lazy vals in mixinDmitry Petrashko2015-07-282-3/+4
* Fix enumeration of all members of the classDmitry Petrashko2015-07-281-1/+1
* Survive Nodenotation in computeDenotMartin Odersky2015-07-271-1/+1
* Workaround an issue in mixin.Dmitry Petrashko2015-07-241-1/+5
* Lazy initialisers names do not get mangled.Dmitry Petrashko2015-07-241-1/+1
* YCheck that methods, fields and variables have names that are valid on JVM.Dmitry Petrashko2015-07-231-0/+9
* YCheck that all methods are defined in treeDmitry Petrashko2015-07-231-0/+11
* Add Symdenotation. isValueClassConvertMethodDmitry Petrashko2015-07-232-2/+9
* Compile dotty.*, not only dotty.tools.Dmitry Petrashko2015-07-231-1/+1
* Address review comments of #693Dmitry Petrashko2015-07-202-2/+2
* Fixes to name comparisonDmitry Petrashko2015-07-201-5/+3
* Remove warning from .check file that is not emitted by DottyDmitry Petrashko2015-07-141-3/+0
* Update version of shared backend.Dmitry Petrashko2015-07-141-1/+1
* Upgrade shared backend.Dmitry Petrashko2015-07-131-1/+1
* Patmat: fix sub patterns of Product-1'sDmitry Petrashko2015-07-131-1/+1
* Make symbols have predictable hash codes.Dmitry Petrashko2015-07-131-0/+2
* Enable 61 tests that succeed.Dmitry Petrashko2015-07-1395-0/+0
* Fix ClassCastException in patmat when using Product1.Dmitry Petrashko2015-07-132-2/+2
* SpecializeNames: Duplicate scalac behaviour, sort tparamsDmitry Petrashko2015-07-134-5/+37
* Make trees have predictable hash codes.Dmitry Petrashko2015-07-131-1/+1
* Merge pull request #709 from alexander-myltsev/703-fix_dotc_cygwinDmitry Petrashko2015-07-121-4/+23
|\
| * Closes 703Alexander Myltsev2015-07-091-4/+23
* | Merge pull request #708 from dotty-staging/add/check-reentrantodersky2015-07-0632-117/+254
|\ \
| * | Make Resident compiler a class.Martin Odersky2015-07-061-2/+2
| * | Drop dead transformInfo definitionMartin Odersky2015-07-061-4/+0
| * | Fix omission in CtxLazyMartin Odersky2015-07-061-1/+4
| * | Try to avoid datarace involving NoDenotationMartin Odersky2015-07-061-2/+4
| * | Make sharing violations errorsMartin Odersky2015-07-061-6/+21
| * | More @sharable annotationsMartin Odersky2015-07-065-47/+57
| * | Make partest run in parallelMartin Odersky2015-07-061-1/+1
| * | Eliminate global _nextId field in SymbolsMartin Odersky2015-07-061-18/+12
| * | Add -Ycheck-reentrant to dotty test.Martin Odersky2015-07-061-1/+1
| * | Mark gloabl entry point @unsharedMartin Odersky2015-07-061-1/+1
| * | Turn global vars into valsMartin Odersky2015-07-063-3/+3
| * | Remove unused global rootsMartin Odersky2015-07-061-2/+0
| * | Add @sharable annotationMartin Odersky2015-07-0618-43/+59
| * | Add reentrancy checkingMartin Odersky2015-07-065-1/+104
* | | Merge pull request #702 from dotty-staging/fix/#692-transitive-selfrefsodersky2015-07-068-15/+74
|\ \ \ | |/ / |/| |
| * | Check that a self type T is closed.Martin Odersky2015-07-063-8/+18
| * | Error instead of crash when sigName comes up with a missing reference.Martin Odersky2015-07-065-6/+55
| * | Put proper parentheses around complex widened types of singletons.Martin Odersky2015-07-061-1/+1
|/ /
* | Merge pull request #694 from dotty-staging/fix/dependent-methodsodersky2015-07-066-17/+74
|\ \
| * | CleanupsMartin Odersky2015-06-251-4/+4
| * | Add test from pending.Martin Odersky2015-06-251-0/+0
| * | Sharpen prototypes of implicit methods.Martin Odersky2015-06-252-1/+42
| * | setNewTyperState -> setExploreTyperState when computing shadoing implicitsMartin Odersky2015-06-242-2/+7
| * | Drop redundant adapt.Martin Odersky2015-06-241-1/+1