aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Keep named arguments during eta expansionMartin Odersky2016-02-181-6/+4
* 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
|\ \ | |/ |/|
| * Add checks for value classes:VladimirNik2016-02-163-1/+24
|/
* Merge pull request #1075 from dotty-staging/fix-t920-testDmitry Petrashko2016-02-168-37/+160
|\
| * Fix problems in DropEmptyCompanionsMartin Odersky2016-02-113-62/+89
| * Only remove synthetic companion objectsMartin Odersky2016-02-112-3/+6
| * Move test to pendingMartin Odersky2016-02-111-0/+5
| * New phase to drop empty companion objectsMartin Odersky2016-02-113-0/+81
| * Abstract out lazy local names somewhatMartin Odersky2016-02-112-6/+13
* | Merge pull request #1080 from dotty-staging/fix-#619Dmitry Petrashko2016-02-124-3/+11
|\ \
| * | Document dotty internal AnnotationsMartin Odersky2016-02-124-3/+11
| |/
* | Merge pull request #1079 from dotty-staging/fix-#435Dmitry Petrashko2016-02-121-1/+1
|\ \
| * | Improve error messageMartin Odersky2016-02-121-1/+1
* | | Merge pull request #1076 from dotty-staging/fix/run-tests-memoryDmitry Petrashko2016-02-122-2/+11
|\ \ \
| * | | partest: run tests with -Xms64M -Xmx1024M instead of JVM defaultsGuillaume Martres2016-02-112-2/+11
| | |/ | |/|
* | | Merge pull request #1081 from dotty-staging/fix-#645Dmitry Petrashko2016-02-122-0/+1
|\ \ \
| * | | Add test case for #645Martin Odersky2016-02-122-0/+1
| |/ /
* | | Merge pull request #1078 from dotty-staging/fix-#324Guillaume Martres2016-02-125-2/+21
|\ \ \ | |/ / |/| / | |/
| * Allow enclosing module as qualifying classMartin Odersky2016-02-122-1/+13
| * Survive class of errors in implicit searchMartin Odersky2016-02-123-1/+8
|/
* Merge pull request #1071 from dotty-staging/add/more-testsodersky2016-02-108-3/+3
|\
| * Enable tests for old fixed issuesGuillaume Martres2016-02-098-3/+3
|/
* Merge pull request #1051 from dotty-staging/change-isVolatileodersky2016-02-0936-166/+633
|\
| * Fix commpilation errorMartin Odersky2016-02-091-3/+7
| * By-name parameters are not stable values.Martin Odersky2016-02-095-27/+30
| * New test files from SI 7278.Martin Odersky2016-02-092-0/+74
| * Perform typer realizability checks only during Typer.Martin Odersky2016-02-091-2/+2
| * Big realizability refactoringMartin Odersky2016-02-0912-168/+300
| * Handle paths of length > 1 for realizability checkingMartin Odersky2016-02-093-4/+69
| * Consider by name parameters as lazily initializedMartin Odersky2016-02-091-1/+7
| * Remove isVolatile and DNF methodsMartin Odersky2016-02-091-91/+1