aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Handle normalization of implicit dependent methods.Martin Odersky2015-06-232-11/+21
| * | Avoid follow-on errors after implicit argument errors.Martin Odersky2015-06-233-3/+4
* | | Merge pull request #715 from dotty-staging/repeated-arraysDmitry Petrashko2015-07-053-3/+12
|\ \ \
| * | | Arrays.newRefArray has multiple symbols that coexist during bootstrap.Dmitry Petrashko2015-07-053-3/+12
* | | | Merge pull request #712 from smarter/add/vc-testDmitry Petrashko2015-07-052-0/+17
|\ \ \ \
| * | | | Tests that objects nested in value class methods workGuillaume Martres2015-07-042-0/+17
|/ / / /
* | | | Merge pull request #695 from dotty-staging/fix/source-positionsDmitry Petrashko2015-07-028-11/+27
|\ \ \ \
| * | | | Updated check file.Martin Odersky2015-06-251-3/+3
| * | | | Update check file.Martin Odersky2015-06-251-3/+3
| * | | | Document that lines and columns start at 0.Martin Odersky2015-06-252-1/+5
| * | | | Make columns start at 0.Martin Odersky2015-06-252-5/+9
| * | | | Avoid crasher when first token of a program is in errorMartin Odersky2015-06-254-2/+10
| | |/ / | |/| |
* | | | Merge pull request #710 from dotty-staging/fix/#705-inner-value-classDmitry Petrashko2015-07-026-8/+58
|\ \ \ \ | |_|_|/ |/| | |
| * | | Check value class member restrictionsMartin Odersky2015-07-024-4/+22
| * | | Check that value classes are staticMartin Odersky2015-07-023-4/+23
| * | | Make value classes implicitly finalMartin Odersky2015-07-021-0/+2