aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools
Commit message (Expand)AuthorAgeFilesLines
* Renamed parameters in Typer&Applictaions.Dmitry Petrashko2014-09-232-12/+13
* All pat-mat specific tests succeed now.Dmitry Petrashko2014-09-171-60/+121
* Fixing periods for explicitOuterDmitry Petrashko2014-09-171-3/+5
* Allow skipping Label's in owner chainsDmitry Petrashko2014-09-171-2/+3
* Several fixes to patmat.Dmitry Petrashko2014-09-172-49/+43
* Extract ExplicitOuter functionality to be used by patmatDmitry Petrashko2014-09-171-29/+30
* More convinient appliedToNoneDmitry Petrashko2014-09-171-2/+8
* After merge fixesDmitry Petrashko2014-09-173-18/+9
* Remove dead code and add todo about outer tests not being generatedDmitry Petrashko2014-09-171-4/+5
* Remaining definitions for patmat.Dmitry Petrashko2014-09-172-3/+16
* Fixed unapplySeq. Patmat passes all test suite but typer itself breaks on it.Dmitry Petrashko2014-09-171-3/+12
* Everything except unapplySeq doesn't explode.Dmitry Petrashko2014-09-172-69/+48
* Most of tests succeed now.Dmitry Petrashko2014-09-171-39/+81
* More fixes, added _id for internal tracking of failuresDmitry Petrashko2014-09-171-34/+41
* more of adapting patmat for dottyDmitry Petrashko2014-09-171-59/+71
* Adapting patmat for dottyDmitry Petrashko2014-09-171-28/+43
* Helper methods for patmatDmitry Petrashko2014-09-171-13/+53
* Pattern expanders for patmatDmitry Petrashko2014-09-171-2/+141
* Match translator for patmatDmitry Petrashko2014-09-171-15/+732
* add Substitution to patmat.Dmitry Petrashko2014-09-171-69/+119
* TreeMakers for patmatDmitry Petrashko2014-09-171-0/+619
* Optimized codegen for patmatDmitry Petrashko2014-09-171-2/+112
* CommonCodegen for patMatDmitry Petrashko2014-09-171-4/+140
* Common functionality to be shared between patmat and typerDmitry Petrashko2014-09-171-40/+48
* Definitions used by patmatDmitry Petrashko2014-09-172-0/+59
* Unapply doc updateDmitry Petrashko2014-09-171-0/+1
* initValue helper methodDmitry Petrashko2014-09-172-17/+21
* Definitions used by pattern matcherDmitry Petrashko2014-09-173-6/+34
* Changes from discussion in #171Dmitry Petrashko2014-09-175-6/+19
* Revert of b2e0e7b4 "tpd.TreeOps#select creates non member syms after erasure."Martin Odersky2014-09-131-2/+1
* Better TreeTypeMapsMartin Odersky2014-09-1310-58/+151
* New phase: CapturedVarsMartin Odersky2014-09-124-1/+120
* Fix handling of Array#clone in ErasureMartin Odersky2014-09-123-4/+5
* Better failure diagnostic in TreeTransformMartin Odersky2014-09-121-10/+16
* Skip label methods in enclosing methodMartin Odersky2014-09-121-1/+3
* Handle return in tailcalls.Martin Odersky2014-09-121-18/+22
* Phase name change of explicitOuter.Martin Odersky2014-09-121-3/+1
* Erasure should keep prefixes in TermRefsMartin Odersky2014-09-121-17/+10
* tpd.TreeOps#select creates non member syms after erasure.Martin Odersky2014-09-101-1/+2
* Keep inherited names through erasureMartin Odersky2014-09-101-3/+12
* Make isVolatile a SymUtil method.Martin Odersky2014-09-102-2/+4
* Fix class decls in TypeTypeMapMartin Odersky2014-09-102-4/+23
* Keep SuperTypes around after erasure.Martin Odersky2014-09-102-4/+4
* Fixes to TreeCheckerMartin Odersky2014-09-101-3/+3
* Move explicit outer after pattern matchingMartin Odersky2014-09-062-2/+8
* Make foreach/exsists into tree infix methodsMartin Odersky2014-09-063-19/+19
* Generalize phase postcondition checking.Martin Odersky2014-09-064-38/+49
* Better tests and more fixes for ExplicitOuterMartin Odersky2014-09-064-22/+58
* Rename OuterAccessors to ExplicitOuterMartin Odersky2014-09-064-14/+23
* Bring back blockescapes test...Martin Odersky2014-09-061-3/+0