summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added Properties.isLinux to compliment the isWin and isMac methodsShadow532016-01-301-0/+2
* 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
|\ \ \ | |_|/ |/| |
| * | Add partial appearance update of inheritence graphs in scaladocFelix Mulder2016-01-2319-5681/+89
|/ /
* | Merge pull request #4911 from lrytz/showRawFootnotesSeth Tisue2016-01-205-38/+36
|\ \
| * | SD-70 Don't share footnotes across multiple calls to universe.showRawLukas Rytz2016-01-195-38/+36
|/ /
* | Merge pull request #4870 from ruippeixotog/issue/9507Jason Zaugg2016-01-191-3/+4
|\ \
| * | SI-9507 Make ArrayStack an IndexedSeqOptimizedRui Gonçalves2015-11-271-3/+4
* | | Merge pull request #4903 from som-snytt/issue/9622Jason Zaugg2016-01-182-9/+14
|\ \ \
| * | | SI-9622 Native method may be privateSom Snytt2016-01-132-9/+14
* | | | Merge pull request #4898 from soc/SI-8700Lukas Rytz2016-01-1414-13/+82
|\ \ \ \
| * | | | SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-1414-13/+82
* | | | | Merge pull request #4900 from mpociecha/correct-decimal-marks-in-tests2Seth Tisue2016-01-131-16/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix problems with a locale-dependent decimal mark in StringContextTestMichał Pociecha2016-01-131-16/+36
|/ / / /
* | | | Merge pull request #4897 from linasm/stringContextTest-windowsSeth Tisue2016-01-131-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make StringContextTest pass on WindowsLinas Medziunas2016-01-131-3/+2
|/ / /
* | | Merge pull request #4888 from felixmulder/topic/scaladoc-relative-fontsVlad Ureche2016-01-055-86/+270
|\ \ \
| * | | add mobile CSS rules for updated scaladoc lookFelix Mulder2016-01-045-86/+270
|/ / /
* | | Merge pull request #4889 from kzys/jira-8289Lukas Rytz2016-01-042-6/+10
|\ \ \
| * | | SI-8289 Scaladoc: Make the order of subclasses deterministicKato Kazuyoshi2015-12-312-6/+10
|/ / /
* | | Merge pull request #4877 from felixmulder/topic/scaladoc-updated-lookVlad Ureche2015-12-2275-538/+1321
|\ \ \
| * | | add new look to scaladocFelix Mulder2015-12-2275-538/+1321
|/ / /
* | | Merge pull request #4872 from szeiger/wip/sbt-osgi-2.12Lukas Rytz2015-12-184-95/+384
|\ \ \