summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | SI-8941 Idempotent presentation compilation of implicit classesJason Zaugg2014-10-283-7/+17
| |/ /
* | | Merge pull request #4043 from retronym/ticket/3439-2Jason Zaugg2014-11-023-4/+12
|\ \ \
| * | | SI-3439 Fix use of implicit constructor params in super callJason Zaugg2014-10-103-4/+12
| | |/ | |/|
* | | Merge pull request #4076 from retronym/ticket/8934Jason Zaugg2014-11-021-5/+4
|\ \ \
| * | | SI-8934 Fix whitebox extractor macros in the pres. compilerJason Zaugg2014-10-271-5/+4
| | |/ | |/|
* | | Merge pull request #4040 from retronym/ticket/8871Jason Zaugg2014-11-023-28/+15
|\ \ \ | |/ / |/| |
| * | SI-6613 Make Java enums work in FSC / REPLJason Zaugg2014-10-091-2/+4
| * | SI-5583 Remove the workaround for specialization bugJason Zaugg2014-10-091-13/+6
| * | SI-8871 Fix specialization under REPL / FSCJason Zaugg2014-10-092-13/+5
* | | Merge pull request #4049 from lrytz/t8900Grzegorz Kossakowski2014-10-201-4/+4
|\ \ \
| * | | SI-8900 Don't assert !isDelambdafyFunction, it may not be accurateLukas Rytz2014-10-151-4/+4
| | |/ | |/|
* | | Merge pull request #4067 from lrytz/t8926Grzegorz Kossakowski2014-10-201-4/+11
|\ \ \
| * | | SI-8926 default visbility RUNTIME for java annotationsLukas Rytz2014-10-201-4/+11
| |/ /
* | | Merge pull request #4048 from lrytz/t8899Grzegorz Kossakowski2014-10-202-14/+12
|\ \ \
| * | | [nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"Lukas Rytz2014-10-122-14/+12
| |/ /
* / / SI-8907 Don't force symbol info in isModuleNotMethodLukas Rytz2014-10-152-24/+27
|/ /
* | Merge pull request #4038 from adriaanm/t8894v2.11.3Grzegorz Kossakowski2014-10-092-2/+2
|\ \