aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-059-43/+44
* Merge pull request #1930 from dotty-staging/fix-#1568odersky2017-02-032-87/+94
|\
| * Fix #1568 - avoid transforming error treesMartin Odersky2017-02-022-87/+94
* | Weaken assumption in mergeCompanionDefsliu fengyun2017-02-021-2/+4
* | Merge pull request #1874 from dotty-staging/topic/dottydoc-markdownFelix Mulder2017-02-025-40/+62
|\ \
| * | Add position based error reporting to dottydocFelix Mulder2017-02-011-1/+4
| * | Make sure overriden members w/o docstring inherit by defaultFelix Mulder2017-02-011-1/+0
| * | Fix javadoc indentation style parsingFelix Mulder2017-01-312-32/+32
| * | Fix codeblocks in shortened markdownFelix Mulder2017-01-311-21/+24
| * | Add @OlivierBlanvillain to the core devsFelix Mulder2017-01-311-1/+1
| * | Allow custom project nameFelix Mulder2017-01-311-5/+5
| * | Add static site gen to dottydoc mainFelix Mulder2017-01-311-0/+7
| * | Document `IsInstanceOfEvaluator` using markdown style docstringsFelix Mulder2017-01-312-28/+37
| * | Add markdown parsing to dottydocFelix Mulder2017-01-311-0/+1
* | | Merge pull request #1627 from dotty-staging/prettyprintliu fengyun2017-02-023-2/+9
|\ \ \
| * | | fix #1626: inconsistent names in -Xprintliu fengyun2017-02-023-2/+9
* | | | Merge pull request #1928 from dotty-staging/fix-#1569odersky2017-02-021-1/+1
|\ \ \ \
| * | | | Fix #1569: Fix logic for by-name parameters of inline methodsMartin Odersky2017-02-021-1/+1
* | | | | Merge pull request #1923 from dotty-staging/f-interpolatorliu fengyun2017-02-021-3/+8
|\ \ \ \ \
| * | | | | avoid using macro-based StringContext.f to ease bootstrapliu fengyun2017-02-021-3/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #1929 from dotty-staging/multi-levelodersky2017-02-021-2/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | support pre-typer transform of treesliu fengyun2017-02-021-2/+4
* | | | | 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