aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1464 from olafurpg/incompatibilitiesodersky2016-08-238-0/+64
|\
| * Three incompatibilities with scalac.Ólafur Páll Geirsson2016-08-238-0/+64
|/
* Merge pull request #1456 from dotty-staging/fix-#1444odersky2016-08-217-15/+95
|\
| * Fix testMartin Odersky2016-08-201-1/+1
| * Fix #1444: Add implicit arguments to supertraitsMartin Odersky2016-08-207-15/+95
* | Merge pull request #1459 from dotty-staging/tests3odersky2016-08-219-59/+64
|\ \
| * | Address reviewers comments.Martin Odersky2016-08-212-7/+2
| * | Add import back.Martin Odersky2016-08-181-0/+2
| * | Test reshufflingMartin Odersky2016-08-183-25/+5
| * | Refinements to auto tuplingMartin Odersky2016-08-186-31/+59
| |/
* | Merge pull request #1458 from dotty-staging/fix-compare-singletonsGuillaume Martres2016-08-206-9/+15
|\ \ | |/ |/|
| * Add passing testMartin Odersky2016-08-183-0/+15
| * Fix to avoidance of singleton type argumentsMartin Odersky2016-08-183-9/+4
| * Fixes in comparisons between singleton typesMartin Odersky2016-08-182-8/+4
|/
* Merge pull request #1452 from dotty-staging/fix-#1432Guillaume Martres2016-08-174-2/+18
|\
| * Fix #1432: Fix desugaring of Bind(WILDCARD, _).Nicolas Stucki2016-08-154-2/+18
* | Merge pull request #1455 from dotty-staging/tests2Guillaume Martres2016-08-1719-30/+40
|\ \
| * | Add passing testsMartin Odersky2016-08-1710-2/+2
| * | Fix eta expansion for deeply curried methodsMartin Odersky2016-08-173-23/+6
| * | Harden copmpareHkApply for ill-typed programsMartin Odersky2016-08-174-4/+29
| * | Add clause for HKApply in TypeAssigner#avoidMartin Odersky2016-08-172-1/+3
|/ /
* | Merge pull request #1434 from dotty-staging/fix-#1430Guillaume Martres2016-08-1738-358/+565
|\ \
| * | 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-163-4/+86
| * | New string infterpolatorsMartin Odersky2016-08-1631-349/+420
| * | Error message for illegal self type (#1424)Martin Odersky2016-08-162-1/+4
| * | Suspend interpolating typevars when there are unreported errors.Martin Odersky2016-08-162-6/+40
| * | Fix #1430: Avoid constrained polyparams in error messageMartin Odersky2016-08-161-1/+15
* | | Merge pull request #1438 from olafurpg/fix-1437/dotc-error-handlingFelix Mulder2016-08-161-1/+14
|\ \ \ | |/ / |/| |
| * | Fix #1437: handle build failure in bin/dotc.Ólafur Páll Geirsson2016-08-021-1/+14
* | | Merge pull request #1445 from dotty-staging/fix-#1442Dmitry Petrashko2016-08-154-1/+86
|\ \ \
| * | | t4859: update the check file.Dmitry Petrashko2016-08-091-1/+1
| * | | 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
| * | | SelectStatic: do not create blocks that are qualifier of select\applyDmitry Petrashko2016-08-091-11/+27
| * | | Fix SelectStatic: do not lift java statics to free idents.Dmitry Petrashko2016-08-091-1/+3
| * | | Fix NoDenotation.owner in SelectStatic.Dmitry Petrashko2016-08-091-3/+3
| * | | Test that #1442 is fixed.Dmitry Petrashko2016-08-091-0/+24
| * | | Fix #1442: add new phase, SelectStaticDmitry Petrashko2016-08-092-0/+38
* | | | Merge pull request #1450 from cswinter/elim-toplevel-typeboundGuillaume Martres2016-08-153-4/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix #1443: Replace toplevel TypeBounds with AnyClemens Winter2016-08-153-4/+9
| |/ /
* | | Merge pull request #1414 from dotty-staging/add-array-strawmanodersky2016-08-1414-22/+2602
|\ \ \
| * | | Add missing importMartin Odersky2016-07-311-0/+1
| * | | Fix problem with IndexedView.iterator.lengthMartin Odersky2016-07-312-7/+6