summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Merge pull request #4765 from janekdb/2.11.x-scaladoc-diffSeth Tisue2015-12-181-0/+117
| | | |\ \
| | | | * | Enhance scaladoc-diff tool for Ubuntu.Janek Bogucki2015-10-031-27/+73
| | | | * | Script to compare the current scaladoc with the parent commit's docJanek Bogucki2015-09-301-0/+71
| | | * | | Merge pull request #4862 from retronym/ticket/9567Lukas Rytz2015-12-185-4/+82
| | | |\ \ \
| | | | * | | SI-9567 Fix pattern match on 23+ param, method local case classJason Zaugg2015-11-253-1/+38
| | | | * | | SI-9567 Fix latent bugs in patmat's reasoning about mutabilityJason Zaugg2015-11-252-3/+44
| | | * | | | Merge pull request #4882 from janekdb/2.11.x-scaladoc-tables-1Lukas Rytz2015-12-182-6/+11
| | | |\ \ \ \
| | | | * | | | Document JavaConverters conversion from java.util.Properties to MapJanek Bogucki2015-12-122-6/+11
| | | * | | | | Merge pull request #4831 from martijnhoekstra/patch-4Seth Tisue2015-12-171-0/+12
| | | |\ \ \ \ \
| | | | * | | | | change phrasing around eulers number for `log(x)`martijnhoekstra2015-12-111-3/+1
| | | | * | | | | add doc for log, sqrtmartijnhoekstra2015-10-301-0/+14
| | | * | | | | | Merge pull request #4883 from janekdb/2.11-x-scaladoc-ui-capitalizationSeth Tisue2015-12-161-2/+2
| | | |\ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | | * | | | | Apply title case to Scaladoc buttons: By Inheritance & Show AllJanek Bogucki2015-12-151-2/+2
| | | |/ / / / /
| | | * | | | | Merge pull request #4876 from ruippeixotog/issue/9581Seth Tisue2015-12-152-2/+32
| | | |\ \ \ \ \
| | | | * | | | | SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-062-2/+32
| | | | | |/ / / | | | | |/| | |
| | | * | | | | Merge pull request #4881 from szeiger/wip/sbt-partestSeth Tisue2015-12-134-11/+20
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Create partest.properties from the sbt buildStefan Zeiger2015-12-041-1/+7
| | | | * | | | Make all of partest work in the sbt buildStefan Zeiger2015-12-043-8/+10
| | | | * | | | Fix dependency problems in the sbt buildStefan Zeiger2015-11-302-2/+3
| | | | | |/ / | | | | |/| |
* | | | | | | Merge pull request #4926 from lrytz/scalaTreeMapJason Zaugg2016-02-011-6/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | mutable.TreeMap instead of java.util.TreeMap in closure optimizerLukas Rytz2016-01-281-6/+4
* | | | | | | Merge pull request #4915 from petermz/ticket/9599Vlad Ureche2016-01-293-1/+14
|\ \ \ \ \ \ \
| * | | | | | | SI-9599 Multiple @todo formatted with comma on separate linepeterz2016-01-293-1/+14
|/ / / / / / /
* | | | | | | Merge pull request #4917 from retronym/ticket/9629Jason Zaugg2016-01-293-4/+33
|\ \ \ \ \ \ \
| * | | | | | | SI-9629 Emit missing 'pattern must be a value' errorJason Zaugg2016-01-253-4/+33
* | | | | | | | Merge pull request #4919 from retronym/ticket/9630Jason Zaugg2016-01-2927-21/+150
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Avoid exhaustivity warning in typedTemplateJason Zaugg2016-01-291-1/+1
| * | | | | | | Fix non-exhaustive match in macro code parsingJason Zaugg2016-01-291-1/+2
| * | | | | | | SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-2915-12/+35
| * | | | | | | SI-9630 Fix spurious warning related to same-named case accessorsJason Zaugg2016-01-2911-7/+112
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #4923 from lrytz/closureOptimizerStabilityLukas Rytz2016-01-281-38/+33
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Ensure bytecode stability in the closure optimizerLukas Rytz2016-01-271-38/+33
|/ / / / / /
* | | | | | Merge pull request #4735 from soc/SI-9437Lukas Rytz2016-01-2611-6/+194
|\ \ \ \ \ \
| * | | | | | SI-9437 Emit and support parameter names in class filesSimon Ochsenreither2016-01-2511-6/+194
* | | | | | | Merge pull request #4916 from lrytz/restoreASMTestsLukas Rytz2016-01-2634-655/+374
|\ \ \ \ \ \ \
| * | | | | | | Rename junit tests to end in *Test to make them run in ANTLukas Rytz2016-01-254-7/+5
| * | | | | | | Rewrite test: no local for underscoreLukas Rytz2016-01-255-49/+19
| * | | | | | | Rewrite test: no null in patmatLukas Rytz2016-01-255-40/+13
| * | | | | | | Rewrite test: no type test on primitives in patmatLukas Rytz2016-01-255-34/+19
| * | | | | | | Rewrite test for SI-7006Lukas Rytz2016-01-255-61/+24
| * | | | | | | Rewrite test for inlining higher-order functionsLukas Rytz2016-01-253-92/+20
| * | | | | | | Rewrite test for inlining from sealed classLukas Rytz2016-01-254-56/+29
| * | | | | | | Rewrite copy propagation testLukas Rytz2016-01-253-191/+73
| * | | | | | | Rewrite test for SI-5313Lukas Rytz2016-01-253-67/+92
| * | | | | | | Rewrite test for SI-6955Lukas Rytz2016-01-252-33/+28
| * | | | | | | Rewrite test for SI-6956Lukas Rytz2016-01-252-31/+58
* | | | | | | | Merge pull request #4858 from lrytz/opt/elimBoxesLukas Rytz2016-01-2536-858/+3833
|\| | | | | | | | |_|/ / / / / |/| | | | | |
| * | | | | | -YoptTrace takes a package/Class.method parameterLukas Rytz2016-01-252-2/+3
| * | | | | | Merge remote-tracking branch 'upstream/2.12.x' into opt/elimBoxesLukas Rytz2016-01-24572-24515/+5443
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #4914 from felixmulder/topic/scaladoc-update-diagramsVlad Ureche2016-01-2319-5681/+89
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |