summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4948 from szeiger/issue/9574Stefan Zeiger2016-02-091-5/+7
|\
| * SI-9574 Prevent illegal overrides of members with module typesStefan Zeiger2016-02-081-5/+7
* | Scaladoc: fix duplicate implicits in ArrayFelix Mulder2016-02-061-0/+11
* | Add panzoom feature to Type Inheritance graphsFelix Mulder2016-02-0610-155/+193
* | Scaladoc: fix stray number in codeblocks for firefoxFelix Mulder2016-02-051-0/+4
|/
* Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-0421-261/+359
|\
| * Merge pull request #4920 from lrytz/oldOptimizerTestsLukas Rytz2016-02-032-132/+151
| |\
| | * rename -YoptTrace to -Yopt-traceLukas Rytz2016-02-031-1/+1
| | * Improve simplifyJumpsLukas Rytz2016-02-031-131/+150
| * | Merge pull request #4737 from soc/SI-9315Lukas Rytz2016-02-035-21/+31
| |\ \
| | * | SI-9315 Desugar string concat to java.lang.StringBuilder ...Simon Ochsenreither2016-02-035-21/+31
| | |/
| * | Merge pull request #4904 from Ichoran/reusable-buildersLukas Rytz2016-02-0314-108/+177
| |\ \
| | * | Clarified and expanded which Builders were reusableRex Kerr2016-01-3014-108/+177
* | | | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-046-53/+79
|\ \ \ \
| * \ \ \ Merge pull request #4927 from szeiger/issue/9572Jason Zaugg2016-02-013-35/+58
| |\ \ \ \
| | * | | | SI-9572 Check for illegal tuple sizes in the parserStefan Zeiger2016-01-283-35/+58
| * | | | | SI-9534 Use BoxedUnit in all cases for creating Array[Unit]Stefan Zeiger2016-01-271-0/+3
| |/ / / /
| * | | | Merge pull request #4891 from janekdb/2.11.x-CommentFactoryBase-mix-1Lukas Rytz2016-01-261-18/+16
| |\ \ \ \
| | * | | | Trim complexity in CommentFactoryBaseJanek Bogucki2016-01-251-18/+16
| * | | | | Link 'Future' scaladoc to 'Futures and Promises'Arnout Engelen2016-01-251-0/+2
| |/ / / /
| * | | | Merge pull request #4899 from som-snytt/issue/9616Jason Zaugg2016-01-191-12/+15
| |\ \ \ \
| | * | | | [backport] SI-9616 False positive in unused import warningSom Snytt2016-01-071-12/+15
* | | | | | Merge commit 'bf599bc' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-0320-49/+78
|\| | | | | | |_|/ / / |/| | | |
| * | | | Fix some simple extra wordsEitan Adler2016-01-1710-13/+13
| * | | | Merge pull request #4886 from janekdb/2.11.x-scaladoc-Duration-linksSeth Tisue2016-01-141-2/+2
| |\ \ \ \
| | * | | | Fix Scaladoc overloaded method link to Duration companion objectJanek Bogucki2016-01-041-2/+2
| | |/ / /
| * | | | Merge pull request #4902 from ruippeixotog/issue/9605Seth Tisue2016-01-131-6/+6
| |\ \ \ \
| | * | | | SI-9605 Searching does not use binary search for ArrayRui Gonçalves2016-01-121-6/+6
| | |/ / /
| * / / / SI-8641 Fix right shift docs for integer typesLinas Medziunas2016-01-035-20/+20
| |/ / /
| * | | Merge pull request #4862 from retronym/ticket/9567Lukas Rytz2015-12-182-4/+16
| |\ \ \
| | * | | SI-9567 Fix pattern match on 23+ param, method local case classJason Zaugg2015-11-251-1/+1
| | * | | SI-9567 Fix latent bugs in patmat's reasoning about mutabilityJason Zaugg2015-11-251-3/+15
| * | | | 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
| * | | | | | Apply title case to Scaladoc buttons: By Inheritance & Show AllJanek Bogucki2015-12-151-2/+2
| * | | | | | SI-9581 Fix overflow on Vector take and drop methodsRui Gonçalves2015-12-061-2/+2
| | |/ / / / | |/| | | |
* | | | | | 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
* | | | | | SI-9599 Multiple @todo formatted with comma on separate linepeterz2016-01-291-1/+1
* | | | | | Merge pull request #4917 from retronym/ticket/9629Jason Zaugg2016-01-291-4/+4
|\ \ \ \ \ \
| * | | | | | SI-9629 Emit missing 'pattern must be a value' errorJason Zaugg2016-01-251-4/+4
* | | | | | | Merge pull request #4919 from retronym/ticket/9630Jason Zaugg2016-01-294-9/+16
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | 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-291-0/+2
| * | | | | | SI-9630 Fix spurious warning related to same-named case accessorsJason Zaugg2016-01-292-7/+11
| | |_|_|_|/ | |/| | | |
* / | | | | Ensure bytecode stability in the closure optimizerLukas Rytz2016-01-271-38/+33
|/ / / / /