summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4794 from densh/topic/predef-autoboxingSeth Tisue2015-10-271-17/+17
|\
| * Fixes an inconsistency between BoxesRunTime and Predef's autoboxingDenys Shabalin2015-10-081-17/+17
* | Use a single Int for the prod / cons values of InstructionStackEffectLukas Rytz2015-10-274-44/+33
* | Support JSR / RET in computeMaxLocalsMaxStackLukas Rytz2015-10-272-9/+20
* | More efficient way to compute maxLocals / maxStackLukas Rytz2015-10-276-209/+386
* | Merge pull request #4820 from lrytz/t9535Lukas Rytz2015-10-276-27/+38
|\ \
| * | SI-9535 correct bytecode and generic signatures for @throws[TypeParam]Lukas Rytz2015-10-266-27/+38
* | | Merge pull request #4821 from retronym/review/4817Jason Zaugg2015-10-271-32/+0
|\ \ \
| * | | Remove unneeded overrides from ReplGLobalSom Snytt2015-10-271-32/+0
| |/ /
* | | Merge pull request #4807 from lrytz/opt/innerClassAttrLukas Rytz2015-10-2611-313/+340
|\ \ \ | |/ / |/| |
| * | Clean up CoreBTypes, consistent names, remove unused entriesLukas Rytz2015-10-2010-190/+136
| * | Simplify and correctify calculation of the InnerClass attributeLukas Rytz2015-10-209-149/+230
* | | Merge pull request #4802 from SethTisue/merge-2.11-to-2.12-oct-16Lukas Rytz2015-10-2121-85/+156
|\ \ \ | |/ / |/| |
| * | merge 2.11.x onto 2.12.x, Oct 16 2015Seth Tisue2015-10-1621-85/+156
| |\ \ | | |/ | |/|
| | * Merge pull request #4791 from performantdata/issue/9508Lukas Rytz2015-10-158-47/+17
| | |\
| | | * SI-9508 fix classpaths in Eclipse configurationPerformant Data LLC2015-10-128-47/+17
| | * | Merge pull request #4798 from performantdata/issue/9513Seth Tisue2015-10-151-1/+18
| | |\ \
| | | * | Document some OpenHashMap internal methods.Performant Data LLC2015-10-101-0/+13
| | | * | SI-9513 decrement "deleted" count in OpenHashMap.put() when slot reusedPerformant Data LLC2015-10-101-1/+5
| | | |/
| | * | Merge pull request #4788 from dk14/patch-1Seth Tisue2015-10-141-1/+1
| | |\ \
| | | * | explicitly specify insertion-order feature in docsdk142015-10-061-1/+1
| | * | | Merge pull request #4771 from som-snytt/issue/9492-hereSeth Tisue2015-10-142-16/+37
| | |\ \ \
| | | * | | SI-9492 Line trimming pasteSom Snytt2015-09-272-3/+8
| | | * | | SI-9492 REPL paste here docSom Snytt2015-09-271-16/+32
| | * | | | Rename forall, exists and find predicate and operator params.Janek Bogucki2015-10-099-71/+86
| | | |_|/ | | |/| |
| | * | | SI-9506 suppress Scala IDE-generated files in the Eclipse project dirsPerformant Data LLC2015-10-062-0/+4
| | * | | SI-9506 suppress Scala IDE-generated files in the Eclipse project dirsPerformant Data LLC2015-10-057-0/+14
| | | |/ | | |/|
| | * | Merge pull request #4782 from performantdata/issue/9502Lukas Rytz2015-10-051-3/+3
| | |\ \
| | | * | SI-9502 Update Eclipse classpaths for scaladoc project.Michael2015-10-021-3/+3
* | | | | Allow @inline/noinline at callsites (in addition to def-site)Lukas Rytz2015-10-2011-29/+106
* | | | | Correctly handle post-inline requests of non-existing callsitesLukas Rytz2015-10-202-31/+85
* | | | | Simplify post inlining requestsLukas Rytz2015-10-203-22/+34
* | | | | Rename filter to withFilter in RightBiasedEitherLukas Rytz2015-10-201-3/+3
* | | | | Don't create inline requests for callsites that cannot be inlinedLukas Rytz2015-10-202-51/+103
|/ / / /
* | | | Minor fixes to Scaladoc of implicitAmbiguousLukas Rytz2015-10-061-7/+7
* | | | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-0518-50/+102
|\| | |
| * | | Merge pull request #4770 from SethTisue/windows-testing-fixesLukas Rytz2015-10-054-4/+20
| |\ \ \
| | * | | add missing newline at eof in Scala sourceSeth Tisue2015-09-251-1/+1
| | * | | fix bug in partest-extras causing test failures on WindowsSeth Tisue2015-09-251-2/+7
| | * | | fix bug where -Xprint-icode leaked an InputStream and a file handleSeth Tisue2015-09-251-1/+4
| | * | | add comments warning of InputStream leaks in scala.io.reflectSeth Tisue2015-09-251-0/+8
| * | | | Merge pull request #4777 from retronym/ticket/ide-1002552Lukas Rytz2015-10-051-1/+6
| |\ \ \ \
| | * | | | Improve implicits wildcard imports in the IDEJason Zaugg2015-09-301-1/+6
| | | |/ / | | |/| |
| * / | | Use InternalCallbackExecutor in Future.sequencePaul Draper2015-10-021-1/+1
| |/ / /
| * | | Fix typo in Process.scalaRyan Zhang2015-09-291-2/+2
| * | | Merge pull request #4720 from retronym/ticket/9029Jason Zaugg2015-09-293-31/+44
| |\ \ \ | | |_|/ | |/| |
| | * | SI-9029 Remove unused methodJason Zaugg2015-09-221-5/+0
| | * | SI-8127 Remove dead code in UncurryJason Zaugg2015-09-211-7/+0
| | * | SI-8989 Better error message for invalid extractor patternJason Zaugg2015-09-211-3/+8
| | * | SI-9029 Fix regression in extractor patternsJason Zaugg2015-09-212-16/+36