aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix #2024: TypeApply can be a final apply of a recursive method.Dmitry Petrashko2017-03-081-0/+4
* Add support for `-XemitTasty`.Dmitry Petrashko2017-03-082-7/+16
* Merge pull request #2061 from dotty-staging/fix/overcompilation-apiGuillaume Martres2017-03-071-2/+2
|\
| * Fix incremental overcompilation due to instabilitiesGuillaume Martres2017-03-071-2/+2
* | Merge pull request #2059 from dotty-staging/fix/inline-EmptyTreeodersky2017-03-071-2/+5
|\ \ | |/ |/|
| * Fix #2056: Backend crash when inlined method contains tryGuillaume Martres2017-03-071-2/+5
* | Merge pull request #2053 from niktrop/splitOnCharFelix Mulder2017-03-061-1/+3
|\ \
| * | fixed PatternSyntaxException on WindowsNikolay.Tropin2017-03-061-1/+3
* | | FixesMartin Odersky2017-03-053-18/+1
* | | Drop named type parameters in classesMartin Odersky2017-03-0412-223/+42
| |/ |/|
* | Merge pull request #2039 from dotty-staging/add-refined-assertNicolas Stucki2017-03-031-0/+3
|\ \
| * | Add assert that refine infos are legal wrt refined namesMartin Odersky2017-02-271-0/+3
* | | Merge pull request #2031 from dotty-staging/fix-#2030odersky2017-03-033-2/+3
|\ \ \
| * | | Don't chain implicit conversionsMartin Odersky2017-02-273-2/+3
| |/ /
* | / Allow abstract type members in objects.Nicolas Stucki2017-03-011-1/+1
| |/ |/|
* | Merge pull request #2042 from dotty-staging/matsuriFelix Mulder2017-03-013-17/+54
|\ \
| * | Message rendering: colorize positional splice, then splitFelix Mulder2017-03-013-17/+54
* | | Merge pull request #2028 from ennru/ennru_AnnotatedPrimaryConstructorRequiresFelix Mulder2017-03-014-3/+33
|\ \ \
| * | | Better location to indicate the errorEnno Runne2017-02-271-1/+1
| * | | Change 'private, protected, or this expected' to MessageEnno Runne2017-02-234-3/+33
* | | | Merge pull request #2035 from dotty-staging/fix-#2033Guillaume Martres2017-02-281-1/+10
|\ \ \ \
| * | | | Fix #2033: Improve handling of unresolved overloaded argumentsMartin Odersky2017-02-271-1/+10
| | |_|/ | |/| |
* / | | Remove wrapArrayMethodName from defn.Nicolas Stucki2017-02-271-7/+0
|/ / /
* | | Merge pull request #2027 from dotty-staging/fix-tests-eclipseodersky2017-02-251-1/+1
|\ \ \
| * | | Fix import which produces flakey test resultsMartin Odersky2017-02-251-1/+1
* | | | Merge pull request #1993 from dotty-staging/add-lazy-implicitsodersky2017-02-255-9/+50
|\ \ \ \
| * | | | Fix typosMartin Odersky2017-02-211-3/+3
| * | | | PolishingMartin Odersky2017-02-181-5/+2
| * | | | Treat implicit by-name arguments as lazy valuesMartin Odersky2017-02-175-9/+53
* | | | | 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 #2026 from dotty-staging/fix-#2001odersky2017-02-241-15/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix indentationMartin Odersky2017-02-231-4/+4
| * | | | Better error messages for missing type of recursive definitionsMartin Odersky2017-02-231-11/+4
| | |_|/ | |/| |
* | | | Merge pull request #2015 from dotty-staging/add-pf-overloadingodersky2017-02-233-27/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Drop stray printlnMartin Odersky2017-02-211-1/+1
| * | | Extend argument pretyping to case-closuresMartin Odersky2017-02-213-32/+27
| * | | Add overloading support for case-closuresMartin Odersky2017-02-211-1/+8
* | | | Merge pull request #2012 from ennru/ennru_CantInstantiateAbstractFelix Mulder2017-02-224-2/+63
|\ \ \ \
| * | | | Added explanation for CantInstatiateAbstractClassOrTraitEnno Runne2017-02-221-1/+12
| * | | | Change 'is abstract; cannot be instantiated' to MessageEnno Runne2017-02-204-2/+52
* | | | | Merge pull request #2021 from dotty-staging/fix-#2020Guillaume Martres2017-02-221-1/+7
|\ \ \ \ \
| * | | | | Fix #2020: Only the first parameters of a case class are caseaccessorsMartin Odersky2017-02-221-1/+7
* | | | | | Fix #2009: Fix placeholder params logic for lambdas (#2019)odersky2017-02-221-7/+9
|/ / / / /
* | | | | Merge pull request #2014 from dotty-staging/fix-#2002odersky2017-02-222-1/+2
|\ \ \ \ \
| * | | | | Fix test ^ 2Martin Odersky2017-02-211-1/+1
| * | | | | Fix testMartin Odersky2017-02-211-1/+1
| * | | | | Fix #2000: Make implicit and non-implicit functions incomparable with <:<Martin Odersky2017-02-212-1/+2
| |/ / / /
* | | | | Merge pull request #1997 from dotty-staging/fix-#1992odersky2017-02-222-2/+2
|\ \ \ \ \
| * | | | | Fix off-by-one error in forward reference checkingMartin Odersky2017-02-182-2/+2