aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Standardize naming and definition order of annotation classesMartin Odersky2015-11-093-28/+28
| * | Use more standard way to define LanguageModuleClassMartin Odersky2015-11-091-3/+3
| * | Make isPolymorphicAfterErasure a methodMartin Odersky2015-11-091-2/+2
| * | Harmonize naming conventions for BoxedUnitMartin Odersky2015-11-092-5/+3
| * | Index primitive value class maps by name, not TypeRefMartin Odersky2015-11-092-16/+18
| * | First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-0923-351/+487
* | | CrossCastAnd: reimplement it in more compact way.Dmitry Petrashko2015-11-101-23/+5
* | | CrossCastAnd: Fix issue with Phases.Dmitry Petrashko2015-11-101-1/+1
* | | New phase: crossCastAnd.Dmitry Petrashko2015-11-102-0/+49
* | | Tailrec: fix compilation of IndexedSeqOptimizedDmitry Petrashko2015-11-091-1/+1
|/ /
* | Merge pull request #899 from dotty-staging/fix-#880Dmitry Petrashko2015-11-091-3/+8
|\ \
| * | Require outer pointer also for proxies of enclosing classes.Martin Odersky2015-10-311-3/+8
* | | Merge pull request #927 from dotty-staging/stdlib-boundsodersky2015-11-095-12/+14
|\ \ \
| * | | Check bounds of inferred typevars in PostTyper.Martin Odersky2015-11-053-10/+12
| * | | Add more info on missing references in unpickler.Martin Odersky2015-11-051-0/+2
| * | | 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