aboutsummaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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 #1875: Decrease -Xmax-inlines default to 32.Nicolas Stucki2017-01-041-1/+1
* | Merge pull request #1869 from dotty-staging/fix-#1868odersky2017-01-041-1/+1
|\ \
| * | Fix #1868 - Fix logic bug in matchMartin Odersky2017-01-021-1/+1
* | | Merge pull request #1864 from dotty-staging/fix-#1732odersky2017-01-041-1/+2
|\| |
| * | Fix #1732: Special treatment for bottom type by-name argsMartin Odersky2016-12-311-1/+2
| |/
* | Fix test pos/compileStdLibNicolas Stucki2017-01-033-6/+24
* | Add error message for unbound wildcard type.Jarrod Janssen2017-01-022-1/+44
|/
* Merge pull request #1850 from dotty-staging/fix-#1845odersky2016-12-281-1/+3
|\
| * Fix #1845: Survive illegal this-type prefixesMartin Odersky2016-12-221-1/+3
* | Fix #1716: Don't allow wildcards as type arguments to methodsMartin Odersky2016-12-251-8/+12
* | Merge pull request #1826 from dotty-staging/fix-compile-stdlibGuillaume Martres2016-12-2114-242/+228
|\ \
| * | Address reviewer commentMartin Odersky2016-12-211-1/+1
| * | Drop redundant printlnMartin Odersky2016-12-211-1/+0
| * | Tweak the way annotations are represented in desugaringMartin Odersky2016-12-214-11/+40
| * | Fiddling with wideneningMartin Odersky2016-12-214-10/+6
| * | Fix dottydoc ast phaseFelix Mulder2016-12-202-12/+1
| * | Reorganize blacklist along failure classesMartin Odersky2016-12-202-15/+39
| * | Blacklist SystemProperties againMartin Odersky2016-12-202-2/+4
| * | Further massaging of stdlib-collections listsMartin Odersky2016-12-202-34/+10
| * | Fix subtyping of hk types with wildcard argumentsMartin Odersky2016-12-201-2/+8
| * | More reorgs to scala-collectons listsMartin Odersky2016-12-202-47/+31
| * | Add two refcheck migration warningsMartin Odersky2016-12-201-2/+3
| * | Make `msg` in testScala2Mode by-name.Martin Odersky2016-12-201-1/+1
| * | More reshuffling of scala-collections listsMartin Odersky2016-12-202-96/+25
| * | Update scala-collections listsMartin Odersky2016-12-202-9/+23
| * | Treat Unit type specially in overloading resolutionMartin Odersky2016-12-201-1/+3
| * | Fix super accessor generationMartin Odersky2016-12-201-15/+18
| * | More lenient handling of mixed parameterless and nullary methodsMartin Odersky2016-12-205-22/+56
| * | Fix typo in file nameMartin Odersky2016-12-201-1/+1
| * | Blacklist scala/util/Sorting.scala (reverted from commit b960b12887331744c9ec...Martin Odersky2016-12-202-2/+3
| * | Don't require override for Java interface default methodsMartin Odersky2016-12-203-8/+5
| |/
* | Add error messages - Parsers.scala:712 (#1842)Adam Trousdale2016-12-212-3/+25
* | Address reviewer's commentsMartin Odersky2016-12-212-6/+5
* | Fix #1795: Avoid infinite recursion between member and asSeenFromMartin Odersky2016-12-213-6/+25
|/
* Merge pull request #1832 from dotty-staging/fix-1810odersky2016-12-201-7/+17
|\
| * Fix #1812, Symbols.mapSymbols shouldn't force annotation transformation.Dmitry Petrashko2016-12-191-1/+2
| * Fix #1812, Symbols.mapSymbols shouldn't replace denotationsDmitry Petrashko2016-12-191-6/+15
* | 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 #1833 from dotty-staging/fix-#1793odersky2016-12-193-6/+12
|\ \ \
| * | | Move `eqNullable` check to `assumedCanEqual`Felix Mulder2016-12-191-20/+12
| * | | whitelist WeakReferenceFelix Mulder2016-12-192-5/+1
| * | | Fix #1793: allow multiversal comparisons between Null and XFelix Mulder2016-12-191-2/+20