aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | More systematic treatement of IndexedViewMartin Odersky2016-07-302-52/+122
| * | | Print kind of missing memberMartin Odersky2016-07-291-4/+4
| * | | Index members of a class before evaluating its parentsMartin Odersky2016-07-292-1/+28
| * | | Drop on LinearSeq needs to return collection of same type as it was called on.Martin Odersky2016-07-292-16/+76
| * | | Tweaks to strawmanMartin Odersky2016-07-283-173/+213
| * | | Make colltest6 self-containedMartin Odersky2016-07-272-1/+2
| * | | Simplify lexicallyEnclosingClassMartin Odersky2016-07-271-12/+3
| * | | Quick-fix eclosingMethod attribute generation for t3048.scalaDmitry Petrashko2016-07-272-1/+16
| * | | Move test from pos to runMartin Odersky2016-07-271-1/+10
| * | | Fix problem related to cbn parameters in supercallsMartin Odersky2016-07-274-18/+21
| * | | Rename fromLikeIterable -> fromIterableWithSameElemTypeMartin Odersky2016-07-273-35/+35
| * | | Fix substDealiasMartin Odersky2016-07-272-7/+17
| * | | Improve dropMartin Odersky2016-07-272-21/+7
| * | | Further extension with LazyListMartin Odersky2016-07-264-209/+1081
| * | | Add arrays to collection strawmanMartin Odersky2016-07-254-0/+1496
* | | | Merge pull request #1448 from dotty-staging/fix/object-subtypingGuillaume Martres2016-08-122-1/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #1447: Make X$ <:< X.type when X is an objectGuillaume Martres2016-08-092-1/+17
|/ / /