summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | [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
|/ / / / / /
* | | | | | Merge pull request #4735 from soc/SI-9437Lukas Rytz2016-01-264-6/+33
|\ \ \ \ \ \
| * | | | | | SI-9437 Emit and support parameter names in class filesSimon Ochsenreither2016-01-254-6/+33
* | | | | | | -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-24402-23823/+3880
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Add partial appearance update of inheritence graphs in scaladocFelix Mulder2016-01-2314-5628/+89
| |/ / / / /
| * | | | / SD-70 Don't share footnotes across multiple calls to universe.showRawLukas Rytz2016-01-192-26/+24
| | |_|_|/ | |/| | |
| * | | | 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-181-9/+10
| |\ \ \ \ \
| | * | | | | SI-9622 Native method may be privateSom Snytt2016-01-131-9/+10
| * | | | | | SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-144-13/+10
| |/ / / / /
| * | | | | add mobile CSS rules for updated scaladoc lookFelix Mulder2016-01-045-86/+270
| * | | | | SI-8289 Scaladoc: Make the order of subclasses deterministicKato Kazuyoshi2015-12-312-6/+10
| * | | | | add new look to scaladocFelix Mulder2015-12-2274-538/+1313
| * | | | | Merge pull request #4872 from szeiger/wip/sbt-osgi-2.12Lukas Rytz2015-12-181-0/+10
| |\ \ \ \ \
| | * | | | | Build man pages and scala-dist.jar from sbtStefan Zeiger2015-11-261-0/+10
| | |/ / / /
| * | | | | Merge pull request #4875 from slothspot/ticket/9454Lukas Rytz2015-12-182-9/+14
| |\ \ \ \ \
| | * | | | | [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-112-9/+14
| * | | | | | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-18202-589/+388
| * | | | | | Merge pull request #4729 from retronym/topic-trait-defaults-moduleLukas Rytz2015-12-189-69/+86
| |\ \ \ \ \ \
| | * | | | | | Avoid tree sharing in lazy val translationJason Zaugg2015-11-232-7/+5