aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Flag trailing `_' following non-function as an errorMartin Odersky2015-11-161-2/+13
* Make secondary constructor type parameters aliasesMartin Odersky2015-11-161-0/+7
* 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
* | Merge pull request #928 from dotty-staging/stdlib-definitionsDmitry Petrashko2015-11-1056-494/+703
|\ \
| * | 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-092-1/+13
| * | More info when TreeChecker failsMartin Odersky2015-11-091-1/+1
| * | Trying to get more diagnostics out of TreeCheckerMartin Odersky2015-11-091-0/+4
| * | Make dir.list synchronized.Martin Odersky2015-11-091-2/+5
| * | More refined Retyping tracingMartin Odersky2015-11-091-3/+4
| * | Disable "Exception while typing" trace in retyper.Martin Odersky2015-11-091-2/+2
| * | Generalize MultiArrayOf to arrays of wildcardsMartin Odersky2015-11-092-5/+21
| * | Avoid taking references before toplevel symbols are entered.Martin Odersky2015-11-095-7/+7
| * | Don't try to transform sources of primitive value classes after FrontEnd.Martin Odersky2015-11-091-1/+14
| * | Make symbol methods in Definitions depend on implicit contextMartin Odersky2015-11-092-103/+120
| * | Rename AnnotRef -> AnnotTypeMartin Odersky2015-11-093-58/+57
| * | Shorten ..Class.typeRef to ..TypeMartin Odersky2015-11-0917-43/+43
| * | Fix dotty compilation problem in DefinitionsMartin Odersky2015-11-091-4/+4
| * | Renamings in DefinitionsMartin Odersky2015-11-0920-163/+140
| * | Avoid overhead of generating symbol sets on each accessMartin Odersky2015-11-0912-36/+49
| * | Make Set[TypeRef]s privateMartin Odersky2015-11-091-5/+5
| * | Remove/hide value class mapsMartin Odersky2015-11-092-17/+14
| * | Move refType/Class maps from Definitions to CapturedVarsMartin Odersky2015-11-092-20/+27
| * | Make BoxedUnit_UNIT a defMartin Odersky2015-11-091-2/+1
| * | Match on _name rather than TypeRef in scalaPrimitivesMartin Odersky2015-11-092-32/+32
| * | Standardize requiredMethod callsMartin Odersky2015-11-095-44/+34
| * | 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