aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement alternative desugaring of for-if to filter.Martin Odersky2016-08-262-5/+23
* Retracting special case depending on Ycheck.Martin Odersky2016-08-261-3/+2
* Be more careful with inserted casts.Martin Odersky2016-08-261-2/+9
* Make expressions using GADTs type check in later phasesMartin Odersky2016-08-262-3/+21
* Fix testing in tree checker.Martin Odersky2016-08-261-1/+1
* Merge pull request #1460 from dotty-staging/fix-t1756odersky2016-08-265-50/+104
|\
| * Add comment.Martin Odersky2016-08-211-1/+5
| * Address reviewers comments.Martin Odersky2016-08-212-24/+21
| * Fix comment.Martin Odersky2016-08-211-1/+2
| * Make sure arguments are evaluated in the correct typer state.Martin Odersky2016-08-214-42/+93
| * Don't force in isErronous checkMartin Odersky2016-08-211-5/+6
* | implementation of exhaustivity and redundancy checkliu fengyun2016-08-2411-17/+699
* | Merge pull request #1453 from felixmulder/topic/dottydocodersky2016-08-248-23/+111
|\ \
| * | Implement working docs requiring manually specifying resources and template f...Felix Mulder2016-08-191-4/+10
| * | Fix #25: move doc related structures to `DocBase`Felix Mulder2016-08-192-2/+12
| * | Introduce DocMiniPhase concept, fused phasesFelix Mulder2016-08-191-1/+12
| * | Fix value classes not being documentedFelix Mulder2016-08-191-1/+1
| * | Add setting for output dirFelix Mulder2016-08-191-0/+7
| * | Add test for checking if Array has documentation after compiling std libFelix Mulder2016-08-191-0/+1
| * | Add recursive CLI args, move other doc argsFelix Mulder2016-08-191-0/+50
| * | Add the scaladoc CLI args that make sense for dottydocFelix Mulder2016-08-192-3/+3
| * | Add module member lookupFelix Mulder2016-08-191-1/+1
| * | Port cooking of strings from NSCFelix Mulder2016-08-195-20/+23
* | | Merge pull request #1456 from dotty-staging/fix-#1444odersky2016-08-212-10/+46
|\ \ \ | |_|/ |/| |
| * | Fix #1444: Add implicit arguments to supertraitsMartin Odersky2016-08-202-10/+46
| |/
* | Merge pull request #1459 from dotty-staging/tests3odersky2016-08-214-29/+33
|\ \
| * | Address reviewers comments.Martin Odersky2016-08-211-3/+0
| * | Refinements to auto tuplingMartin Odersky2016-08-184-27/+34
| |/
* | Fix to avoidance of singleton type argumentsMartin Odersky2016-08-181-1/+4
* | Fixes in comparisons between singleton typesMartin Odersky2016-08-181-8/+4
|/
* Merge pull request #1452 from dotty-staging/fix-#1432Guillaume Martres2016-08-171-2/+2
|\
| * Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-151-2/+2
* | Fix eta expansion for deeply curried methodsMartin Odersky2016-08-171-1/+5
* | Harden copmpareHkApply for ill-typed programsMartin Odersky2016-08-171-1/+1
* | Add clause for HKApply in TypeAssigner#avoidMartin Odersky2016-08-171-1/+3
* | Fix merge conflictMartin Odersky2016-08-171-6/+6
* | Don't omit scala. from fullNameString.Martin Odersky2016-08-161-1/+1
* | Don't print $ suffixes of module classesMartin Odersky2016-08-161-1/+4
* | Don't print REPL prefixes.Martin Odersky2016-08-161-0/+4
* | Don't disambiguate aliasesMartin Odersky2016-08-161-11/+11
* | Catch exceptions only in i-interpolator.Martin Odersky2016-08-162-6/+2
* | Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-1/+1
* | New string infterpolatorsMartin Odersky2016-08-1630-349/+394
* | Error message for illegal self type (#1424)Martin Odersky2016-08-161-1/+1
* | Suspend interpolating typevars when there are unreported errors.Martin Odersky2016-08-161-6/+32
* | Fix #1430: Avoid constrained polyparams in error messageMartin Odersky2016-08-161-1/+15
* | Merge pull request #1445 from dotty-staging/fix-#1442Dmitry Petrashko2016-08-152-0/+61
|\ \
| * | SelectStatic: do not promote types-qualifiers.Dmitry Petrashko2016-08-091-1/+1
| * | SelectStatic: retain symbols on overloaded selectsDmitry Petrashko2016-08-091-2/+1
| * | SelectStatic: also normalise TypeApply nodes.Dmitry Petrashko2016-08-091-0/+6