aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add doc commentMartin Odersky2016-02-191-0/+1
| * | | Address reviewer commentsMartin Odersky2016-02-192-2/+3
| * | | More named param testsMartin Odersky2016-02-193-0/+437
| * | | Annotate test with // error indicationsMartin Odersky2016-02-191-6/+7
| * | | Check named type params for welformedness rules.Martin Odersky2016-02-193-4/+75
| * | | Fix PostTyper normalization for named argsMartin Odersky2016-02-191-6/+4
| * | | Fix pending test for picklingMartin Odersky2016-02-191-2/+2
| * | | Move failing test to pendingMartin Odersky2016-02-191-0/+0
| * | | Avoid cyclic reference error when building dotty.Martin Odersky2016-02-191-2/+1
| * | | Make named parameter alias handling more robustMartin Odersky2016-02-191-1/+1
| * | | Augment test caseMartin Odersky2016-02-192-6/+15
| * | | Make some operations surivive partial named parameter listsMartin Odersky2016-02-193-8/+19
| * | | First version of named type argumentsMartin Odersky2016-02-196-24/+121
| * | | Support named type parametersMartin Odersky2016-02-194-3/+11
| * | | Remove unnecessary logic in toBoundsMartin Odersky2016-02-191-0/+3
* | | | Merge pull request #1106 from dotty-staging/neg-linesDmitry Petrashko2016-02-1951-144/+279
|\ \ \ \ | |/ / / |/| | |
| * | | Neg tests: remove // error from pos testsVladimirNik2016-02-192-2/+2
| * | | Neg tests: filename checking updatedVladimirNik2016-02-181-1/+1
| * | | Adapt neg tests to new neg tests checksVladimirNik2016-02-1818-56/+56
| * | | Restructured JUnit neg testsvsalvis2016-02-181-50/+107
| * | | Negtests (JUnit only) check that each error line has a // errorvsalvis2016-02-182-4/+81
| * | | Negtests with // error commentsvsalvis2016-02-1837-99/+100
* | | | Merge pull request #1107 from dotty-staging/fix/wildApprox-lazyrefodersky2016-02-192-0/+7
|\ \ \ \
| * | | | ProtoTypes#wildApprox: fix LazyRef approximationGuillaume Martres2016-02-182-0/+7
| |/ / /
* | | | Merge pull request #1109 from dotty-staging/add/gitignore-scalaDmitry Petrashko2016-02-191-0/+2
|\ \ \ \
| * | | | .gitignore: add scala-scalaGuillaume Martres2016-02-191-0/+2
| |/ / /
* | | | Merge pull request #898 from dotty-staging/add/auto-uncurryodersky2016-02-187-20/+105
|\ \ \ \ | |/ / / |/| | |
| * | | Fix pos testMartin Odersky2016-02-161-1/+1
| * | | Untuple using `def` not `val`.Martin Odersky2016-02-163-5/+14
| * | | Strengthen requirement for auto-tuplingMartin Odersky2016-02-163-2/+6
| * | | Turn println into logMartin Odersky2016-02-161-1/+1
| * | | Fix merge errorMartin Odersky2016-02-161-1/+1
| * | | Add more pos and neg testsMartin Odersky2016-02-162-1/+5
| * | | Auto-uncurry n-ary functions.Martin Odersky2016-02-165-19/+87
| | |/ | |/|
* | | Merge pull request #1073 from dotty-staging/fix-#576odersky2016-02-182-5/+43
|\ \ \
| * | | Add test caseMartin Odersky2016-02-161-0/+18
| * | | Handle implicits with default parametersMartin Odersky2016-02-161-5/+25
* | | | Merge pull request #1094 from j2rodrig/masterodersky2016-02-182-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Support for extending the TyperJonathan Rodriguez2016-02-162-1/+3
| | |/ | |/|
* | | Merge pull request #1082 from dotty-staging/add-replDmitry Petrashko2016-02-1823-23/+1367
|\ \ \
| * | | Make dummy first line define something usefulMartin Odersky2016-02-171-1/+2
| * | | Warm up interpreter during first prompt.Martin Odersky2016-02-172-6/+4
| * | | Narrow Interpreter.scala further.Martin Odersky2016-02-171-5/+0
| * | | Remove interpreterSettings logicMartin Odersky2016-02-175-127/+5
| * | | Adress reviewer commentsMartin Odersky2016-02-172-5/+5
| * | | Reinstantiate t920Martin Odersky2016-02-171-0/+24
| * | | Turn cleaning on for interpreter generated messagesMartin Odersky2016-02-171-3/+9
| * | | Fix validity checking refinementMartin Odersky2016-02-171-2/+3
| * | | Refine validity checkingMartin Odersky2016-02-171-12/+16
| * | | Add diagnostic why a symbol is stale.Martin Odersky2016-02-172-1/+34