aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty
Commit message (Expand)AuthorAgeFilesLines
* Move logic from InlineInfo to BodyAnnotMartin Odersky2016-10-021-1/+0
* Use BodyAnnot to indicate rhs of inline methodMartin Odersky2016-10-022-11/+11
* Handle inlining in inlining argumentsMartin Odersky2016-10-021-1/+1
* Always use implicit context at the current periodMartin Odersky2016-10-021-2/+5
* Refactoring for registering InlineInfoMartin Odersky2016-10-021-5/+3
* Better names and documentation for Inliner.Martin Odersky2016-10-021-1/+1
* Add accessors for non-public members accessed from inline methodsMartin Odersky2016-10-022-3/+3
* Better error message in TreePicklerMartin Odersky2016-10-021-2/+1
* Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-027-159/+100
* Support separate compilationMartin Odersky2016-10-021-0/+7
* Add Inlined tree nodeMartin Odersky2016-10-021-0/+10
* Make namePos a member of memberDefMartin Odersky2016-09-291-1/+4
* Make Modifiers untyped only.Martin Odersky2016-09-281-2/+2
* Drop PairMartin Odersky2016-09-253-10/+4
* Drop Config.checkKindsMartin Odersky2016-07-112-6/+2
* Get rid of BindingKindMartin Odersky2016-07-113-6/+2
* Remove refinement encoding of hk typesMartin Odersky2016-07-111-1/+1
* Fix parameter unpicklingMartin Odersky2016-07-111-10/+10
* Refactoring of PolyType and TypeLambdaMartin Odersky2016-07-111-1/+1
* Start new, direct HK schemeMartin Odersky2016-07-113-1/+21
* Remove old hk schemeMartin Odersky2016-07-113-15/+4
* Change testsMartin Odersky2016-07-111-0/+4
* Turn on new hk schemeMartin Odersky2016-07-111-2/+2
* Introduce recursive typesMartin Odersky2016-07-113-3/+20
* Allow general recursion in refined types.Martin Odersky2016-07-111-1/+1
* Allow refinements of new typesMartin Odersky2016-07-113-3/+11
* Fix typos in commentsMartin Odersky2016-05-231-2/+2
* Make isCOmpanion test cheaperMartin Odersky2016-05-231-6/+27
* Remember owner in completerMartin Odersky2016-05-231-4/+4
* Refine owner trees for templatesMartin Odersky2016-05-231-1/+1
* Adopt new scheme for handling forward references in TastyMartin Odersky2016-05-231-66/+106
* Maintain ownerTree data structure when unpickling TastyMartin Odersky2016-05-233-6/+87
* Let createSymbol return a symbolMartin Odersky2016-05-231-23/+24
* Make sure delayed Tasty unpicklings are done at the latest at Pickler phaseMartin Odersky2016-05-231-4/+6
* Disable stub checkingMartin Odersky2016-05-231-4/+13
* Use source module ref as assumed self type when reading TastyMartin Odersky2016-05-231-2/+6
* Merge pull request #1219 from dotty-staging/fix-strawmansDmitry Petrashko2016-04-201-0/+2
|\
| * Create LambdaTraits referred to from UnpicklerMartin Odersky2016-04-151-0/+2
* | Simplify handling of sourcefiles in Tasty infoMartin Odersky2016-04-092-17/+4
* | Fix unpickling of Java SeqLiteralsMartin Odersky2016-04-071-3/+11
* | Update TastyFormat for SeqLiteralMartin Odersky2016-04-071-1/+1
* | Fix flags when unpickling setters of parameter accessorsMartin Odersky2016-04-071-0/+5
* | Take SourceFile annotations into account when computing sourceFileMartin Odersky2016-04-071-1/+1
* | Add unpickled source file path as annotation to root symbolsMartin Odersky2016-04-071-4/+8
* | Fix reading of SourceFile attribute from TastyMartin Odersky2016-04-071-2/+4
|/
* Move Mode to coreMartin Odersky2016-04-011-1/+0
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-182-4/+5
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-102-4/+5
* | Delete unused lineMartin Odersky2016-03-121-1/+0
* | Pickle/unpickle SuperAccessor namesMartin Odersky2016-03-102-8/+24
|/