summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #4499 from lrytz/removeAsmLukas Rytz2015-05-1291-31812/+15
| |\
| | * Remove ASM sourcesLukas Rytz2015-05-1184-31804/+0
| | * intellij project files for ASM removalLukas Rytz2015-05-117-8/+15
* | | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-1265-1271/+369
|\| |
| * | Add @throws annotation to GenSeqLike.updatedCody Allen2015-05-071-0/+1
| |/
| * SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-053-7/+6
| * SI-9298 Fix erasure of value classes in JavaJason Zaugg2015-05-051-0/+2
| * Merge pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-042-2/+2
| |\
| | * Remove references to the old PDF version of the specificationGuillaume Martres2015-04-302-2/+2
| * | Merge pull request #4486 from mpociecha/ticket/8679Lukas Rytz2015-05-044-5/+20
| |\ \
| | * | SI-8679 Add support for ScalaLongSignature attribute in scalapMichał Pociecha2015-05-034-5/+20
| * | | Merge pull request #4467 from nafg/patch-1Lukas Rytz2015-05-041-2/+2
| |\ \ \
| | * | | Fix scaladoc of Try#failednafg2015-04-241-2/+2
| * | | | Merge pull request #4463 from retronym/topic/indylambda-emit-indyLukas Rytz2015-05-047-23/+147
| |\ \ \ \
| | * | | | Small refactorings and additional comments in DelambdafyJason Zaugg2015-04-221-46/+54
| | * | | | Update internal documentation in Delambdafy phaseJason Zaugg2015-04-221-5/+12
| | * | | | Support specialized method-handle based lambdasJason Zaugg2015-04-213-7/+27
| | * | | | SI-8359 Emit invokedynamic for lambdasJason Zaugg2015-04-215-12/+101
| * | | | | Merge pull request #4470 from swaldman/correct-predef-assertion-docLukas Rytz2015-05-041-2/+2
| |\ \ \ \ \
| | * | | | | Fixed documentation of assertions in Predefswaldman2015-04-281-2/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #4469 from retronym/ticket/9282Lukas Rytz2015-05-041-3/+5
| |\ \ \ \ \
| | * | | | | SI-9282 Avoid obscuring an exception during classfile parsingJason Zaugg2015-04-271-3/+5
| * | | | | | Merge pull request #4473 from retronym/ticket/9285Lukas Rytz2015-05-041-1/+1
| |\ \ \ \ \ \
| | * | | | | | SI-9285 Don't warn about non-sensible equals in synthetic methodsJason Zaugg2015-04-291-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #4487 from mpociecha/remove-unused-source-classLukas Rytz2015-05-041-127/+0
| |\ \ \ \ \ \
| | * | | | | | Remove unused, mostly commented out doc/html/page/Source.scalaMichał Pociecha2015-05-021-127/+0
| | |/ / / / /
| * | | | | | Merge pull request #4488 from gbasler/topic/files-in-wrong-placeLukas Rytz2015-05-045-76/+1
| |\ \ \ \ \ \
| | * | | | | | Avoid `Set` instantiation.Gerard Basler2015-05-031-2/+1
| | * | | | | | Move test files to the right place.Gerard Basler2015-05-034-74/+0
| | |/ / / / /
| * / / / / / Update intellij project files for IDEA 14.1 and latest Scala pluginLukas Rytz2015-05-0142-1054/+175
| |/ / / / /
* | | | | | Merge pull request #4480 from retronym/merge/2.11.x-to-2.12.x-20150501Lukas Rytz2015-05-0156-87/+166
|\ \ \ \ \ \
| * | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-0156-87/+166
| |\| | | | |
| | * | | | | Merge pull request #4465 from retronym/ticket/9279Lukas Rytz2015-04-271-5/+5
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | SI-9279 Improve performance of bash runner scriptJason Zaugg2015-04-231-5/+5
| | | |/ / /
| | * | | | Merge pull request #4415 from Ichoran/issue/9254Adriaan Moors2015-04-221-5/+7
| | |\ \ \ \
| | | * | | | SI-9254 UnrolledBuffer appends in wrong positionRex Kerr2015-03-311-5/+7
| | * | | | | Merge pull request #4416 from Ichoran/issue/9197Adriaan Moors2015-04-221-1/+4
| | |\ \ \ \ \
| | | * | | | | SI-9197 Duration.Inf not a singleton when deserializedRex Kerr2015-03-311-1/+4
| | * | | | | | Merge pull request #4462 from som-snytt/issue/badtabAdriaan Moors2015-04-221-5/+10
| | |\ \ \ \ \ \
| | | * | | | | | SI-9275 Fix row-first display in REPLSom Snytt2015-04-211-5/+10
| | * | | | | | | Merge pull request #4461 from adriaanm/rebase-4446Adriaan Moors2015-04-2245-58/+58
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix many typosMichał Pociecha2015-04-2145-58/+58
| | | |/ / / / / /