aboutsummaryrefslogtreecommitdiff
path: root/tests/repl
Commit message (Expand)AuthorAgeFilesLines
* Render line and col in error message for clickabilityFelix Mulder2017-04-163-16/+16
* Fix #1959: infix type operators in the REPLAbel Nieto2017-04-021-0/+5
* Fixed #1573: Add tests for fixed issue.Nicolas Stucki2017-03-201-0/+5
* Update repl check filesMartin Odersky2017-03-052-3/+3
* typedApply: Avoid using incorrect context in tryEitherGuillaume Martres2017-02-181-1/+1
* Ennru forward reference error (#1973)Enno2017-02-141-0/+7
* Change 'overrides nothing' to report via Message (see #1965) (#1968)Enno2017-02-121-0/+17
* Better positions for infix term operations.Guillaume Martres2017-02-051-0/+7
* Workaround #1895: Bringing a symbol to a new run is brokenGuillaume Martres2017-01-281-0/+5
* Fix #1806: Define outer accessors at the right phaseMartin Odersky2016-12-161-0/+5
* Merge pull request #1761 from dotty-staging/topic/product-showFelix Mulder2016-12-141-1/+1
|\
| * Fix repl testsFelix Mulder2016-12-011-1/+1
* | handle ConstantType in TypeComparerReto Hablützel2016-12-041-0/+4
|/
* Fix defs not being printed correctlyFelix Mulder2016-11-241-0/+9
* Update tests fixing contributor PRFelix Mulder2016-11-246-17/+17
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-3/+3
* Add dotty-library to classpath in dottydoc testsFelix Mulder2016-11-222-25/+25
* Fix #1286: Error on inexistent imports that are not used.Nicolas Stucki2016-10-211-0/+10
* Add Levenshtein distance for member values and typesFelix Mulder2016-10-101-0/+5
* Improve positions for MemberDefs using `namePos`Felix Mulder2016-10-102-9/+9
* Handle multiline messages in ConsoleReporterFelix Mulder2016-10-102-56/+50
* Fix TypeMismatch not getting nonsensical tags in some casesFelix Mulder2016-10-102-10/+10
* Fix reporting of ErrorTypes in highlighted segmentsFelix Mulder2016-10-102-10/+10
* Make `typeDiff` aware of placeholder typesFelix Mulder2016-10-101-7/+7
* Refactor explanation interpolatorFelix Mulder2016-10-102-36/+33
* Remove duplication of console reportersFelix Mulder2016-10-102-56/+63
* Add modifiers to highlightingFelix Mulder2016-10-102-30/+30
* Fix readLine in TestREPL to align with Ammonite readerMartin Odersky2016-08-161-0/+74
* Merge pull request #1436 from cswinter/wip-repl-patdef-fixGuillaume Martres2016-08-071-0/+10
|\
| * Fix #1372: Add handler for `PatDef`s to REPLClemens Winter2016-08-021-0/+10
* | Fix #1367: Add ParsedTry case to UntypedTree{Copier,Map,Accumulator}Clemens Winter2016-08-031-0/+3
|/
* Fix varable printing in REPLMartin Odersky2016-07-311-0/+8
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-282-36/+1
* Add test fileMartin Odersky2016-03-181-0/+24
* Add REPL testsMartin Odersky2016-03-183-0/+47