aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #1568 - avoid transforming error treesMartin Odersky2017-02-023-87/+97
* Merge pull request #1922 from dotty-staging/fix-#1723odersky2017-02-025-14/+20
|\
| * 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-014-11/+14
* | Merge pull request #1925 from dotty-staging/fix/inner-vcodersky2017-02-023-29/+21
|\ \
| * | Fix #1644: Disallow inner classes in value classesGuillaume Martres2017-02-013-29/+21
* | | Merge pull request #1919 from dotty-staging/fix-#1915Nicolas Stucki2017-02-015-6/+24
|\ \ \
| * | | 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-312-1/+10
| | |/ | |/|
* | | Merge pull request #1881 from dotty-staging/add-structural-selectodersky2017-02-0114-13/+293
|\ \ \
| * | | Disallow polymorphic refinements in stuctural types.Martin Odersky2017-01-282-1/+14
| * | | Generalize test whether access is to a refinementMartin Odersky2017-01-281-1/+1
| * | | Address reviewer commentsMartin Odersky2017-01-102-3/+4
| * | | Add test case for #1866Martin Odersky2017-01-101-0/+5
| * | | Change scheme to use SelectableMartin Odersky2017-01-079-54/+47
| * | | CleanupsMartin Odersky2017-01-053-4/+3
| * | | Implement structural type member accessMartin Odersky2017-01-0512-13/+282
* | | | 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
| | |_|/ | |/| |
* | | | Merge pull request #1920 from dotty-staging/fix-#1916Nicolas Stucki2017-01-312-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix #1916 - fix erasure of xxl closuresMartin Odersky2017-01-312-3/+5
|/ / /
* | | Merge pull request #1913 from dotty-staging/fix-#1750odersky2017-01-3010-14/+59
|\ \ \ | |/ / |/| |
| * | Fix #1750: Handle illegal class overrides betterMartin Odersky2017-01-2910-14/+59
|/ /
* | Merge pull request #1896 from dotty-staging/fix/bootstrapGuillaume Martres2017-01-2818-146/+194
|\ \
| * | Add meta project dotty-bootstrappedGuillaume Martres2017-01-282-1/+7
| * | .drone.yml: Give more resources to the JVM used by sbtGuillaume Martres2017-01-281-1/+1
| * | sbt.ExtractDependencies: avoid false dependenciesGuillaume Martres2017-01-281-1/+1
| * | Workaround #1895: Bringing a symbol to a new run is brokenGuillaume Martres2017-01-283-5/+19
| * | 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
| * | dotty.ShowTests: fix cyclic references involving implicit valuesGuillaume Martres2017-01-281-2/+2
| * | Fix some dotty compilation errorsGuillaume Martres2017-01-284-6/+12
| * | Use new sbt-based bootstrap for partest tooGuillaume Martres2017-01-272-51/+8
| * | Enable sbt-based bootstrap in the CIGuillaume Martres2017-01-271-0/+1
| * | Add sbt-based bootstrapGuillaume Martres2017-01-271-50/+96
| * | Do not hardcode jars path in the tests, instead get them from sbtGuillaume Martres2017-01-272-13/+17
| * | Remove hardcoded classpath reorderingGuillaume Martres2017-01-272-10/+1
* | | Merge pull request #1909 from dotty-staging/fix-1687Dmitry Petrashko2017-01-283-34/+68
|\ \ \
| * | | Test that #1687 is fixed.Dmitry Petrashko2017-01-222-0/+29
| * | | Fix #1687: postpone computations in tailrec until they are needed.Dmitry Petrashko2017-01-221-34/+39
* | | | Merge pull request #1910 from dotty-staging/fix/#1908-synthetic-desugaringsFelix Mulder2017-01-282-1/+52
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1908: give synthetic default params correct flagsFelix Mulder2017-01-252-1/+52
| |/ /
* | | Merge pull request #1912 from dotty-staging/upgrade-backendGuillaume Martres2017-01-272-3/+2
|\ \ \ | |/ / |/| |
| * | Upgrade backend to fix Java interop for inner classesGuillaume Martres2017-01-272-3/+2
|/ /
* | 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