aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Symbols.scala
Commit message (Expand)AuthorAgeFilesLines
* New string infterpolatorsMartin Odersky2016-08-161-0/+1
* Avoid dealiasing on type applicationMartin Odersky2016-07-121-1/+1
* Address reviewers commentsMartin Odersky2016-07-111-0/+1
* Fix SI-2712Martin Odersky2016-07-111-0/+1
* Remove refinement encoding of hk typesMartin Odersky2016-07-111-6/+6
* Abstract type parameters out from type symbolsMartin Odersky2016-07-111-1/+8
* Avoid issues when calling methods on root package symbolGuillaume Martres2016-05-281-1/+1
* Merge pull request #1270 from dotty-staging/fix-bootstrapDmitry Petrashko2016-05-271-2/+2
|\
| * Don't force a symbol's denotation for isTerm/isTypeMartin Odersky2016-05-231-2/+2
* | Safe equality for core classes:Martin Odersky2016-05-231-0/+2
|/
* Take SourceFile annotations into account when computing sourceFileMartin Odersky2016-04-071-12/+16
* Do not report data races between symbols defined in class and its selftypeMartin Odersky2015-12-141-1/+1
* Standardize requiredMethod callsMartin Odersky2015-11-091-8/+0
* First versions of Definitions based on TypeRefs not Symbols.Martin Odersky2015-11-091-2/+13
* remove unused codeSarunas Valaskevicius2015-09-251-7/+0
* Applied review commentsMartin Odersky2015-08-041-1/+1
* Address review comments of #693Dmitry Petrashko2015-07-201-1/+1
* Make symbols have predictable hash codes.Dmitry Petrashko2015-07-131-0/+2
* Eliminate global _nextId field in SymbolsMartin Odersky2015-07-061-18/+12
* Avoid spurious StaleSymbol error in <refinement> membersMartin Odersky2015-06-161-1/+1
* Correct a large number of typos.Jason Zaugg2015-05-141-1/+1
* Make isTerm/isType not force the denotation of a symbols defined in this run.Dmitry Petrashko2015-05-081-2/+6
* Make isTerm/isType not force the denotation of a symbol to be up-to-date.Martin Odersky2015-05-071-2/+2
* New symbol creation method: `newNormalizedClassSymbol`.Martin Odersky2015-05-021-0/+24
* Erasure: properly erase value classesGuillaume Martres2015-05-011-8/+0
* Merge pull request #495 from dotty-staging/refactor/SuperAccessorsDmitry Petrashko2015-04-281-4/+8
|\
| * Remove trailing whitespaceMartin Odersky2015-04-231-1/+1
| * Anchor import symbols at current ownerMartin Odersky2015-04-221-2/+2
| * Make currentClass available from SymbolsMartin Odersky2015-04-221-2/+6
* | Implement getClassIfDefined.Dmitry Petrashko2015-04-201-0/+6
|/
* Companion methods should have Method flag.Dmitry Petrashko2015-04-151-1/+3
* Ensure spaces after `if` in Dotty source.Dmitry Petrashko2015-04-091-1/+1
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-1/+1
* Merge pull request #436 from dotty-staging/linked-classDmitry Petrashko2015-04-021-0/+9
|\
| * Simplify methods implemented in #436Dmitry Petrashko2015-04-021-12/+6
| * Do not synthesizeCompanionMethod twice, and do not rewrite the existing symbol.Dmitry Petrashko2015-03-301-5/+11
| * Guard against absent symbols in synthesizeCompanionMethod.Dmitry Petrashko2015-03-281-1/+1
| * Remove code duplication between Namer, ClassfileParser and UnPicklerDmitry Petrashko2015-03-261-0/+9
* | Fix TreeTypeMap and mapSymbols to create a copy of decls for duplicated classes.Dmitry Petrashko2015-04-021-1/+1
|/
* Have derivedValueClass run at initial stageMartin Odersky2015-03-221-1/+4
* Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-311-0/+3
|\
| * Cleanups prompted by reviews.Martin Odersky2015-01-281-2/+2
| * Allow to merge TypeBounds and ClassInfos in |, &Martin Odersky2015-01-141-0/+3
* | make NoSymbol.associatedFile return NoSource.fileOndrej Lhotak2015-01-081-1/+3
* | Merge pull request #310 from dotty-staging/fix/#305-annot-bootstrapDmitry Petrashko2014-12-311-1/+1
|\ \ | |/ |/|
| * More careful usage of unforced decls in classes.Martin Odersky2014-12-181-1/+1
* | Fixed #264 - failure to typecheck GADTsMartin Odersky2014-12-161-25/+0
|/
* Change phase handling in enteredAfterMartin Odersky2014-12-141-8/+9
* Fix to TreeTypeMapMartin Odersky2014-10-261-3/+3
* TreeTypeMap needs to map declarations of mapped classesMartin Odersky2014-10-261-1/+1