summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1953 from retronym/backport/1586Paul Phillips2013-01-244-14/+44
|\
| * [backport] Fix unsafe array opt. / opt. primitive Array(...)Jason Zaugg2013-01-234-14/+44
* | Merge pull request #1954 from retronym/backport/1565Paul Phillips2013-01-242-5/+16
|\ \
| * | [backport] SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2013-01-232-5/+16
| |/
* | Merge pull request #1929 from retronym/ticket/6439Paul Phillips2013-01-241-1/+2
|\ \
| * | SI-6439 Avoid spurious REPL warnings about companionshipJason Zaugg2013-01-191-1/+2
* | | Merge pull request #1934 from retronym/ticket/6923-sweepPaul Phillips2013-01-245-7/+4
|\ \ \
| * | | Addressing warnings.Jason Zaugg2013-01-195-7/+4
| |/ /
* | | Merge pull request #1935 from retronym/ticket/6994Paul Phillips2013-01-241-1/+1
|\ \ \
| * | | SI-6994 Avoid spurious promiscuous catch warningJason Zaugg2013-01-201-1/+1
| |/ /
* | / SI-6434 Pretty print function types with by name arg as (=> A) => BJames Iry2013-01-231-2/+4
| |/ |/|
* | Merge pull request #1915 from adriaanm/ticket-6942Paul Phillips2013-01-201-25/+49
|\ \ | |/ |/|
| * use ArrayBuffer instead of Array to build FormulaeAdriaan Moors2013-01-171-3/+3
| * SI-6942 more efficient unreachability analysisAdriaan Moors2013-01-171-24/+48
* | Merge pull request #1904 from JamesIry/SI-5568_2.10.xGrzegorz Kossakowski2013-01-181-6/+21
|\ \ | |/ |/|
| * SI-5568 Comment improvements for getClass on primitive intersection.James Iry2013-01-151-5/+9
| * SI-5568 Fixes verify error from getClass on refinement of value typeJames Iry2013-01-151-6/+17
* | Merge pull request #1914 from retronym/ticket/6601Grzegorz Kossakowski2013-01-172-1/+2
|\ \
| * | SI-6601 Publicise derived value contstructor after picklerJason Zaugg2013-01-162-1/+2
* | | Merge pull request #1854 from pufuwozu/ticket-SI-6923Paul Phillips2013-01-172-1/+18
|\ \ \
| * | | SI-6923 Context now buffers warnings as well as errorsBrian McKenna2013-01-072-1/+18
| |/ /
* | | Merge pull request #1905 from adriaanm/ticket-6956Paul Phillips2013-01-171-2/+4
|\ \ \
| * | | use Constant::isIntRange even if it's NIHAdriaan Moors2013-01-151-1/+1
| * | | SI-6956 determine switchability by type, not treeAdriaan Moors2013-01-151-2/+4
| | |/ | |/|
* | | 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
| | |_|/ / / / | |/| | | | |