aboutsummaryrefslogtreecommitdiff
path: root/compiler/src
Commit message (Expand)AuthorAgeFilesLines
* Workaroud #1856: recursively calling a lazy val works differently in DottyGuillaume Martres2017-01-282-2/+21
* Workaround #1770: Run changeOwner at group end in ElimByNameGuillaume Martres2017-01-281-1/+5
* Fix some dotty compilation errorsGuillaume Martres2017-01-281-1/+2
* Remove hardcoded classpath reorderingGuillaume Martres2017-01-272-10/+1
* Fix another NPE when compiling under -Yno-importsMartin Odersky2017-01-161-8/+10
* Fix NPE in ImplicitsMartin Odersky2017-01-161-3/+11
* Adopt scala's scheme for root import hidingMartin Odersky2017-01-154-14/+23
* Merge pull request #1883 from dotty-staging/fix-1877Dmitry Petrashko2017-01-114-6/+84
|\
| * Add PrimitiveForwarders and fix forwarding on value classes.Nicolas Stucki2017-01-114-15/+56
| * Fix #1877: Add forwarders for primitive/generic mixins.Nicolas Stucki2017-01-062-6/+43
* | Merge pull request #1894 from dotty-staging/fix/inner-class-emissionGuillaume Martres2017-01-111-1/+4
|\ \
| * | Partially fix Java interop for emitted inner classesGuillaume Martres2017-01-111-1/+4
* | | Merge pull request #1893 from dotty-staging/fix-#1891odersky2017-01-112-2/+14
|\ \ \
| * | | Add more explanation.Martin Odersky2017-01-111-0/+3
| * | | Fix #1891: Don't add redundant constraintMartin Odersky2017-01-102-2/+11
| |/ /
* | | Fix #1878: Use Inline on final vals.Nicolas Stucki2017-01-102-20/+27
* | | 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
|/ /
* | Improve error position and drop second error since it is prunedJonathan Brachthäuser2017-01-081-1/+1
* | Give context for code examples to ease understandingJonathan Brachthäuser2017-01-081-9/+18
* | Replace all occurrences of Id, ident or Ident with idJonathan Brachthäuser2017-01-081-36/+36
* | Add error message for dangling this in path selectionsJonathan Brachthäuser2017-01-082-1/+28
* | Merge pull request #1887 from dotty-staging/fix-#1867Guillaume Martres2017-01-071-1/+1
|\ \ | |/ |/|
| * Fix #1867: Set position of empty refined typesMartin Odersky2017-01-041-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 #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
| |/
* / 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-2112-47/+131
|\ \
| * | 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-212-7/+39
| * | Fiddling with wideneningMartin Odersky2016-12-212-2/+2
| * | Fix subtyping of hk types with wildcard argumentsMartin Odersky2016-12-201-2/+8
| * | Add two refcheck migration warningsMartin Odersky2016-12-201-2/+3
| * | Make `msg` in testScala2Mode by-name.Martin Odersky2016-12-201-1/+1
| * | 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-204-17/+56
| * | Don't require override for Java interface default methodsMartin Odersky2016-12-201-1/+3
| |/
* | Add error messages - Parsers.scala:712 (#1842)Adam Trousdale2016-12-212-3/+25