summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | SI-9407 Vector implementation bit-shift bugfixRex Kerr2015-08-291-10/+1
| | |/ / /
| * | | | Merge pull request #4333 from Ichoran/opt-Iterator-2.11.xSeth Tisue2015-09-081-59/+162
| |\ \ \ \
| | * | | | Performance optimization - Iterator span, collect, dropWhileRex Kerr2015-08-071-35/+138
| | * | | | Performance optimization - Iterator flatMap, find, indexWhere, indexOfRex Kerr2015-08-071-24/+24
| * | | | | Merge pull request #4713 from SethTisue/batch-of-typosJason Zaugg2015-09-086-8/+8
| |\ \ \ \ \
| | * | | | | fix assorted typosSeth Tisue2015-08-286-8/+8
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4722 from janekdb/2.11.x-scaladoc-in-context-AnyValDick Wall2015-09-062-2/+2
| |\ \ \ \ \
| | * | | | | Link to completed value classes SIP page instead of pending versionJanek Bogucki2015-09-012-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #4706 from VladUreche/issue/tree-checkerJason Zaugg2015-09-061-1/+8
| |\ \ \ \ \
| | * | | | | Re-enable tree checkersVlad Ureche2015-08-241-1/+8
| * | | | | | Merge pull request #4704 from VladUreche/issue/9442Jason Zaugg2015-09-063-10/+55
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | SI-9442 Fix the uncurry-erasure typesVlad Ureche2015-08-233-10/+55
| * | | | | | Merge pull request #4726 from janekdb/2.11.x-now-Oracle-urlsSeth Tisue2015-09-037-7/+7
| |\ \ \ \ \ \
| | * | | | | | Update Java and Sun URLs to replacement Java and Oracle URLsJanek Bogucki2015-09-027-7/+7
| * | | | | | | Merge pull request #4715 from Ichoran/issue/9424Seth Tisue2015-09-021-2/+13
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | SI-9424 Clarify behavior of PriorityQueue toStringRex Kerr2015-08-291-2/+13
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #4701 from janekdb/2.11.x-scaladoc-in-context-OptionSeth Tisue2015-09-021-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Improve implementation comments in Option.collect exampleJanek Bogucki2015-08-311-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4692 from JanBessai/Fix-SI-6636Adriaan Moors2015-08-312-0/+23
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | SI-6636 Fix macro expansion in toolboxesJan Bessai2015-08-232-0/+23
| * | | | | Merge pull request #4707 from fthomas/topic/pins-linkLukas Rytz2015-08-281-2/+3
| |\ \ \ \ \
| | * | | | | Add link to online version of Programming in ScalaFrank S. Thomas2015-08-241-2/+3
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #4710 from retronym/ticket/9450Seth Tisue2015-08-271-2/+4
| |\ \ \ \ \
| | * | | | | SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-271-2/+4
| | |/ / / /
| * / / / / SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-265-5/+43
| |/ / / /
| * | | | Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
| * | | | Fix typos in spec, docs and commentsMichał Pociecha2015-08-2319-23/+23
| | |/ / | |/| |
* | | | Merge pull request #4711 from lrytz/opt/heuristicsLukas Rytz2015-09-2224-727/+1969
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/2.12.x' into opt/heuristicsLukas Rytz2015-09-1872-668/+577
| |\ \ \ \
| * | | | | First version of inliningh heuristics that prefer higher-order methosLukas Rytz2015-09-182-4/+12
| * | | | | Emit exception handlers for inlined methods in the correct orderLukas Rytz2015-09-181-1/+5
| * | | | | Avoid running data flow analyses on very large methodsLukas Rytz2015-09-175-62/+100
| * | | | | Don't run unreachable code elimination when building the call graphLukas Rytz2015-09-173-6/+4
| * | | | | Run computeMaxLocalsMaxStack less oftenLukas Rytz2015-09-1710-96/+183
| * | | | | Minor fixes in the optimizerLukas Rytz2015-09-174-7/+10
| * | | | | Cleanups and performance fixes in Nullness analysisLukas Rytz2015-09-172-59/+31
| * | | | | Improve the performance of analyses tracking aliasesLukas Rytz2015-09-174-115/+796
| * | | | | Remove stack values from aliasing set when being droppedLukas Rytz2015-09-171-0/+15
| * | | | | Avoid re-computing argInfos after inlining and closure optimizationLukas Rytz2015-09-173-49/+74
| * | | | | In the call graph, rename higherOrderParams to samParamTypesLukas Rytz2015-09-174-32/+41
| * | | | | Reduce component nesting in backendLukas Rytz2015-09-177-6/+16
| * | | | | Revert workaround for SI-8334Lukas Rytz2015-09-172-3/+12
| * | | | | Tone down inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-172-4/+8
| * | | | | Store information about function literals in call graphLukas Rytz2015-09-173-32/+76
| * | | | | Include information about higher-order methods in the call graphLukas Rytz2015-08-284-119/+167
| * | | | | Ensure the call graph contains all inlined callsitesLukas Rytz2015-08-282-0/+6
| * | | | | Inline post-inlining requestsLukas Rytz2015-08-281-148/+160
| * | | | | Fix maxStack after inliningLukas Rytz2015-08-281-2/+4
| * | | | | Make sure to inline only callsites in classes being compiledLukas Rytz2015-08-271-29/+33
| * | | | | Introduce a type for inline requestsLukas Rytz2015-08-272-58/+71