summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
| * | SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-285-9/+9
* | | Merge pull request #5191 from som-snytt/issue/9382Lukas Rytz2016-05-301-41/+0
|\ \ \ | |/ / |/| |
| * | SI-9382 Zippy clean-up in aisle 2 & 3Som Snytt2016-05-261-41/+0
* | | Merge pull request #5102 from milessabin/2.12.xJason Zaugg2016-05-274-1/+183
|\ \ \
| * | | -Xexperimental mode now only includes -Ypartial-unificationMiles Sabin2016-05-241-1/+1
| * | | SI-2712 Add support for higher order unificationMiles Sabin2016-05-243-0/+182
* | | | Merge pull request #5192 from dwijnand/wip/scala-repl-no-importsJason Zaugg2016-05-279-15/+567
|\ \ \ \
| * | | | Fully qualify types in REPL generated codeDale Wijnand2016-05-269-15/+567
| | |/ / | |/| |
* / | | Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-2533-33/+33
|/ / /
* | | Merge pull request #5175 from som-snytt/issue/9656-range-toStringStefan Zeiger2016-05-242-0/+57
|\ \ \ | |/ / |/| |
| * | SI-9656 Range.toString distinguishes Numeric stepSteve Robinson2016-05-192-0/+57
* | | Merge pull request #5153 from petermz/ticket/5463Lukas Rytz2016-05-231-0/+21
|\ \ \
| * | | SI-5463 Check .jars before using thempeterz2016-05-171-0/+21
* | | | SI-7916: ScriptEngine supportSom Snytt2016-05-196-25/+2
* | | | Generate static forwarders for object members in companion interface (#5131)Jason Zaugg2016-05-193-0/+11
* | | | SI-8756 Fix generic signature for refinement of primitiveJason Zaugg2016-05-181-1/+1
* | | | SI-8756 Test to demonstrate the status quoJason Zaugg2016-05-182-0/+31
| |/ / |/| |
* | | Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-174-33/+3
|\ \ \ | |/ / |/| |
| * | Add SerialVersionUID to ListSetRui Gonçalves2016-05-171-1/+3
| * | Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-173-32/+0
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-05-173-3/+48
|\ \ \ | | |/ | |/|
| * | SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-025-72/+54
* | | Add check to scala REPL package to improve feedback about implicits (#5159)Jens2016-05-134-0/+25
* | | SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-1/+0
* | | Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-052-22/+5
|\ \ \ | |_|/ |/| |
| * | Remove abstraction layer in classpath implementationLukas Rytz2016-05-022-2/+1
| * | remove recursive classpath implementationLukas Rytz2016-04-232-20/+4
* | | Merge pull request #5115 from lrytz/merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-254-0/+76
|\ \ \
| * \ \ Merge commit '684c314' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-224-0/+76
| |\ \ \ | | |/ / | |/| / | | |/
| | * SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-202-0/+40
| | * SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-202-0/+36
* | | Merge pull request #5109 from lrytz/pr5064Lukas Rytz2016-04-238-28/+13
|\ \ \
| * | | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-228-28/+13
| |/ /
* / / SI-9516 Fix the behavior of Int shift Long operations. (#5117)Sébastien Doeraene2016-04-231-0/+52
|/ /
* | Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-222-7/+6
|\ \
| * | Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-212-7/+6
* | | Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-209-45/+49
|\ \ \ | |/ / |/| |
| * | Clean up code gen for method invocationsLukas Rytz2016-04-201-1/+1
| * | Move test run/origins.scala to pendingLukas Rytz2016-04-123-28/+0
| * | SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-125-16/+48
* | | Merge pull request #5098 from sjrd/simplify-scala-runtimeLukas Rytz2016-04-201-2/+3
|\ \ \
| * | | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-131-2/+3
| |/ /
* / / SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-152-0/+18
|/ /
* | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-012-5/+12
|\ \
| * | SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-292-5/+12
* | | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-301-0/+9
* | | Bring back AbstractFunction parentAdriaan Moors2016-03-304-7/+5
* | | Keep SAM body in anonfun method in enclosing classJason Zaugg2016-03-301-1/+3
* | | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-295-5/+16
* | | LMF cannot run trait's "initializer" (constructor)Adriaan Moors2016-03-292-1/+9