aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Add migration warningsMartin Odersky2015-11-051-1/+3
* Merge pull request #889 from dotty-staging/fix-#877odersky2015-11-051-6/+10
|\
| * Make a new fresh name creator for each unitMartin Odersky2015-10-301-6/+10
* | Reorder unpickled type params if necessaryMartin Odersky2015-11-042-2/+17
* | Enable <:< implicits as conversions.Martin Odersky2015-11-031-1/+3
* | Merge pull request #860 from dotty-staging/change-allow-ex-in-hkDmitry Petrashko2015-11-025-59/+101
|\ \
| * | 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
| * | Don't drop $apply when eliminating existentials in unpicklerMartin Odersky2015-10-242-2/+2
| * | Revise typeParams to account for existential hk typesMartin Odersky2015-10-241-27/+37
| * | Allow existential types in hk typesMartin Odersky2015-10-241-12/+32
* | | Check that access to context base is singlethreaded.Martin Odersky2015-10-311-0/+10
| |/ |/|
* | Keep separate chain of outer reporters for StoreReportersMartin Odersky2015-10-261-2/+2
* | Fix hole in subtyping of modulesMartin Odersky2015-10-251-4/+9
* | Merge pull request #843 from dotty-staging/fix-#830odersky2015-10-251-3/+19
|\ \
| * | Only replace intersections of constants with NothingMartin Odersky2015-10-231-4/+10
| * | Fix #830: Compiler hangs on implicit search with singleton &/|Martin Odersky2015-10-221-3/+13
* | | Print stack traces before creating stub symbolsDmitry Petrashko2015-10-232-3/+8
| |/ |/|
* | Address reviewer commentsMartin Odersky2015-10-221-5/+1
* | Simplify treatment of merge conflictsMartin Odersky2015-10-221-37/+16
* | Better handling of merge errorsMartin Odersky2015-10-223-4/+14
* | Adapt sourceModule to new selfInfo scheme.Martin Odersky2015-10-221-2/+5
|/
* Avoid caching in sigNameMartin Odersky2015-10-221-8/+7
* Hardening of sigName for ill-formed valueclassesMartin Odersky2015-10-221-33/+43
* Merge pull request #811 from dotty-staging/fix-objects-mixinDmitry Petrashko2015-10-211-1/+1
|\
| * Address reviewer comments #811.Dmitry Petrashko2015-10-121-5/+2
| * UnpickleScala2: Scala modules do not set Lazy Flag.Dmitry Petrashko2015-09-291-1/+4
* | Revert "Make prefix covariant in type maps."Martin Odersky2015-10-061-1/+7
* | Make prefix covariant in type maps.Martin Odersky2015-10-061-7/+1
* | Add explanations for rewritingsMartin Odersky2015-10-061-0/+6
* | Reshuffle nested and/or calls.Martin Odersky2015-10-011-0/+24
* | Freeze constraints when checking parameter matching and subsumption.Martin Odersky2015-10-012-3/+11
* | Fix typo in previous commit.Martin Odersky2015-10-011-1/+1
* | Opportunistically merge A & A -> A and B | B -> B in <:<Martin Odersky2015-10-011-0/+6
* | Implement toString for OrderingConstraintMartin Odersky2015-10-011-1/+18
* | Restore state when detecting a baseTypeRef cycle.Martin Odersky2015-10-011-0/+1
* | underlyingChain -> underlyingIteratorMartin Odersky2015-10-011-4/+10
* | Fix compilation error.Martin Odersky2015-10-011-1/+1
* | Replace withMode by addModeMartin Odersky2015-10-011-4/+4
* | Change some occurrences of <:< to frozen_<:<Martin Odersky2015-10-013-10/+15
* | Generalize rules for isSubType between NamedTypes.Martin Odersky2015-10-011-16/+2
* | Replace `containsSig` with `matches`.Martin Odersky2015-09-301-12/+9
* | Refinements to signature matchingMartin Odersky2015-09-302-56/+61
* | Fix a long sleeper bugMartin Odersky2015-09-301-0/+1
* | Refine atSignatureMartin Odersky2015-09-292-6/+20
* | Eliminate Config.newMatch optionMartin Odersky2015-09-292-37/+4
* | Matching denotations should take infos into accountMartin Odersky2015-09-291-36/+41
* | remove unused codeSarunas Valaskevicius2015-09-251-7/+0
|/
* Fixes to comments suggested by reviewerMartin Odersky2015-09-211-6/+6