aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-282-44/+12
* 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-287-94/+82
* Highlight comments, remove scanner wrapping syntax highlighterFelix Mulder2016-04-281-242/+119
* Initial implementation featuring two different highlightersFelix Mulder2016-04-2820-24/+2520
* Allow dependent method type for unapply.Martin Odersky2016-04-271-3/+2
* Revert: Better error diagnostics for "not an extractor" errors.Martin Odersky2016-04-271-17/+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-271-2/+17
* 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 branch 'master' into fix-equalityodersky2016-04-261-5/+20
|\ \
| * \ Merge pull request #1227 from dotty-staging/implement-1221Dmitry Petrashko2016-04-261-5/+20
| |\ \ | | |/ | |/|
| | * Tailrec:report error if method containing @tailrec callsite isn't finalDmitry Petrashko2016-04-181-2/+16
| | * Implement #1221. Allow to specify per-callsite @tailrec annotation.Dmitry Petrashko2016-04-181-3/+4
* | | Comment out debug printlnMartin Odersky2016-04-221-1/+1
* | | Support implicitNotFound annotationMartin Odersky2016-04-223-1/+24
* | | Avoid propagating unresolved implicitsMartin Odersky2016-04-211-1/+1
* | | 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-2011-46/+654
|\ \
| * | Updates of strawmanMartin Odersky2016-04-172-67/+130
| * | Strawman polishingMartin Odersky2016-04-161-9/+3
| * | 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
| * | New testsMartin Odersky2016-04-152-1/+510
* | | Address review comments of #1188Dmitry Petrashko2016-04-183-9/+10
* | | Address review comments.Dmitry Petrashko2016-04-181-5/+5
* | | ArrayConstructors: don't optimise creating of multi-dim generic arrays.Dmitry Petrashko2016-04-181-8/+7
* | | Separate handling of genericArray creation from normal ones.Dmitry Petrashko2016-04-183-18/+18
* | | Bring back convertNewArray into typer.Dmitry Petrashko2016-04-182-2/+15
* | | make tpd.JavaSeqLiteral return JavaSeqLiteralDmitry Petrashko2016-04-182-3/+4
* | | Erasure: Erase constant literals.Dmitry Petrashko2016-04-181-2/+3
* | | Update to new version of DottyBackendInterface.Dmitry Petrashko2016-04-181-8/+1
* | | Decouple handling array constructors from typer.Dmitry Petrashko2016-04-185-14/+67
* | | Get rid of all new***Array methods expect one.Dmitry Petrashko2016-04-183-53/+22