aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1922 from dotty-staging/fix-#1723odersky2017-02-024-14/+12
|\
| * Fix typoMartin Odersky2017-02-021-1/+1
| * Refactoring to make Checking not mutate denotationsMartin Odersky2017-02-024-9/+12
| * Fix-#1723: Avoid private leaks on completionMartin Odersky2017-02-013-11/+6
* | Merge pull request #1925 from dotty-staging/fix/inner-vcodersky2017-02-021-0/+2
|\ \
| * | Fix #1644: Disallow inner classes in value classesGuillaume Martres2017-02-011-0/+2
* | | Merge pull request #1919 from dotty-staging/fix-#1915Nicolas Stucki2017-02-014-6/+15
|\ \ \
| * | | Add explanation to NoInitClassesMartin Odersky2017-02-011-0/+10
| * | | Make it known that FunctionXXL does not have an initializer.Martin Odersky2017-02-012-1/+3
| * | | Drop atPhaseNotLaterThanTyperMartin Odersky2017-02-012-4/+1
| * | | Fix #1915 Synthetic function traits need NoInits flagMartin Odersky2017-01-311-1/+1
| | |/ | |/|
* | | Merge pull request #1881 from dotty-staging/add-structural-selectodersky2017-02-015-6/+95
|\ \ \
| * | | Disallow polymorphic refinements in stuctural types.Martin Odersky2017-01-281-1/+3
| * | | Generalize test whether access is to a refinementMartin Odersky2017-01-281-1/+1
| * | | Address reviewer commentsMartin Odersky2017-01-102-3/+4
| * | | Change scheme to use SelectableMartin Odersky2017-01-073-23/+23
| * | | CleanupsMartin Odersky2017-01-052-3/+2
| * | | Implement structural type member accessMartin Odersky2017-01-055-6/+93
* | | | Merge pull request #1914 from dotty-staging/fix-treemapodersky2017-02-012-1/+33
|\ \ \ \
| * | | | fix incorrect flatten of thicket inside interpolated string in UntpdTreeMapliu fengyun2017-01-302-1/+33
| | |_|/ | |/| |
* | | | Fix #1916 - fix erasure of xxl closuresMartin Odersky2017-01-311-1/+3
| |_|/ |/| |
* | | Fix #1750: Handle illegal class overrides betterMartin Odersky2017-01-294-5/+31
|/ /
* | Merge pull request #1896 from dotty-staging/fix/bootstrapGuillaume Martres2017-01-2814-80/+67
|\ \
| * | sbt.ExtractDependencies: avoid false dependenciesGuillaume Martres2017-01-281-1/+1
| * | Workaround #1895: Bringing a symbol to a new run is brokenGuillaume Martres2017-01-282-5/+14
| * | Workaroud #1856: recursively calling a lazy val works differently in DottyGuillaume Martres2017-01-282-2/+21
| * | Fix bug in partest.DPConsoleRunnerGuillaume Martres2017-01-281-4/+4
| * | Workaround #1770: Run changeOwner at group end in ElimByNameGuillaume Martres2017-01-281-1/+5
| * | Fix some dotty compilation errorsGuillaume Martres2017-01-284-6/+12
| * | Use new sbt-based bootstrap for partest tooGuillaume Martres2017-01-271-40/+0
| * | Do not hardcode jars path in the tests, instead get them from sbtGuillaume Martres2017-01-271-11/+9
| * | Remove hardcoded classpath reorderingGuillaume Martres2017-01-272-10/+1
* | | Merge pull request #1909 from dotty-staging/fix-1687Dmitry Petrashko2017-01-281-34/+39
|\ \ \
| * | | Fix #1687: postpone computations in tailrec until they are needed.Dmitry Petrashko2017-01-221-34/+39
| |/ /
* / / Fix #1908: give synthetic default params correct flagsFelix Mulder2017-01-252-1/+52
|/ /
* | Merge pull request #1904 from dotty-staging/fix-npe-implicitsodersky2017-01-161-8/+10
|\ \
| * | Fix another NPE when compiling under -Yno-importsMartin Odersky2017-01-161-8/+10
* | | Merge pull request #1903 from dotty-staging/fix-npe-implicitsodersky2017-01-161-3/+11
|\| |
| * | Fix NPE in ImplicitsMartin Odersky2017-01-161-3/+11
* | | Merge pull request #1901 from dotty-staging/change-predef-importodersky2017-01-164-14/+23
|\| |
| * | Adopt scala's scheme for root import hidingMartin Odersky2017-01-154-14/+23
* | | Merge pull request #1880 from dotty-staging/improve-whitelist-infrastructureodersky2017-01-124-685/+87
|\ \ \ | |/ / |/| |
| * | Add useExplicitWhiteList for debugging.Nicolas Stucki2017-01-111-1/+27
| * | Simplify blacklist paths.Nicolas Stucki2017-01-052-19/+22
| * | Remove whitelist and keep only blacklist.Nicolas Stucki2017-01-053-654/+8
| * | Add stdlib whitelist loader.Nicolas Stucki2017-01-052-22/+41
* | | Merge pull request #1883 from dotty-staging/fix-1877Dmitry Petrashko2017-01-114-6/+84
|\ \ \
| * | | Add PrimitiveForwarders and fix forwarding on value classes.Nicolas Stucki2017-01-114-15/+56
| * | | Fix #1877: Add forwarders for primitive/generic mixins.Nicolas Stucki2017-01-062-6/+43
| | |/ | |/|
* | | Merge pull request #1690 from dotty-staging/benchDmitry Petrashko2017-01-111-1/+1
|\ \ \