aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2017 from dotty-staging/refchecks-less-slowodersky2017-02-251-2/+8
|\
| * ResolveSuper: MixinOps save 2-3 seconds on stdlib compilation.Dmitry Petrashko2017-02-211-2/+8
* | Merge pull request #1974 from dotty-staging/fix/ctx-captureodersky2017-02-211-1/+1
|\ \
| * | TailRec: Avoid harmless capture of ContextGuillaume Martres2017-02-181-1/+1
* | | Merge pull request #1984 from dotty-staging/fix-#1747-v2odersky2017-02-211-2/+3
|\ \ \
| * | | Avoid automatism for passing variances to PolyTypesMartin Odersky2017-02-141-2/+3
| | |/ | |/|
* | | Harden outer proxy computation of inlined codeMartin Odersky2017-02-193-19/+21
* | | Fix default parameter value.Martin Odersky2017-02-181-1/+1
* | | Fix #1990: Handle case where inlining changes class of outerMartin Odersky2017-02-182-5/+16
| |/ |/|
* | Add checks for synthetic functions and erased functions.Nicolas Stucki2017-02-132-5/+3
|/
* Merge pull request #1936 from dotty-staging/fix-1916-on-implicit-functionsodersky2017-02-081-2/+2
|\
| * Fix #1916: fix erasure of implicit xxl closuresNicolas Stucki2017-02-031-2/+2
* | Represent untyped operators as Ident instead of NameGuillaume Martres2017-02-051-2/+0
|/
* Merge pull request #1874 from dotty-staging/topic/dottydoc-markdownFelix Mulder2017-02-021-13/+14
|\
| * Make sure overriden members w/o docstring inherit by defaultFelix Mulder2017-02-011-1/+0
| * Fix javadoc indentation style parsingFelix Mulder2017-01-311-26/+26
| * Document `IsInstanceOfEvaluator` using markdown style docstringsFelix Mulder2017-01-311-28/+30
* | Merge pull request #1922 from dotty-staging/fix-#1723odersky2017-02-021-6/+0
|\ \
| * | Fix-#1723: Avoid private leaks on completionMartin Odersky2017-02-011-6/+0
* | | Merge pull request #1919 from dotty-staging/fix-#1915Nicolas Stucki2017-02-011-1/+1
|\ \ \ | |_|/ |/| |
| * | Make it known that FunctionXXL does not have an initializer.Martin Odersky2017-02-011-1/+1
| |/
* / Fix #1916 - fix erasure of xxl closuresMartin Odersky2017-01-311-1/+3
|/
* Fix #1750: Handle illegal class overrides betterMartin Odersky2017-01-291-4/+13
* Merge pull request #1896 from dotty-staging/fix/bootstrapGuillaume Martres2017-01-282-3/+12
|\
| * Workaround #1895: Bringing a symbol to a new run is brokenGuillaume Martres2017-01-281-2/+7
| * Workaround #1770: Run changeOwner at group end in ElimByNameGuillaume Martres2017-01-281-1/+5
* | Fix #1687: postpone computations in tailrec until they are needed.Dmitry Petrashko2017-01-221-34/+39
|/
* Merge pull request #1883 from dotty-staging/fix-1877Dmitry Petrashko2017-01-113-6/+83
|\
| * Add PrimitiveForwarders and fix forwarding on value classes.Nicolas Stucki2017-01-113-15/+55
| * Fix #1877: Add forwarders for primitive/generic mixins.Nicolas Stucki2017-01-062-6/+43
* | Fix #1878: Use Inline on final vals.Nicolas Stucki2017-01-101-20/+5
* | Stop emitting fields for inlined fields.Nicolas Stucki2017-01-101-1/+2
* | Revert "Fix #1878: Generate fields for final vars."Nicolas Stucki2017-01-101-1/+1
|/
* Merge pull request #1873 from dotty-staging/fix-#1865odersky2017-01-051-1/+2
|\
| * Address reviewer commentsMartin Odersky2017-01-041-1/+1
| * Fix #1865: Compute outer path at right phaseMartin Odersky2017-01-031-1/+2
* | Fix #1878: Generate fields for final vars.Nicolas Stucki2017-01-051-1/+1
* | Fix #1732: Special treatment for bottom type by-name argsMartin Odersky2016-12-311-1/+2
|/
* Fiddling with wideneningMartin Odersky2016-12-212-2/+2
* Fix super accessor generationMartin Odersky2016-12-201-15/+18
* Merge pull request #1821 from dotty-staging/fix-i1820odersky2016-12-201-7/+13
|\
| * address review: rename hasOuterFlag to clsHasOuterliu fengyun2016-12-201-3/+3
| * refine previous commitliu fengyun2016-12-191-2/+2
| * Fix #1820: condition of whether generates outerliu fengyun2016-12-191-1/+2
| * fix #1820: make sure outer of traits implementedliu fengyun2016-12-181-7/+12
* | Merge pull request #1775 from dotty-staging/add-implicit-funtypesodersky2016-12-182-13/+180
|\ \ | |/ |/|
| * Fix commentMartin Odersky2016-12-171-1/+1
| * Fix typo in commentMartin Odersky2016-12-171-1/+1
| * Drop Override flag for non-overriding direct methodsMartin Odersky2016-12-171-2/+5
| * Make specialization tweakableMartin Odersky2016-12-171-3/+22