summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4093 from lrytz/t8960Lukas Rytz2014-11-066-6/+72
|\
| * SI-8960 Bring back the SerialVersionUID to anonymous function classesLukas Rytz2014-11-056-6/+72
* | Merge pull request #4089 from gourlaysama/wip/t6626-scaladoc-throws-linksVlad Ureche2014-11-0534-74/+143
|\ \
| * | cleanup @throws tags in library and reflectAntoine Gourlay2014-11-0529-69/+71
| * | SI-6626 make @throws tags create links to exceptionsAntoine Gourlay2014-11-055-5/+72
| |/
* | Merge pull request #4092 from som-snytt/issue/5217Lukas Rytz2014-11-051-0/+17
|\ \
| * | SI-5217 Companion privates in scope of class parmsSom Snytt2014-11-041-0/+17
* | | Merge pull request #4069 from som-snytt/issue/8898Lukas Rytz2014-11-056-175/+279
|\ \ \
| * | | SI-8898 javap -fun under new style lambdasSom Snytt2014-11-046-175/+279
* | | | Merge pull request #4044 from retronym/ticket/5091Lukas Rytz2014-11-053-0/+28
|\ \ \ \
| * \ \ \ Merge pull request #7 from lrytz/t6051Jason Zaugg2014-11-041-0/+19
| |\ \ \ \
| | * | | | SI-6051 Test case, the issue seems to be fixed.Lukas Rytz2014-11-041-0/+19
| * | | | | SI-5091 Move named-args cycle test from pending to negJason Zaugg2014-10-102-0/+9
| |/ / / /
* | | | | Merge pull request #4017 from lrytz/t6541Lukas Rytz2014-11-0510-18/+170
|\ \ \ \ \
| * | | | | SI-6541 valid wildcard existentials for case-module-unapplyLukas Rytz2014-11-055-6/+65
| * | | | | Fix default value for ScalaVersionSettingLukas Rytz2014-11-045-12/+105
* | | | | | Merge pull request #4066 from soc/SI-8927Lukas Rytz2014-11-046-51/+69
|\ \ \ \ \ \
| * | | | | | SI-8927 Update OSGi stuff to get rid of bndlib warningRafaƂ Krzewski2014-10-236-51/+69
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4054 from soc/SI-8916Lukas Rytz2014-11-0437-62/+17
|\ \ \ \ \ \
| * | | | | | SI-8916 Revert addition of -Ywarn-unused[-import]Simon Ochsenreither2014-10-241-1/+1
| * | | | | | SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-2411-18/+10
| * | | | | | SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-2431-46/+9
* | | | | | | Merge pull request #4046 from gourlaysama/wip/t8711-version-unparseLukas Rytz2014-11-042-1/+19
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | SI-8711 ScalaVersion.unparse doesn't produce valid versionsAntoine Gourlay2014-10-132-1/+19
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4036 from retronym/topic/opt-tail-callsJason Zaugg2014-11-046-20/+227
|\ \ \ \ \ \
| * | | | | | SI-8893 Test tailcall transform for mix of tail/non-tail recursionJason Zaugg2014-11-031-0/+15
| * | | | | | SI-8893 Test case to show that tailrec continues to workJason Zaugg2014-11-021-0/+40
| * | | | | | Avoid wasteful array creation in backendJason Zaugg2014-10-101-8/+10
| * | | | | | SI-8893 Restore linear perf in TailCalls with nested matchesJason Zaugg2014-10-102-3/+132
| * | | | | | 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-042-4/+26
|\ \ \ \ \ \
| * | | | | | SI-8910 BitSet sometimes uses exponential memory.Alissa Rao2014-10-152-4/+26
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4087 from lrytz/intellijJason Zaugg2014-11-0422-3/+564
|\ \ \ \ \ \
| * | | | | | IntelliJ IDEA files for version 14Lukas Rytz2014-11-0322-3/+564
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4045 from gourlaysama/wip/t8875-show-codeJason Zaugg2014-11-042-1/+8
|\ \ \ \ \ \
| * | | | | | SI-8875 showCode should print all class constructor modifiers.Antoine Gourlay2014-10-242-1/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4063 from som-snytt/issue/direct-showdef-testJason Zaugg2014-11-042-36/+24
|\ \ \ \ \ \
| * | | | | | Reduce compiles for global-showdef testSom Snytt2014-10-282-7/+9
| * | | | | | Make global-showdef a DirectTestSom Snytt2014-10-281-32/+18
| | |_|_|_|/ | |/| | | |
* | | | | | 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 #4072 from soc/SI-4950Jason Zaugg2014-11-042-0/+21
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-4950 Add tests, looks like it has been fixed earlierSimon Ochsenreither2014-10-232-0/+21
* | | | | | Merge pull request #4081 from retronym/ticket/8943Jason Zaugg2014-11-025-0/+44
|\ \ \ \ \ \
| * | | | | | SI-8943 Handle non-public case fields in pres. compilerJason Zaugg2014-10-295-0/+44
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4079 from retronym/ticket/8941Jason Zaugg2014-11-028-9/+173
|\ \ \ \ \ \
| * | | | | | SI-8941 Deterministic tests for pres. compiler idempotencyJason Zaugg2014-10-283-2/+130
| * | | | | | SI-8941 Idempotent presentation compilation of implicit classesJason Zaugg2014-10-286-7/+43
| |/ / / / /