aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Drop test that lower bound must be a subtype of upper bound.Martin Odersky2015-11-051-2/+0
* | | | Merge pull request #905 from dotty-staging/fix-nested-pkg-member-2odersky2015-11-091-1/+3
|\ \ \ \
| * | | | Fix problem when accessing same identifier from nested packages.Martin Odersky2015-11-021-1/+3
* | | | | Merge pull request #902 from dotty-staging/fix-numeric-implicit-argsodersky2015-11-093-6/+32
|\| | | |
| * | | | Disable failing testMartin Odersky2015-11-011-5/+5
| * | | | Better handling of implicits over numeric types.Martin Odersky2015-11-013-6/+32
| | |/ / | |/| |
* | | | Avoid spurious procedure syntax migration warningMartin Odersky2015-11-091-1/+1
* | | | Remove println accidentally left in code.Martin Odersky2015-11-051-3/+1
* | | | Handle variance unsoundness in scalacMartin Odersky2015-11-051-4/+8
* | | | Add scalaMode and testScalaMode to TypeOpsMartin Odersky2015-11-052-2/+12
* | | | Emit a migration warning in Parser when hitting a Scala2 feature.Martin Odersky2015-11-051-4/+9
* | | | Add migration warningsMartin Odersky2015-11-053-1/+10
| |/ / |/| |
* | | Merge pull request #889 from dotty-staging/fix-#877odersky2015-11-054-13/+18
|\ \ \
| * | | Make a new fresh name creator for each unitMartin Odersky2015-10-303-12/+17
| * | | Fix #877Martin Odersky2015-10-301-1/+1
* | | | Merge pull request #923 from dotty-staging/fix-typeparam-orderodersky2015-11-052-2/+17
|\ \ \ \
| * | | | Reorder unpickled type params if necessaryMartin Odersky2015-11-042-2/+17
* | | | | Merge pull request #900 from dotty-staging/fix-#871odersky2015-11-051-3/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Deal gracefully with missing return types of abstract menthods.Martin Odersky2015-11-011-3/+15
| | |/ / | |/| |
* | | | Merge pull request #901 from dotty-staging/fix-#851Dmitry Petrashko2015-11-032-2/+3
|\ \ \ \
| * | | | Don't interpreter $init$ as a constructor when parsing Java files.Martin Odersky2015-11-011-1/+1
| * | | | Allow -Xprint:parser option to print parse treesMartin Odersky2015-11-011-1/+2
| |/ / /
* | | | Enable <:< implicits as conversions.Martin Odersky2015-11-032-2/+6
* | | | Retain `case` flags for module classes representing case objectsMartin Odersky2015-11-021-8/+10
* | | | Make isDefined override if necessaryMartin Odersky2015-11-021-1/+3
| |_|/ |/| |
* | | Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-0210-94/+105
|\ \ \
| * | | Represent references to Scala2 inner classes as WithFixedSym typesMartin Odersky2015-10-252-16/+24
| * | | Make Lazy and Trait "From Start" flagsMartin Odersky2015-10-251-2/+4
| * | | Make SuperAccessor and Scala2x "FromStart" flags.Martin Odersky2015-10-252-2/+4
| * | | Remove redundant testsMartin Odersky2015-10-241-3/+1
| * | | Don't drop $apply when eliminating existentials in unpicklerMartin Odersky2015-10-242-2/+2
| * | | Revise typeParams to account for existential hk typesMartin Odersky2015-10-242-28/+37
| * | | Allow existential types in hk typesMartin Odersky2015-10-244-43/+35
* | | | Merge pull request #887 from dotty-staging/fix-#873odersky2015-11-022-15/+24
|\ \ \ \
| * | | | Also handle SAM functions when adaptiing arity of case lambdas.Martin Odersky2015-10-301-14/+13
| * | | | Revert nullary function patchMartin Odersky2015-10-301-2/+2
| * | | | Fix case expansion for nullary functions.Martin Odersky2015-10-301-3/+3
| * | | | Allow pattern matching anonymous functions of arity > 1Martin Odersky2015-10-302-6/+16
* | | | | Parentheses around a wildcard should not produce a lambdaMartin Odersky2015-11-021-0/+1
| |_|/ / |/| | |
* | | | Merge pull request #894 from dotty-staging/check-singlethreadedDmitry Petrashko2015-10-312-0/+11
|\ \ \ \
| * | | | Check that access to context base is singlethreaded.Martin Odersky2015-10-312-0/+11
* | | | | Merge pull request #890 from dotty-staging/fix-#879Dmitry Petrashko2015-10-311-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Address reviewer commentsMartin Odersky2015-10-301-2/+2
| * | | | Fix #879Martin Odersky2015-10-302-3/+3
| | |_|/ | |/| |
* / | | Avoid printing expanded names when displaying type parameters.Martin Odersky2015-10-301-6/+5
|/ / /
* | | Merge pull request #886 from dotty-staging/fix-#884Guillaume Martres2015-10-301-1/+1
|\ \ \ | |/ / |/| |
| * | Fix #884 - misdiagnosed ambiguous definition.Martin Odersky2015-10-291-1/+1
* | | Merge pull request #882 from dotty-staging/fix/java-annots-posodersky2015-10-301-1/+1
|\ \ \
| * | | Set position on annotations parsed from JavaGuillaume Martres2015-10-291-1/+1
* | | | Make it easier to call the compiler using reflectionGuillaume Martres2015-10-291-1/+7
|/ / /