summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intellij project files for ASM removalLukas Rytz2015-05-117-8/+15
* 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 #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
| |/ / / / / /
* | | | | | | Merge pull request #4452 from lrytz/valueClassSelfTypeBCodeAdriaan Moors2015-04-221-2/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Don't crash GenBCode for value classes with a self declarationLukas Rytz2015-04-161-2/+4
* | | | | | | Merge pull request #4464 from gourlaysama/wip/scaladoc-deprecatedVlad Ureche2015-04-225-3/+74
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-4476 add an index of deprecated members to scaladocAntoine Gourlay2015-04-225-3/+74
| |/ / / / /
* | | | | | Merge pull request #4457 from retronym/ticket/9268Adriaan Moors2015-04-211-7/+3
|\ \ \ \ \ \
| * | | | | | SI-9268 Be robust against absent classfiles during signature parsingJason Zaugg2015-04-211-7/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4445 from jedesah/patch-2Adriaan Moors2015-04-211-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix typo in Quasiquote doc that was confusingJean-Rémi Desjardins2015-04-101-1/+1
* | | | | | Make lambda body public rather than using static accessorJason Zaugg2015-04-172-101/+48
* | | | | | Merge pull request #4451 from som-snytt/issue/3368-remediateAdriaan Moors2015-04-162-5/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-3368 Default to coalescing for 2.11Som Snytt2015-04-162-5/+4
* | | | | | SI-9273 Avoid unpositioned error for bare classOfJason Zaugg2015-04-151-4/+5
* | | | | | Merge pull request #4367 from retronym/topic/indylambda-specializationAdriaan Moors2015-04-131-1/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Disable -Ydelambdafy:method for specialized FunctionNJason Zaugg2015-04-101-1/+17