summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-8534 Avoid crash in erroneous SelectFromTypeTreeJason Zaugg2014-11-091-5/+8
* SI-5730 hide constructors of sealed abstract classes in scaladocAntoine Gourlay2014-11-071-2/+4
* Merge pull request #4058 from som-snytt/issue/verbose-loadLukas Rytz2014-11-074-35/+67
|\
| * SI-8922 REPL load -vSom Snytt2014-11-044-35/+67
* | Merge pull request #4047 from lrytz/delambda-method-testsLukas Rytz2014-11-072-1/+6
|\ \
| * | Fix t8549 under -Ydelambdafy:methodLukas Rytz2014-10-102-1/+6
* | | Merge pull request #4080 from gourlaysama/wip/t8931-redundant-interfaces-2Jason Zaugg2014-11-073-48/+38
|\ \ \
| * | | SI-8931 make generic signature consistent with interface list in classfilesAntoine Gourlay2014-11-053-48/+38
* | | | Merge pull request #4097 from retronym/ticket/7602Jason Zaugg2014-11-071-1/+3
|\ \ \ \
| * | | | SI-7602 Avoid crash in LUBs with erroneous codeJason Zaugg2014-11-071-1/+3
* | | | | Merge pull request #4096 from retronym/ticket/7019Jason Zaugg2014-11-071-1/+1
|\ \ \ \ \
| * | | | | SI-7019 Fix crasher with private[this] extension methodsJason Zaugg2014-11-061-1/+1
| |/ / / /
* | | | | Merge pull request #4083 from retronym/ticket/8947Jason Zaugg2014-11-073-3/+10
|\ \ \ \ \
| * | | | | SI-8947 Additional layers of defence against EmptyTree mutationJason Zaugg2014-11-063-6/+6
| * | | | | SI-8947 Avoid cross talk between tag materializers and reifyJason Zaugg2014-10-301-0/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #4094 from retronym/ticket/8962Jason Zaugg2014-11-061-1/+3
|\ \ \ \ \
| * | | | | SI-8962 Fix regression with skolems in pattern translationJason Zaugg2014-11-061-1/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #4093 from lrytz/t8960Lukas Rytz2014-11-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | SI-8960 Bring back the SerialVersionUID to anonymous function classesLukas Rytz2014-11-051-1/+1
* | | | | Merge pull request #4089 from gourlaysama/wip/t6626-scaladoc-throws-linksVlad Ureche2014-11-0532-74/+94
|\ \ \ \ \
| * | | | | cleanup @throws tags in library and reflectAntoine Gourlay2014-11-0529-69/+71
| * | | | | SI-6626 make @throws tags create links to exceptionsAntoine Gourlay2014-11-053-5/+23
| |/ / / /
* | | | | Merge pull request #4069 from som-snytt/issue/8898Lukas Rytz2014-11-054-175/+252
|\ \ \ \ \
| * | | | | SI-8898 javap -fun under new style lambdasSom Snytt2014-11-044-175/+252
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4017 from lrytz/t6541Lukas Rytz2014-11-054-18/+41
|\ \ \ \ \
| * | | | | SI-6541 valid wildcard existentials for case-module-unapplyLukas Rytz2014-11-052-6/+20
| * | | | | Fix default value for ScalaVersionSettingLukas Rytz2014-11-042-12/+21
* | | | | | Merge pull request #4054 from soc/SI-8916Lukas Rytz2014-11-0437-62/+17
|\ \ \ \ \ \
| * | | | | | SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-2410-17/+9
| * | | | | | SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-2430-45/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4046 from gourlaysama/wip/t8711-version-unparseLukas Rytz2014-11-041-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-8711 ScalaVersion.unparse doesn't produce valid versionsAntoine Gourlay2014-10-131-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #4036 from retronym/topic/opt-tail-callsJason Zaugg2014-11-043-20/+43
|\ \ \ \ \
| * | | | | Avoid wasteful array creation in backendJason Zaugg2014-10-101-8/+10
| * | | | | SI-8893 Restore linear perf in TailCalls with nested matchesJason Zaugg2014-10-101-3/+3
| * | | | | Wider use of mapConserve and the like in TailCallsJason Zaugg2014-10-101-1/+6
| * | | | | Avoid needlessly deep chains of ClonedTailContextJason Zaugg2014-10-101-8/+12
| * | | | | Optimize tail calls to avoid findMember callsJason Zaugg2014-10-102-0/+12
| |/ / / /
* | | | | Merge pull request #4052 from Lymia/issue/8910Jason Zaugg2014-11-041-4/+4
|\ \ \ \ \
| * | | | | SI-8910 BitSet sometimes uses exponential memory.Alissa Rao2014-10-151-4/+4
| |/ / / /
* | | | | Merge pull request #4087 from lrytz/intellijJason Zaugg2014-11-0421-0/+561
|\ \ \ \ \
| * | | | | IntelliJ IDEA files for version 14Lukas Rytz2014-11-0321-0/+561
| | |_|/ / | |/| | |
* | | | | Merge pull request #4045 from gourlaysama/wip/t8875-show-codeJason Zaugg2014-11-041-1/+1
|\ \ \ \ \
| * | | | | SI-8875 showCode should print all class constructor modifiers.Antoine Gourlay2014-10-241-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4064 from xuwei-k/typo-representationJason Zaugg2014-11-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix typo. s/represenation/representationxuwei-k2014-10-201-1/+1
| |/ / /
* | | | Merge pull request #4081 from retronym/ticket/8943Jason Zaugg2014-11-022-0/+4
|\ \ \ \
| * | | | SI-8943 Handle non-public case fields in pres. compilerJason Zaugg2014-10-292-0/+4
| | |/ / | |/| |
* | | | Merge pull request #4079 from retronym/ticket/8941Jason Zaugg2014-11-023-9/+21
|\ \ \ \
| * | | | SI-8941 Deterministic tests for pres. compiler idempotencyJason Zaugg2014-10-281-2/+4