aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty
Commit message (Expand)AuthorAgeFilesLines
* Use inline flag instead of @inline annotationMartin Odersky2016-11-071-1/+1
* Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-047-106/+195
|\
| * Address review commentMartin Odersky2016-10-311-1/+2
| * Eliminate LAMBDAtype from TASTYformatMartin Odersky2016-10-313-16/+7
| * Keep rhs of TypeDefs until picklingMartin Odersky2016-10-311-2/+6
| * Don't convert to TypeTrees before picklingMartin Odersky2016-10-313-12/+6
| * Maintain point for positions of definitionsMartin Odersky2016-10-202-14/+21
| * Don't generate positions that can be reconstructedMartin Odersky2016-10-181-2/+9
| * Pickle Inlined treesMartin Odersky2016-10-173-15/+20
| * Drop erroneous setPos in TreeUnpickler.Martin Odersky2016-10-171-2/+2
| * Fix pickling of self type positionMartin Odersky2016-10-171-1/+1
| * Fix pickling of annotation positionsMartin Odersky2016-10-171-2/+2
| * Handle shared treesMartin Odersky2016-10-163-13/+48
| * Record position of self typeMartin Odersky2016-10-152-14/+18
| * Drop original on TypeTreeMartin Odersky2016-10-151-1/+1
| * Preserve all positions in Tasty.Martin Odersky2016-10-155-45/+86
* | Merge pull request #1588 from dotty-staging/fix-#1502odersky2016-10-161-5/+13
|\ \ | |/ |/|
| * Fix #1544: Allow long signatures in namesMartin Odersky2016-10-131-5/+13
* | Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-122-6/+3
|/
* 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