summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SI-6017 Scaladoc's Index should be case-sensitiveKato Kazuyoshi2013-01-161-1/+1
* Merge pull request #1892 from retronym/ticket/6479Paul Phillips2013-01-151-2/+4
|\
| * SI-6479 Don't lift try exprs in label arguments.Jason Zaugg2013-01-131-2/+4
* | Merge pull request #1895 from JamesIry/SI_6963_2.10.xPaul Phillips2013-01-151-1/+2
|\ \
| * | SI-6963 Deprecates -Xmigration switchJames Iry2013-01-141-1/+2
| |/
* | Merge pull request #1888 from retronym/ticket/6675Paul Phillips2013-01-155-10/+17
|\ \
| * | SI-6675 -Xlint arity enforcement for extractorsJason Zaugg2013-01-155-10/+17
* | | Merge pull request #1879 from adriaanm/ticket-6955Paul Phillips2013-01-151-1/+1
|\ \ \
| * | | SI-6955 switch emission no longer foiled by type aliasAdriaan Moors2013-01-101-1/+1
* | | | Merge pull request #1894 from retronym/ticket/6082Adriaan Moors2013-01-141-4/+7
|\ \ \ \
| * | | | SI-6082 Conditionally expand @ann(x) to @ann(value = x)Jason Zaugg2013-01-131-4/+7
| | |_|/ | |/| |
* | | | Merge pull request #1889 from retronym/ticket/5340Adriaan Moors2013-01-141-1/+1
|\ \ \ \
| * | | | SI-5340 Change println to logJason Zaugg2013-01-131-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #1878 from adriaanm/ticket-6925Adriaan Moors2013-01-143-145/+156
|\ \ \ \
| * | | | clean up synthesizePartialFunctionAdriaan Moors2013-01-103-19/+22
| * | | | rework partial function synthesisAdriaan Moors2013-01-091-146/+145
| * | | | SI-6925 use concrete type in applyOrElse's match's selectorAdriaan Moors2013-01-091-1/+10
| | |_|/ | |/| |
* | | | Merge pull request #1876 from adriaanm/ticket-5189-infAdriaan Moors2013-01-141-6/+5
|\ \ \ \
| * | | | SI-5189 detect unsoundness when inferring type of matchAdriaan Moors2013-01-091-6/+5
* | | | | Merge pull request #1872 from kzys/jira-6555-2.10.xAdriaan Moors2013-01-141-1/+1
|\ \ \ \ \
| * | | | | SI-6555 Scaladoc's class filter shouldn't drop the last characterKato Kazuyoshi2013-01-091-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #1860 from heathermiller/issue/6930Adriaan Moors2013-01-141-0/+14
|\ \ \ \ \
| * | | | | SI-6930 adds documentation to reduceLeft in TraversableOnceHeather Miller2013-01-081-0/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #1838 from viktorklang/wip-6905-√Adriaan Moors2013-01-142-4/+28
|\ \ \ \ \
| * | | | | SI-6905 - Switch to sneakyThrows instead of Unsafe.throwException as per new ...Viktor Klang2013-01-142-4/+28
* | | | | | Merge pull request #1875 from heathermiller/issue/6946Adriaan Moors2013-01-141-15/+86
|\ \ \ \ \ \
| * | | | | | SI-6946, SI-6924 Greatly improves IsTraversableLike docsHeather Miller2013-01-091-15/+86
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1882 from JamesIry/SI-5954_2.10.xAdriaan Moors2013-01-144-0/+30
|\ \ \ \ \ \
| * | | | | | SI-5954 Implementation restriction preventing companions in package objsJames Iry2013-01-134-0/+30
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1866 from JamesIry/SI-6521_2.10.xAdriaan Moors2013-01-141-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixes SI-6521, overrides Range#head to be fasterDavid Hall2013-01-081-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #1859 from retronym/ticket/6912Paul Phillips2013-01-121-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-6912 Avoid a typer cycle in overload resolution.Jason Zaugg2013-01-081-0/+7
| |/ / /
* | | | Merge pull request #1869 from retronym/backport/1826Paul Phillips2013-01-116-160/+92
|\ \ \ \
| * | | | Backport of SI-6846.Jason Zaugg2013-01-086-160/+92
| |/ / /
* | | | Merge pull request #1853 from paulp/issue/6928Paul Phillips2013-01-111-44/+47
|\ \ \ \
| * | | | SI-6928, VerifyError with self reference to super.Paul Phillips2013-01-071-44/+47
* | | | | Merge pull request #1863 from retronym/ticket/6641-2.10.xPaul Phillips2013-01-112-22/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-6641 Deprecate SwingWorkerJason Zaugg2013-01-082-22/+4
| | |/ / | |/| |
* | | | Merge pull request #1787 from vigdorchik/si_6803Adriaan Moors2013-01-082-10/+14
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6803: do not use java.net.URI, even more so incorrectly.Eugene Vigdorchik2013-01-062-10/+14
* | | | Merge pull request #1843 from JamesIry/SI-6915_2.10.xAdriaan Moors2013-01-071-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6915 Updates copyright properties to 2002-2013James Iry2013-01-041-1/+1
* | | | Merge pull request #1842 from adriaanm/backport-1821Paul Phillips2013-01-062-1/+6
|\ \ \ \
| * | | | avoid reflect overhead of certain array instantiationsAdriaan Moors2013-01-041-0/+5
| * | | | proper elementClass for WrappedArrayAdriaan Moors2013-01-041-1/+1
* | | | | Merge pull request #1834 from paulp/issue/6897Paul Phillips2013-01-061-1/+4
|\ \ \ \ \
| * | | | | SI-6897, lubs and varargs star.Paul Phillips2012-12-311-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1835 from paulp/issue/6896Paul Phillips2013-01-061-11/+13
|\ \ \ \ \
| * | | | | SI-6896, spurious warning with overloaded main.Paul Phillips2012-12-311-11/+13
| |/ / / /