summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | SI-9212 Fix toolbox with varargs constructorsJason Zaugg2015-06-091-0/+1
| * | | | | | | Merge pull request #4420 from Ichoran/issue/8254Adriaan Moors2015-06-171-0/+2
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | SI-8254 List SerializationProxy fails to default(Read/Write)ObjectRex Kerr2015-03-311-0/+2
| * | | | | | | Merge pull request #4534 from Ichoran/sorting-reimplAdriaan Moors2015-06-161-477/+235
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-477/+235
| * | | | | | | Merge pull request #4548 from ScrapCodes/git_4522Jason Zaugg2015-06-142-16/+56
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | SI-7747 More tests and logic according to our conclusions on #4522.Prashant Sharma2015-06-101-4/+4
| | * | | | | | SI-7747 Limit previous change to imports of REPL valsJason Zaugg2015-05-261-5/+10
| | * | | | | | SI-7747 Make REPL wrappers serialization friendlyPrashant Sharma2015-05-262-16/+51
| * | | | | | | Merge pull request #4536 from danieldietrich/2.11.xJason Zaugg2015-06-071-4/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Better names for length valuesDaniel Dietrich2015-06-051-5/+5
| | * | | | | | | Applying inverse index instead of reversing a ListDaniel Dietrich2015-06-021-1/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #4519 from lrytz/opt/nullness-2.11Jason Zaugg2015-06-078-22/+1113
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Fix aliasing / nullness of CHECKCASTLukas Rytz2015-06-042-3/+4
| | * | | | | | Compiler option for disabling nullness analysisLukas Rytz2015-06-044-9/+23
| | * | | | | | Address review feedbackLukas Rytz2015-05-253-60/+100
| | * | | | | | Fix wrong result in InstructionStackEffect for ATHROW, RETURNLukas Rytz2015-05-251-3/+3
| | * | | | | | Fix wrong indexing in FrameExtensions.peekStackLukas Rytz2015-05-251-1/+1
| | * | | | | | Enable nullness analysis in the inlinerLukas Rytz2015-05-252-12/+24
| | * | | | | | Nullness AnalysisLukas Rytz2015-05-226-7/+1031
| | | |_|_|_|/ | | |/| | | |
| * | | | | | SI-9343 Xlint less strict on pattern sequencesSom Snytt2015-06-031-2/+4
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #4511 from sriggin/SI-9322Lukas Rytz2015-05-282-3/+3
| |\ \ \ \ \
| | * | | | | SI-9322 Elapsed times in compiler calculated withSean Riggin2015-05-262-3/+3
| * | | | | | Merge pull request #4530 from som-snytt/issue/9332Lukas Rytz2015-05-281-20/+12
| |\ \ \ \ \ \
| | * | | | | | SI-9332 Iterator.span simplifiedSom Snytt2015-05-271-15/+12
| | * | | | | | SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-17/+12
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #4531 from kzys/8210-inherited-doc-211Lukas Rytz2015-05-281-3/+3
| |\ \ \ \ \ \
| | * | | | | | SI-8210 Scaladoc: Fix the false negative @inheritdoc warning on accessorsKato Kazuyoshi2015-05-271-3/+3
| | |/ / / / /
| * / / / / / SI-9144 Scaladoc: Make generated HTML files POSIX-compatible text filesKato Kazuyoshi2015-05-271-0/+1
| |/ / / / /
| * | / / / Fix small grammar error in `Warnings`Simon Schäfer2015-05-221-1/+1
| | |/ / / | |/| | |
| * | | | Merge pull request #4477 from retronym/ticket/9286Adriaan Moors2015-05-211-2/+1
| |\ \ \ \
| | * | | | SI-9286 Check subclass privates for "same type after erasure"Jason Zaugg2015-05-181-2/+1
| * | | | | Merge pull request #4501 from retronym/topic/indylambda-serializationAdriaan Moors2015-05-219-22/+104
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | [indylambda] Enable caching for lambda deserializationJason Zaugg2015-05-185-8/+42
| | * | | | [indylambda] Support lambda {de}serializationJason Zaugg2015-05-178-22/+70
| * | | | | Merge pull request #4508 from retronym/topic/uncurry-specializedLukas Rytz2015-05-201-1/+1
| |\ \ \ \ \
| | * | | | | Avoid inefficient specialied lambdas w. delambdafy jvm-1.8, GenASMJason Zaugg2015-05-201-1/+1
| | | |/ / / | | |/| | |
| * / | | | Document -target:jvm-1.8 in the man pageJason Zaugg2015-05-201-2/+3
| |/ / / /
| * | | | Merge pull request #4497 from retronym/topic/indylambda-diy-boxingJason Zaugg2015-05-163-31/+118
| |\| | |
| | * | | [indylambda] Relieve LambdaMetafactory of boxing dutiesJason Zaugg2015-05-153-31/+118
| * | | | Merge pull request #4502 from cneijenhuis/documentation/try-example-deprecatedAdriaan Moors2015-05-151-2/+3
| |\ \ \ \
| | * | | | Fixed deprecation warning in scaladoc example of TryChristoph Neijenhuis2015-05-151-2/+3
| | |/ / /
* | | | | Require and target Java 8Jason Zaugg2015-05-2610-20/+22
* | | | | SI-9326 Binding to existentials can discard the prefixJason Zaugg2015-05-251-6/+8
* | | | | SI-9326 Fix regression with existentials in parent typesJason Zaugg2015-05-251-1/+1
* | | | | Merge pull request #4435 from adriaanm/rework-4297Lukas Rytz2015-05-221-10/+22
|\ \ \ \ \
| * | | | | Optimize `implicit def Predef.<???>ArrayOps`xuwei-k2015-05-201-10/+22
* | | | | | Remove traces of scala-actorsLukas Rytz2015-05-201-9/+14
|/ / / / /
* | | | | Move a Scaladoc sentence to the correct methodAlexey Romanov2015-05-161-11/+12
* | | | | Merge commit '297eeb3' into merge-2.11-may-12Lukas Rytz2015-05-1284-31804/+0
|\| | | |