aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguity errors with polymorphic implicitsGuillaume Martres2015-11-181-0/+5
* Fix bug with finger printing in delete.Martin Odersky2015-11-171-4/+2
* Merge pull request #957 from dotty-staging/fix-#938odersky2015-11-172-2/+5
|\
| * Fix comparisonMartin Odersky2015-11-171-1/+1
| * Compensate for getter transform in isSubType testMartin Odersky2015-11-171-0/+3
| * Fix bug in phase identification for YcheckMartin Odersky2015-11-171-2/+2
* | Links between companions after unpickling are addedVladimirNik2015-11-172-12/+11
|/
* Extend synchronized scope in newTermNameMartin Odersky2015-11-171-48/+45
* Packages are never fully completedMartin Odersky2015-11-171-3/+4
* Fix problems arising when hierarchies of classes are under completionMartin Odersky2015-11-172-16/+35
* Avoid setting info with parents too early when unpicklingMartin Odersky2015-11-171-2/+0
* Revert: Make hash codes on type more predictable.Martin Odersky2015-11-172-2/+2
* Harden definition of isScalaTraitMartin Odersky2015-11-171-1/+1
* Eta expand according to expected type parameter varianceMartin Odersky2015-11-172-11/+63
* Avoid merge errors in Scala2 modeMartin Odersky2015-11-161-1/+1
* Remove duplication of companion methods in Scala2UnpicklerVladimirNik2015-11-161-6/+10
* Merge pull request #946 from dotty-staging/more-predictable-hashesDmitry Petrashko2015-11-112-2/+2
|\
| * Make hash codes on type more predictable.Dmitry Petrashko2015-11-102-2/+2
* | Merge pull request #921 from dotty-staging/polytypes-hashcodesDmitry Petrashko2015-11-102-9/+30
|\ \ | |/ |/|
| * Address review comments.Dmitry Petrashko2015-11-102-1/+6
| * Add stable hash codes to PolyParams.Dmitry Petrashko2015-11-041-4/+20
| * Hashable: make finishHash protected.Dmitry Petrashko2015-11-041-5/+5
* | Get more info on HeisenbugsMartin Odersky2015-11-092-1/+21
* | Print missing ref diagnostics on stderrMartin Odersky2015-11-091-2/+2
* | Avoid cyclic reference errors when unpickling classesMartin Odersky2015-11-092-6/+10
* | Don't inspect info when dealiasing classesMartin Odersky2015-11-091-2/+3
* | Better diagnosis from completions printerMartin Odersky2015-11-091-0/+12
* | Generalize MultiArrayOf to arrays of wildcardsMartin Odersky2015-11-091-1/+13
* | Avoid taking references before toplevel symbols are entered.Martin Odersky2015-11-091-1/+1
* | Make symbol methods in Definitions depend on implicit contextMartin Odersky2015-11-091-101/+118
* | Rename AnnotRef -> AnnotTypeMartin Odersky2015-11-092-57/+56
* | Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-098-28/+28
* | Fix dotty compilation problem in DefinitionsMartin Odersky2015-11-091-4/+4
* | Renamings in DefinitionsMartin Odersky2015-11-096-133/+115
* | Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-093-19/+35
* | Make Set[TypeRef]s privateMartin Odersky2015-11-091-5/+5
* | Remove/hide value class mapsMartin Odersky2015-11-091-16/+13
* | Move refType/Class maps from Definitions to CapturedVarsMartin Odersky2015-11-091-12/+0
* | Make BoxedUnit_UNIT a defMartin Odersky2015-11-091-2/+1
* | Standardize requiredMethod callsMartin Odersky2015-11-092-35/+27
* | Standardize naming and definition order of annotation classesMartin Odersky2015-11-091-23/+23
* | 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-091-4/+2
* | Index primitive value class maps by name, not TypeRefMartin Odersky2015-11-091-15/+17
* | First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-094-223/+371
* | Merge pull request #927 from dotty-staging/stdlib-boundsodersky2015-11-091-0/+2
|\ \
| * | Add more info on missing references in unpickler.Martin Odersky2015-11-051-0/+2
* | | Merge pull request #902 from dotty-staging/fix-numeric-implicit-argsodersky2015-11-091-1/+4
|\ \ \
| * | | Better handling of implicits over numeric types.Martin Odersky2015-11-011-1/+4