aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-285-81/+14
* Fix `:...` commands printing erroneous messages on next newlineFelix Mulder2016-04-282-2/+2
* Fix error messages not being doubled and being on a new lineFelix Mulder2016-04-283-22/+24
* Fix highlighting tokens after newline predated by '='Felix Mulder2016-04-282-4/+4
* Fix interpret dummy line before prompt displayedFelix Mulder2016-04-281-3/+2
* Stop interpreter from interpreting twice on enterFelix Mulder2016-04-284-5/+39
* Add multiline support using ammonite multilineFilterFelix Mulder2016-04-288-95/+83
* Highlight comments, remove scanner wrapping syntax highlighterFelix Mulder2016-04-281-242/+119
* Initial implementation featuring two different highlightersFelix Mulder2016-04-2822-26/+2523
* Merge pull request #1238 from dotty-staging/fix-#1235odersky2016-04-2813-55/+98
|\
| * Allow dependent method type for unapply.Martin Odersky2016-04-272-3/+16
| * Revert: Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-272-44/+2
| * Dealias more types in resultTypeMartin Odersky2016-04-271-26/+31
| * Add FurtureDefsOK for isBottomTypeMartin Odersky2016-04-271-1/+7
| * Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-272-2/+44
| * Test caseMartin Odersky2016-04-271-0/+16
| * Fix misprediction of dependent method type status.Martin Odersky2016-04-271-7/+10
| * Avoid forming ???.T type.Martin Odersky2016-04-271-1/+2
| * Rename Reporting#println -> Reporting#echoMartin Odersky2016-04-278-27/+26
|/
* Merge pull request #1237 from dotty-staging/vc-ofDimDmitry Petrashko2016-04-261-4/+6
|\
| * arrayConstructors: do not rewrite ofDim for arrays of value classesVladimirNik2016-04-261-4/+6
* | Merge pull request #1231 from dotty-staging/fix-equalityodersky2016-04-269-10/+130
|\ \
| * \ Merge branch 'master' into fix-equalityodersky2016-04-264-5/+50
| |\ \ | |/ / |/| |
* | | Merge pull request #1227 from dotty-staging/implement-1221Dmitry Petrashko2016-04-264-5/+50
|\ \ \ | |_|/ |/| |
| * | Fix test failures in tailcall due to name clashes.Dmitry Petrashko2016-04-212-2/+2
| * | Add neg-test for method with @tailrec callsites that is not final.Dmitry Petrashko2016-04-181-0/+10
| * | Tailrec:report error if method containing @tailrec callsite isn't finalDmitry Petrashko2016-04-181-2/+16
| * | Test #1221.Dmitry Petrashko2016-04-182-0/+20
| * | Implement #1221. Allow to specify per-callsite @tailrec annotation.Dmitry Petrashko2016-04-181-3/+4
| | * Add test that demonstrate that #878 is fixedGuillaume Martres2016-04-221-0/+17
| | * Comment out debug printlnMartin Odersky2016-04-221-1/+1
| | * Support implicitNotFound annotationMartin Odersky2016-04-224-4/+30
| | * Avoid propagating unresolved implicitsMartin Odersky2016-04-212-2/+2
| | * Straw man for multiversal equality.Martin Odersky2016-04-211-0/+76
| | * Fix constraint handling in eitherIsSubtypeMartin Odersky2016-04-211-1/+1
| | * Always minimize type variables when interpolating an expected type of an impl...Martin Odersky2016-04-212-7/+8
| |/ |/|
* | Merge pull request #1219 from dotty-staging/fix-strawmansDmitry Petrashko2016-04-2018-48/+2222
|\ \
| * | Fix check filesMartin Odersky2016-04-172-2/+0
| * | Updates of strawmanMartin Odersky2016-04-178-113/+997
| * | Drop type annotation in collection testMartin Odersky2016-04-161-1/+1
| * | Strawman polishingMartin Odersky2016-04-161-9/+3
| * | Add check fileMartin Odersky2016-04-151-0/+68
| * | Add companions to value classes during desugaringsMartin Odersky2016-04-153-8/+20
| * | Make Names immutable SeqsMartin Odersky2016-04-151-1/+1
| * | Tweak in NameOpsMartin Odersky2016-04-151-1/+1
| * | Dealias applied type constructorsMartin Odersky2016-04-151-2/+10
| * | Fix toString and productPrefix of case objectsMartin Odersky2016-04-151-2/+6
| * | Fix #765 for super accessorsMartin Odersky2016-04-151-1/+10
| * | Create LambdaTraits referred to from UnpicklerMartin Odersky2016-04-152-1/+8
| * | Small improvements in TypesMartin Odersky2016-04-151-2/+4