summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge pull request #4694 from janekdb/2.11.x-READMEAdriaan Moors2015-08-311-35/+40
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Format and content enhance README.mdJanek Bogucki2015-08-191-35/+40
| | |/ / / / /
| * | | | | | 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-273-3/+11
| |\ \ \ \ \ \
| | * | | | | | SI-9450 Fix triple quoted strings in REPL :power modeJason Zaugg2015-08-273-3/+11
| | |/ / / / /
| * | | | | | Merge pull request #4703 from Ichoran/issue/8346Lukas Rytz2015-08-276-5/+124
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | SI-8346 Re-established soundness of toSet (element type widening)Rex Kerr2015-08-266-5/+124
| |/ / / / /
| * | | | | Merge pull request #4705 from mpociecha/fix-typos3Seth Tisue2015-08-2340-52/+52
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fix typo in the name of a private methodMichał Pociecha2015-08-231-5/+5
| | * | | | Fix typos in spec, docs and commentsMichał Pociecha2015-08-2339-47/+47
| |/ / / /
| * | | | Merge pull request #4702 from janekdb/2.11.x-CONTRIBUTING-adviceAdriaan Moors2015-08-211-2/+2
| |\ \ \ \
| | * | | | Sync commit advice to README.md and fix Scabot URLJanek Bogucki2015-08-211-2/+2
| * | | | | Merge pull request #4696 from janekdb/2.11.x-contributingSeth Tisue2015-08-201-0/+1
| |\| | | | | | |_|/ / | |/| | |
| | * | | Extend documentation contactsJanek Bogucki2015-08-191-0/+1
| | |/ /
* | | | Merge pull request #4711 from lrytz/opt/heuristicsLukas Rytz2015-09-2239-903/+2406
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/2.12.x' into opt/heuristicsLukas Rytz2015-09-18146-984/+1440
| |\ \ \ \
| * | | | | Test inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-181-2/+31
| * | | | | First version of inliningh heuristics that prefer higher-order methosLukas Rytz2015-09-184-5/+46
| * | | | | Emit exception handlers for inlined methods in the correct orderLukas Rytz2015-09-182-1/+12
| * | | | | 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-1716-109/+192
| * | | | | Minor fixes in the optimizerLukas Rytz2015-09-174-7/+10
| * | | | | Cleanups and performance fixes in Nullness analysisLukas Rytz2015-09-173-98/+89
| * | | | | 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-174-49/+98
| * | | | | In the call graph, rename higherOrderParams to samParamTypesLukas Rytz2015-09-175-33/+42
| * | | | | Reduce component nesting in backendLukas Rytz2015-09-178-8/+18
| * | | | | Revert workaround for SI-8334Lukas Rytz2015-09-175-25/+29
| * | | | | Tone down inliner warnings for callsites not annotated @inlineLukas Rytz2015-09-172-4/+8
| * | | | | Store information about function literals in call graphLukas Rytz2015-09-175-41/+135
| * | | | | Include information about higher-order methods in the call graphLukas Rytz2015-08-285-120/+169
| * | | | | Ensure the call graph contains all inlined callsitesLukas Rytz2015-08-282-0/+6
| * | | | | Inline post-inlining requestsLukas Rytz2015-08-282-182/+258
| * | | | | Fix maxStack after inliningLukas Rytz2015-08-282-2/+8
| * | | | | 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
| * | | | | move current inliner heuristic to the InlinerHeuristics classLukas Rytz2015-08-272-47/+50
| * | | | | Store SAM information in ClassBTypesLukas Rytz2015-08-279-23/+255
| * | | | | Separate hash maps in the code repo for classes being compiled or notLukas Rytz2015-08-186-24/+54
| * | | | | Move call graph and code repo building to the same placeLukas Rytz2015-08-183-13/+14
| * | | | | Group call graph by methodLukas Rytz2015-08-175-121/+138
| * | | | | minor clenaupsLukas Rytz2015-08-145-13/+19
* | | | | | Merge pull request #4749 from retronym/ticket/9473Lukas Rytz2015-09-2220-75/+138
|\ \ \ \ \ \
| * | | | | | SI-9473 Cleaner references to statically owned symbolsJason Zaugg2015-09-2220-75/+138
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4734 from soc/SI-9081Lukas Rytz2015-09-211-5/+10
|\ \ \ \ \ \
| * | | | | | SI-9081 Deprecate public implementation details in TrieMapSimon Ochsenreither2015-09-091-5/+10
* | | | | | | Merge pull request #4745 from sschaef/update-eclipse-build-filesLukas Rytz2015-09-2110-52/+31
|\ \ \ \ \ \ \