aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-2214-3462/+0
* TastyPrinter: fix RefinedType printingGuillaume Martres2016-11-221-1/+1
* Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-213-18/+33
* Fix typosMartin Odersky2016-11-201-1/+1
* Address reviewer's comments.Martin Odersky2016-11-174-13/+7
* Pickle and unpickle type treesMartin Odersky2016-11-166-289/+406
* Clean up parameterized typedefsMartin Odersky2016-11-112-7/+6
* 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