summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-05-172-19/+25
|\
| * SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-022-19/+25
* | Add summary reporting to Scaladoc (#5063)Felix Mulder2016-05-137-23/+81
* | Merge pull request #5146 from som-snytt/issue/9045-msgLukas Rytz2016-05-132-36/+34
|\ \
| * | SI-9045 Error on recursive ctorSom Snytt2016-05-042-8/+14
| * | SI-9045 Refactor to abuse of matchSom Snytt2016-05-041-36/+28
* | | Add check to scala REPL package to improve feedback about implicits (#5159)Jens2016-05-131-4/+8
* | | Merge pull request #5156 from retronym/topic/partest-1.0.14Jason Zaugg2016-05-122-2/+2
|\ \ \
| * | | Bump to scala-partest 1.0.14Jason Zaugg2016-05-122-2/+2
* | | | Correct off-by-one error in Product documentation (#5148)Janek Bogucki2016-05-111-1/+1
* | | | SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-112-2/+2
* | | | SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-7/+22
* | | | BitSet{1,2} conversion (#5127)Ruslan Sennov2016-05-111-5/+7
|/ / /
* | | Merge pull request #5042 from soc/SI-9539Jason Zaugg2016-05-051-2/+2
|\ \ \
| * | | SI-9539 Specify charset when reading ScalaSignatures, ...Simon Ochsenreither2016-03-151-2/+2
* | | | Merge pull request #5083 from xuwei-k/fix-Future-scaladocJason Zaugg2016-05-051-2/+2
|\ \ \ \
| * | | | use Future#foreach instead of onSuccess in example codexuwei-k2016-04-141-2/+2
* | | | | Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-0527-945/+350
|\ \ \ \ \
| * | | | | Remove abstraction layer in classpath implementationLukas Rytz2016-05-0227-408/+313
| * | | | | faster AggregateClassPath.findClassLukas Rytz2016-04-231-13/+12
| * | | | | remove recursive classpath implementationLukas Rytz2016-04-2319-577/+78
* | | | | | Merge pull request #5132 from acdenhartog/patch-1Jason Zaugg2016-05-051-3/+1
|\ \ \ \ \ \
| * | | | | | Avoid function chaining with reverse methodArno den Hartog2016-04-271-3/+1
* | | | | | | Merge pull request #5140 from lrytz/inlineDefaultMethodsJason Zaugg2016-05-055-53/+161
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SD-140 inline the correct default methodLukas Rytz2016-04-285-53/+161
| |/ / / / /
* | | | | | Emit a warning when a constant expression evaluates to an ArithmeticException...Olli Helenius2016-05-022-7/+7
* | | | | | SI-9752 never ignore blank lines when parsing code blocks (#5125)Antoine Gourlay2016-05-021-1/+1
* | | | | | SD-142 Avoid noisy log output in backend (#5134)Jason Zaugg2016-05-022-6/+9
* | | | | | Add examples to Exception object and group members (#5111)Janek Bogucki2016-05-021-25/+165
* | | | | | Merge pull request #5129 from retronym/ticket/9762Jason Zaugg2016-04-292-28/+10
|\ \ \ \ \ \
| * | | | | | SI-9762 Remove workaround after upstream fix in jlineJason Zaugg2016-04-271-20/+0
| * | | | | | SI-9762 Update to JLine 2.14.1Jason Zaugg2016-04-272-8/+10
| |/ / / / /
* | | | | | Fix the Eclipse classpaths for 2.12.0-M4. (#5136)Performant Data2016-04-283-5/+5
* | | | | | Merge pull request #5094 from lrytz/classOfUnitAdriaan Moors2016-04-271-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-2/+3
* | | | | | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-254-16/+27
* | | | | | Merge pull request #5115 from lrytz/merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-2511-34/+116
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit '684c314' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-222-5/+13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-201-1/+1
| | * | | | | SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-201-4/+12
| * | | | | | Merge commit '23159d2' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-229-29/+103
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | Automate Eclipse settings and update project files: (#5091)Iulian Dragos2016-04-209-27/+101
| | * | | | Merge pull request #5054 from lrytz/intellij-2.112.11.xLukas Rytz2016-03-2323-234/+336
| | |\ \ \ \
| | * | | | | SI-9488 - adds the same default toString format to Scala Futures as 2.12.xViktor Klang2016-03-221-0/+4
* | | | | | | Merge pull request #5109 from lrytz/pr5064Lukas Rytz2016-04-2332-434/+781
|\ \ \ \ \ \ \
| * | | | | | | Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-222-2/+38
| * | | | | | | Cleaned up Scaladoc for JavaConverters and non-deprecated friendsLukas Rytz2016-04-227-872/+261
| * | | | | | | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2232-83/+1005
| |/ / / / / /
* / / / / / / SI-9516 Fix the behavior of Int shift Long operations. (#5117)Sébastien Doeraene2016-04-232-7/+8
|/ / / / / /
* | | | | | Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-229-101/+68
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |