aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Various hk related fixes in typesMartin Odersky2016-07-113-45/+73
* Fix printing of type lambda trees and typesMartin Odersky2016-07-112-3/+5
* Fix appliedTo and typeParams, and higher kinded subtyping testsMartin Odersky2016-07-113-65/+196
* Make Constraint#bounds work for aliasesMartin Odersky2016-07-111-3/+3
* Start new, direct HK schemeMartin Odersky2016-07-1118-186/+478
* Remove old hk schemeMartin Odersky2016-07-1123-688/+104
* Various tweaksMartin Odersky2016-07-114-69/+86
* Deal with nested findMember calls over the same RecTypeMartin Odersky2016-07-111-5/+43
* Change testsMartin Odersky2016-07-114-3/+22
* Avoid creating dependent function types for closuresMartin Odersky2016-07-111-1/+7
* Make TypeAccumulators follow LazyRefsMartin Odersky2016-07-112-0/+7
* Fix condition for lambda abstracting in NamerMartin Odersky2016-07-113-9/+9
* Avoid infinite recursion when comparing recursive types.Martin Odersky2016-07-113-8/+5
* Optionally, check kinds match for & and |Martin Odersky2016-07-113-1/+38
* Restrict betaReduce to hk applicationsMartin Odersky2016-07-112-2/+12
* Eta-expand unapplied types that have type parametersMartin Odersky2016-07-116-13/+36
* Avoid accidental creation of hk typesMartin Odersky2016-07-115-9/+15
* Fix typeParams for abstract types under completionMartin Odersky2016-07-111-10/+11
* Adapt widenForMatchSelector to new HK schemeMartin Odersky2016-07-111-3/+9
* Add a second betaReduceMartin Odersky2016-07-115-14/+49
* Normalize RecTypes on creation to avoid cycles.Martin Odersky2016-07-111-7/+29
* Fixes to BetaReduce and asMemberOf; add a second betaReduceMartin Odersky2016-07-115-67/+97
* Don't map info of SkolemTypes in type mapsMartin Odersky2016-07-111-6/+1
* Make etaExpandIfHk work for non-symbol type paramsMartin Odersky2016-07-112-4/+10
* Refinement of cycle avoidanceMartin Odersky2016-07-112-3/+27
* Beta-reduce when simplifyingMartin Odersky2016-07-111-1/+2
* Multiple fixesMartin Odersky2016-07-114-47/+109
* Turn on new hk schemeMartin Odersky2016-07-1115-169/+404
* Remove special case in parserMartin Odersky2016-07-111-10/+3
* Add printing of type lambda treesMartin Odersky2016-07-113-6/+14
* Disable checkInst in RecTypeMartin Odersky2016-07-111-9/+8
* Abstract type parameters out from type symbolsMartin Odersky2016-07-1110-43/+110
* Introduce recursive typesMartin Odersky2016-07-1116-37/+292
* New type lambda scheme for hk typesMartin Odersky2016-07-117-3/+85
* Better printing of skolemsMartin Odersky2016-07-112-2/+8
* Allow general recursion in refined types.Martin Odersky2016-07-1113-41/+59
* Allow refinements of new typesMartin Odersky2016-07-115-18/+50
* Merge pull request #1371 from dotty-staging/fix-#1366Nicolas Stucki2016-07-111-4/+11
|\
| * Fix: #1366, constant adaptationMartin Odersky2016-07-081-4/+11
* | Remove print option from ScalaSettingsEdmund Noble2016-07-061-1/+0
* | Revert "Implement -print as -Xprint:(last phase)"Edmund Noble2016-07-061-2/+1
* | Implement -print as -Xprint:(last phase)Edmund Noble2016-07-021-1/+2
|/
* Add straightforward fix to #1308jvican2016-07-011-1/+1
* Merge pull request #1315 from nicolasstucki/optimize-try-casesDmitry Petrashko2016-06-303-75/+103
|\
| * Fix #856: Handle try/catch cases as catch cases if possible.Nicolas Stucki2016-06-283-75/+103
* | Merge pull request #1338 from dotty-jvican/non-deferred-ycheckDmitry Petrashko2016-06-301-0/+21
|\ \ | |/ |/|
| * Add postcondition check that ensures #971jvican2016-06-291-0/+21
* | Merge pull request #1226 from dotty-staging/static-fixesDmitry Petrashko2016-06-2213-34/+145
|\ \
| * | Make class initialisers private. Otherwise they break GenBCode.Dmitry Petrashko2016-06-071-1/+1
| * | MoveStatics: Fix classes without companion not getting static <clinit>Dmitry Petrashko2016-06-071-19/+20