aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add bytecode checking infrastructureFelix Mulder2016-05-174-0/+516
| |/
* | Add Eq instances of standard types to PredefMartin Odersky2016-05-231-1/+5
* | Downwards comparisons for implicit search and overloading resolutionMartin Odersky2016-05-231-2/+2
* | Fix testMartin Odersky2016-05-191-2/+2
* | Fix dotc bootstrap failureMartin Odersky2016-05-191-0/+1
* | Test caseMartin Odersky2016-05-181-1/+2
|/
* Rename old DottyRepl (used for power mode) using ILoop to TypeStealerFelix Mulder2016-04-291-1/+1
* Revert Scanners and Tokens to their original formFelix Mulder2016-04-281-1/+1
* Add multiline support using ammonite multilineFilterFelix Mulder2016-04-281-1/+1
* Initial implementation featuring two different highlightersFelix Mulder2016-04-281-2/+2
* Merge pull request #1211 from dotty-staging/fix-#1202odersky2016-04-161-15/+7
|\
| * Update TASTY tests for dotty/srcVladimirNik2016-04-131-14/+3
| * Rearrange pickle testsMartin Odersky2016-04-091-1/+4
* | Fix issues with `enterBlock` for comment parsingFelix Mulder2016-04-111-0/+30
* | Add commandline argument `-Ykeep-comments` to remove hardcodingFelix Mulder2016-04-071-0/+2
* | Add binding between Symbol and Untyped tree in base contextFelix Mulder2016-04-072-37/+72
* | Change tests to be based on JUnit, rename comments variableFelix Mulder2016-04-072-506/+454
* | Add docstring support for types, vals, vars and defsFelix Mulder2016-04-071-4/+137
* | Fix association of docstrings based on posisitionFelix Mulder2016-04-071-1/+50
* | Add package object supportFelix Mulder2016-04-071-2/+93
* | Add ability to parse nested classes/traits docstringsFelix Mulder2016-04-071-1/+47
* | Fix traits w/o bodies not getting the correct docstringFelix Mulder2016-04-071-4/+32
* | Add tests for classes and traitsFelix Mulder2016-04-072-2/+160
|/
* Drop Mode.scala from tasty_typer testMartin Odersky2016-04-011-1/+1
* Move Mode to coreMartin Odersky2016-04-012-2/+2
* Fix build.Dmitry Petrashko2016-03-311-2/+2
* Merge pull request #1182 from dotty-staging/repl-fixesodersky2016-03-313-1/+65
|\
| * Add docs to TestREPLMartin Odersky2016-03-181-0/+8
| * Move all overridable bits into Config classMartin Odersky2016-03-181-15/+14
| * Add REPL testsMartin Odersky2016-03-183-1/+58
* | TASTY tests for src/dottyVladimirNik2016-03-241-10/+78
|/
* Merge pull request #1166 from dotty-staging/fix-#1136odersky2016-03-181-2/+2
|\
| * Add second field to SeqLiteralMartin Odersky2016-03-101-2/+2
* | Polish rewrite testMartin Odersky2016-03-121-3/+3
* | Rewrite testMartin Odersky2016-03-122-1/+19
|/
* Merge pull request #1126 from sjrd/scalajsDmitry Petrashko2016-03-041-1/+1
|\
| * Store the JSDefinitions in a custom platform SJSPlatform.Sébastien Doeraene2016-03-011-1/+1
* | Neg tests: change val computeFilePathsAndExpErrors to defVladimirNik2016-03-031-3/+3
* | Neg tests: remove negTest flag; neg tests are binded to neg directoryVladimirNik2016-03-032-53/+46
* | Neg tests: remove xerror parameter from tests (compute based on // error)VladimirNik2016-03-032-121/+81
* | Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-021-1/+0
|\ \ | |/ |/|
| * Remove bogus testMartin Odersky2016-02-201-1/+0
* | Add a `dotty-interfaces` packageGuillaume Martres2016-02-282-0/+127
* | Merge pull request #1112 from dotty-staging/value-classes-private-this-paramDmitry Petrashko2016-02-201-1/+1
|\ \ | |/ |/|
| * fix to neg_valueClasses testVladimirNik2016-02-191-1/+1
* | Merge pull request #1066 from dotty-staging/fix-#997odersky2016-02-191-0/+2
|\ \
| * | Fix expected error countMartin Odersky2016-02-191-1/+1
| * | Add checking for leaking private definitionsMartin Odersky2016-02-191-0/+2
| |/
* | Merge pull request #1072 from dotty-staging/change-isVolatile-2odersky2016-02-191-0/+1
|\ \ | |/ |/|
| * Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-1/+1