aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove unreachable `tupleExtractor` methodOlivier Blanvillain2017-03-301-22/+1
| * | | Remove dead code from pattern matcherOlivier Blanvillain2017-03-301-87/+2
| |/ /
* | | PatMat, Outerchecks: Check outers for selections from singleton type.Dmitry Petrashko2017-03-301-3/+4
* | | PatMat: get rid of unnecessary forwarderDmitry Petrashko2017-03-301-8/+2
* | | Fix #2165, emit outerChecks on ThisTypeDmitry Petrashko2017-03-301-2/+2
|/ /
* | Only use shadowed when necessaryMartin Odersky2017-03-201-7/+8
* | Use shadowing to reference inherited accessors.Martin Odersky2017-03-201-3/+9
* | Fix #2084.Dmitry Petrashko2017-03-201-5/+12
* | Merge pull request #2058 from dotty-staging/fix-2054liu fengyun2017-03-182-2/+8
|\ \
| * | fix typo in commentliu fengyun2017-03-181-1/+1
| * | Fix a stupid error in fix of #2054.Dmitry Petrashko2017-03-132-4/+7
| * | Fix #2054: @Static methods may access synthetic private methods stuffDmitry Petrashko2017-03-071-0/+3
| |/
* | Merge pull request #2043 from dotty-staging/tailrec-derivesFromDmitry Petrashko2017-03-152-3/+7
|\ \
| * | Add @tailrec to avoid regressions.Nicolas Stucki2017-03-012-3/+7
| |/
* | Merge pull request #2079 from dotty-staging/depmeth2odersky2017-03-1410-32/+34
|\ \
| * | Fix unrelated typos in commentsMartin Odersky2017-03-141-6/+6
| * | Drop mixed MethodType apply methodMartin Odersky2017-03-141-2/+3
| * | Construct MethodTypes from parameter closureMartin Odersky2017-03-149-24/+25
* | | Merge pull request #2091 from dotty-staging/fix-#2077Guillaume Martres2017-03-141-0/+9
|\ \ \ | |/ / |/| |
| * | Fix #2077: Optimization of constant conditionalsMartin Odersky2017-03-131-0/+9
* | | fix #1488: unfriendly jumping in evaluating lazy val blockliu fengyun2017-03-141-1/+1
|/ /
* | Merge pull request #2078 from dotty-staging/fix-#1569-v2Guillaume Martres2017-03-121-1/+1
|\ \
| * | Improve definition and doc comment for ensureNoLeaksMartin Odersky2017-03-121-1/+1
* | | ElimRepeated: Do not use installAfterGuillaume Martres2017-03-121-6/+14
* | | Fix overriding a Java method with varargsGuillaume Martres2017-03-121-2/+7
|/ /
* / Remove uses of Collections from scala-reflectGuillaume Martres2017-03-082-8/+4
|/
* 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
|\