summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Create a full Scala distribution from sbtStefan Zeiger2015-11-273-103/+317
| * | | Some small fixes for generated artifacts in the sbt buildStefan Zeiger2015-11-271-3/+22
| * | | Build man pages and scala-dist.jar from sbtStefan Zeiger2015-11-262-0/+56
| |/ /
* | | Merge pull request #4875 from slothspot/ticket/9454Lukas Rytz2015-12-183-9/+15
|\ \ \
| * | | [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-113-9/+15
* | | | Merge pull request #4885 from lrytz/pr4816-rebaseLukas Rytz2015-12-18203-590/+389
|\ \ \ \
| * | | | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-18203-590/+389
|/ / / /
* | | | Merge pull request #4729 from retronym/topic-trait-defaults-moduleLukas Rytz2015-12-1815-73/+143
|\ \ \ \
| * | | | Avoid tree sharing in lazy val translationJason Zaugg2015-11-232-7/+5
| * | | | Desugar module var and accessor in refchecks/lazyvalsJason Zaugg2015-10-0815-69/+141