summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Typo fix in scala.sys.process.ProcessBuilder.Steven Mitchell2016-08-021-2/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5315 from retronym/topic/raceLukas Rytz2016-08-091-7/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix race condition in lambda deserializationJason Zaugg2016-07-311-7/+9
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #5302 from soc/topic/deprecation-fixes-2.12Lukas Rytz2016-08-0917-47/+80
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Deprecate values that had to be public in older versions...Simon Ochsenreither2016-08-021-2/+10
| * | | | | | | | | Reduce deprecations and warningsSimon Ochsenreither2016-08-0216-45/+70
| |/ / / / / / / /
* | | | | | | | | Merge pull request #5286 from soc/topic/biased-either-fixupStefan Zeiger2016-08-031-24/+48
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Improve Scaladoc for Either:Simon Ochsenreither2016-07-151-24/+48
| |/ / / / / / /
* | | | | | | | Merge pull request #5250 from dimatkach/fast-array-slice-3Adriaan Moors2016-07-281-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed some style issuesDima Tkach2016-07-271-2/+2
| * | | | | | | | Override `.slice` in ArrayOps to use arraycopy.Dima Tkach2016-06-281-0/+11
* | | | | | | | | Merge pull request #5301 from retronym/ticket/SD-167Adriaan Moors2016-07-262-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SD-167 Fine tuning constructor pattern translationJason Zaugg2016-07-252-2/+3
* | | | | | | | | | Merge pull request #5279 from retronym/ticket/SD-183Adriaan Moors2016-07-261-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SD-183 Make refinement classes ineligible as SAMsJason Zaugg2016-07-141-2/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5267 from lrytz/deprecateRemoteAdriaan Moors2016-07-262-19/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Minor cleanups in GenBCodeLukas Rytz2016-07-201-19/+16
| * | | | | | | | | | Deprecate scala.remoteLukas Rytz2016-07-201-0/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #5299 from mpociecha/improve-intellij-integrationAdriaan Moors2016-07-261-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Improve sbt-based IntelliJ integration in case of WindowsMichaƂ Pociecha2016-07-221-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5297 from retronym/review/5268Jason Zaugg2016-07-261-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Disable stub warning by default.Oscar Boykin2016-07-221-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #4851 from soc/SI-9560-scaladoc-json-depStefan Zeiger2016-07-2513-76/+108
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9560 Remove dependency on parser-combinators/jsonSimon Ochsenreither2016-07-2213-76/+108
| |/ / / / / / /
* | | | | | | | Merge pull request #5295 from varming/cvarming/nepotismStefan Zeiger2016-07-223-1/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-8774 Null link fields in mutable hash maps on removal.Carsten Varming2016-07-213-1/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #5281 from dwijnand/either-valueLukas Rytz2016-07-221-2/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprecate and rename Left#a/Right#b to Left#value/Right#valueDale Wijnand2016-07-141-2/+6
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #5296 from retronym/ticket/SD-186Lukas Rytz2016-07-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SD-186 Fix positions in trait method bytecodeJason Zaugg2016-07-221-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #5278 from retronym/ticket/SD-120Lukas Rytz2016-07-223-30/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | SD-120 Non FunctionN lambdas should not be universally serializableJason Zaugg2016-07-223-30/+32
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | SD-121 Remove now-unneeded J{Function,Proc}N functional interfacesJason Zaugg2016-07-22135-1683/+93
|/ / / / / / /
* | | | | | | Upgrade asm to 5.1Lukas Rytz2016-07-206-29/+39
* | | | | | | Merge pull request #5257 from szeiger/wip/final-tuplesLukas Rytz2016-07-2024-49/+24
|\ \ \ \ \ \ \
| * | | | | | | SI-7301 Make tuple classes finalStefan Zeiger2016-07-0724-49/+24
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5261 from som-snytt/issue/9827Stefan Zeiger2016-07-191-50/+92
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | SI-9827 MatchIterator advances itselfSom Snytt2016-07-181-50/+92
| |/ / / / /
* | | | | | Merge pull request #5265 from szeiger/issue/6947Adriaan Moors2016-07-188-245/+244
|\ \ \ \ \ \
| * | | | | | SI-6947 Better type parameter names for Map classesStefan Zeiger2016-07-078-245/+244
| |/ / / / /
* | | | | | Merge pull request #5246 from jodersky/javadocAdriaan Moors2016-07-188-72/+118
|\ \ \ \ \ \
| * | | | | | Retain javadoc comments in scaladocJakob Odersky2016-07-158-72/+118
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5285 from szeiger/wip/sbt-bootstrapAdriaan Moors2016-07-181-2/+8
|\ \ \ \ \ \
| * | | | | | Switch the bootstrap build over to sbtStefan Zeiger2016-07-151-2/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5273 from retronym/ticket/9855Adriaan Moors2016-07-181-14/+3
|\ \ \ \ \ \
| * | | | | | SI-9855 Fix regression in extractor pattern translationJason Zaugg2016-07-141-14/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5275 from dwijnand/somexStefan Zeiger2016-07-181-2/+4
|\ \ \ \ \ \
| * | | | | | Deprecated and rename Some#x to Some#valueDale Wijnand2016-07-151-2/+4
| | |/ / / / | |/| | | |
* / | | | | SI-9691 BufferedIterator should expose a headOptionChristopher Davenport2016-07-151-0/+6
|/ / / / /
* | | | | Merge pull request #5264 from lrytz/t8561Lukas Rytz2016-07-132-48/+69
|\ \ \ \ \