aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/transform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1725 from dotty-staging/change-pickle-earlyGuillaume Martres2016-11-221-6/+14
|\
| * Don't keep full picklers around until backend.Martin Odersky2016-11-181-6/+14
* | Merge pull request #1634 from dotty-staging/change-tasty-pos-ctdodersky2016-11-215-9/+9
|\ \ | |/ |/|
| * Make This and Super take idents as qualifier/mixinMartin Odersky2016-11-212-5/+5
| * Pickle and unpickle type treesMartin Odersky2016-11-162-3/+3
| * Clean up parameterized typedefsMartin Odersky2016-11-111-1/+1
* | Fix #1664: Refine isOuterRef conditionMartin Odersky2016-11-101-8/+12
|/
* Change `ClassicReporter` to `TestReporter` in test sourcesFelix Mulder2016-11-091-8/+4
* Merge pull request #1655 from dotty-staging/change-future-defs-okodersky2016-11-052-7/+3
|\
| * Fix #1637: Future defs are always OKMartin Odersky2016-10-312-7/+3
* | Merge pull request #1587 from dotty-staging/change-tasty-posGuillaume Martres2016-11-045-77/+85
|\ \ | |/ |/|
| * Keep rhs of TypeDefs until picklingMartin Odersky2016-10-311-18/+15
| * Roll normalizedTree into main PostTyper transformMartin Odersky2016-10-311-29/+14
| * Don't convert to literals before picklingMartin Odersky2016-10-312-39/+28
| * Don't convert to TypeTrees before picklingMartin Odersky2016-10-312-18/+39
| * Mention Inlined transformation in docsMartin Odersky2016-10-181-0/+3
| * Minimize inline call info in PostTyperMartin Odersky2016-10-171-0/+13
| * Handle shared treesMartin Odersky2016-10-161-2/+2
| * Drop original on TypeTreeMartin Odersky2016-10-152-5/+2
| * Preserve all positions in Tasty.Martin Odersky2016-10-151-2/+5
* | Fix #1614: correctly handle polymorphic inner methodsDmitry Petrashko2016-10-231-1/+5
* | Fix #1286: Error on inexistent imports that are not used.Nicolas Stucki2016-10-211-0/+13
* | Merge pull request #1595 from dotty-staging/fix-#1567odersky2016-10-201-5/+15
|\ \
| * | Fix #1567: Widen private constructor in value classMartin Odersky2016-10-141-5/+15
* | | add another test for i1540liu fengyun2016-10-141-1/+1
* | | fix #1540: overloaded get and isDefined in option-less patmatliu fengyun2016-10-141-9/+13
| |/ |/|
* | Merge pull request #1565 from Blaisorblade/warningsFelix Mulder2016-10-141-2/+2
|\ \ | |/ |/|
| * Fix typosPaolo G. Giarrusso2016-10-071-2/+2
* | Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-123-6/+6
* | Harmonize PolyType and TypeLambdaMartin Odersky2016-10-122-4/+4
* | Refactor Splitter functionalityMartin Odersky2016-10-112-30/+30
* | Scrutinize selections in TreeCheckerMartin Odersky2016-10-111-4/+23
* | Reformatting to avoid a long lineMartin Odersky2016-10-111-1/+4
* | Fix non-sensical codeMartin Odersky2016-10-111-1/+4
* | Fix TreeChecker mismatch stringFelix Mulder2016-10-101-4/+5
* | Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-101-4/+9
|/
* CleanupsMartin Odersky2016-10-021-2/+1
* Drop annotations from dealiasMartin Odersky2016-10-021-1/+1
* Fix ExplicitSelf phaseMartin Odersky2016-10-021-2/+3
* Handle Inlined blocks on ElimErasedValueTypeMartin Odersky2016-10-021-0/+3
* Better diagnostics for TreeCheckerMartin Odersky2016-10-021-2/+3
* Handle outer this in InlinerMartin Odersky2016-10-024-3/+10
* Set the positions of inlined trees wehn read form TastyMartin Odersky2016-10-021-2/+3
* Track Inlined nodes in ctx.sourceMartin Odersky2016-10-021-0/+15
* Add Inlined tree nodeMartin Odersky2016-10-022-1/+34
* Make Context#moreProperties strongly typedMartin Odersky2016-10-021-2/+2
* First version of inline schemeMartin Odersky2016-10-021-0/+4
* Drop tpd.modsDecoMartin Odersky2016-09-262-4/+3
* Eliminate SelectFromTypeTree from docsMartin Odersky2016-09-251-1/+0
* Get rid of Thicket(List(...)) as an expressionMartin Odersky2016-09-251-4/+4