aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix expected error countMartin Odersky2016-02-191-1/+1
* Move leak detection to CheckingMartin Odersky2016-02-193-34/+44
* Fix two private leaks in dotty compiler itself.Martin Odersky2016-02-192-3/+3
* Add checking for leaking private definitionsMartin Odersky2016-02-195-5/+98
* New utility method: Reporter#errorOrMigrationWarningMartin Odersky2016-02-191-0/+3
* Copy access flags to derived definitions during desugaringMartin Odersky2016-02-192-5/+26
* 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
| * | | More todosMartin Odersky2016-02-171-0/+1
| * | | Better explanation of TODO itemsMartin Odersky2016-02-172-3/+5
| * | | Revisions to REPLMartin Odersky2016-02-177-945/+923
| * | | Export run contextMartin Odersky2016-02-171-0/+3
| * | | newCompiler now takes a context parameterMartin Odersky2016-02-178-20/+13
| * | | First PoC of REPLMartin Odersky2016-02-1710-0/+1417
| * | | Utility method for phase replacementMartin Odersky2016-02-171-0/+7
| * | | Make output directory overridableMartin Odersky2016-02-172-3/+6
| |/ /
* | | Merge pull request #1092 from dotty-staging/value-class-checksDmitry Petrashko2016-02-173-1/+24
|\ \ \ | |/ / |/| |