summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3328 from retronym/ticket/8111v2.10.4-RC2Jason Zaugg2014-01-122-0/+47
|\
| * SI-8111 Expand the comment with a more detailed TODOJason Zaugg2014-01-081-3/+8
| * SI-8111 Repair symbol owners after abandoned named-/default-argsJason Zaugg2014-01-062-0/+42
* | Merge pull request #3345 from retronym/ticket/8114Jason Zaugg2014-01-112-1/+41
|\ \
| * | [nomaster] SI-8114 Binary compat. workaround for erasure bug SI-7120Jason Zaugg2014-01-092-1/+41
* | | Merge pull request #3344 from jamesward/fix/ec-implicit-errorJason Zaugg2014-01-091-1/+1
|\ \ \ | |/ / |/| |
| * | More clear implicitNotFound error for ExecutionContextJames Ward2014-01-081-1/+1
|/ /
* | Merge pull request #3329 from retronym/ticket/6563Eugene Burmako2014-01-062-0/+12
|\ \ | |/ |/|
| * SI-6563 Test case for already-fixed crasherJason Zaugg2014-01-062-0/+12
|/
* Merge pull request #3312 from xeno-by/topic/fine-points-of-whiteboxity-210xJason Zaugg2013-12-306-0/+98
|\
| * [nomaster] codifies the state of the art wrt SI-8104Eugene Burmako2013-12-286-0/+98
|/
* Merge pull request #3282 from retronym/ticket/8085Adriaan Moors2013-12-1813-2/+110
|\
| * SI-8085 Fix BrowserTraverser for package objectsJason Zaugg2013-12-1811-13/+66
| * Test demonstrating SI-8085Mirco Dotta2013-12-186-0/+55
|/
* Merge pull request #3268 from adriaanm/support-3021v2.10.4-RC1Adriaan Moors2013-12-124-6/+37
|\
| * Report error on code size overflow, log method name.Adriaan Moors2013-12-124-6/+37
|/
* Partially revert f8d8f7d08d.Adriaan Moors2013-12-111-0/+1
* Merge pull request #3261 from adriaanm/ticket-6426Adriaan Moors2013-12-114-18/+6
|\
| * Revert "SI-6426, importable _."Adriaan Moors2013-12-104-18/+6
* | Merge pull request #3253 from retronym/ticket/8062Adriaan Moors2013-12-116-5/+20
|\ \ | |/ |/|
| * SI-8062 Fix inliner cycle with recursion, separate compilationJason Zaugg2013-12-106-5/+20
* | Fixup #3248 missed a spot in pack.xmlAdriaan Moors2013-12-101-1/+1
* | Merge pull request #3249 from retronym/ticket/7912Adriaan Moors2013-12-102-2/+24
|\ \
| * | SI-7912 Be defensive calling `toString` in `MatchError#getMessage`Jason Zaugg2013-12-102-2/+24
* | | Merge pull request #3251 from retronym/ticket/8060Adriaan Moors2013-12-102-1/+12
|\ \ \
| * | | SI-8060 Avoid infinite loop with higher kinded type aliasJason Zaugg2013-12-102-1/+12
| |/ /
* | | Merge pull request #3248 from adriaanm/dist-cleanup-licensesAdriaan Moors2013-12-10113-6236/+303
|\ \ \ | |/ / |/| |
| * | Update README, include doc/licenses in distroAdriaan Moors2013-12-107-66/+301
| * | Add attribution for Typesafe.Adriaan Moors2013-12-091-0/+2
| * | Remove docs/examples; they reside at scala/scala-distAdriaan Moors2013-12-09104-6120/+1
| * | Remove unused android test and corresponding license.Adriaan Moors2013-12-093-43/+0
| * | Do not distribute partest and its dependencies.Adriaan Moors2013-12-091-8/+0
* | | Merge pull request #3222 from skyluc/issue/completion-import-vals-210-7995Adriaan Moors2013-12-096-54/+112
|\ \ \
| * | | SI-7995 completion imported vars and valsLuc Bourlier2013-12-066-54/+112
* | | | Merge pull request #3244 from rtyley/si-8019-swing-publisher-check-pf-definedAdriaan Moors2013-12-091-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-8019 Make Publisher check PartialFunction is defined for EventRoberto Tyley2013-12-091-1/+1
|/ / /
* | | Merge pull request #3229 from retronym/ticket/8029Adriaan Moors2013-12-093-1/+69
|\ \ \
| * | | SI-8029 Avoid multi-run cyclic error with companions, package objectJason Zaugg2013-12-063-1/+69
| |/ /
* | | Merge pull request #3230 from retronym/backport/7439Eugene Burmako2013-12-075-1/+41
|\ \ \
| * | | [backport] SI-7439 Avoid NPE in `isMonomorphicType` with stub symbols.Jason Zaugg2013-12-075-1/+41
| | |/ | |/|
* | | Merge pull request #3223 from retronym/ticket/8010-2.10.xEugene Burmako2013-12-072-0/+35
|\ \ \
| * | | SI-8010 Fix regression in erasure double definition checksJason Zaugg2013-12-062-0/+35
| | |/ | |/|
* | | Merge pull request #3232 from xeno-by/topic/macro-error-messages-210xJason Zaugg2013-12-0719-27/+25
|\ \ \ | |_|/ |/| |
| * | [nomaster] better error messages for various macro definition errorsEugene Burmako2013-12-0619-27/+25
|/ /
* | Merge pull request #3209 from dotta/SI-7982-on-2.10.xJason Zaugg2013-12-068-15/+58
|\ \
| * | SI-7982 Changed contract of askLoadedType to unload units by defaultFrançois Garillot2013-12-068-15/+58
* | | Merge pull request #3181 from heathermiller/issue/6913James Iry2013-12-053-5/+8
|\ \ \ | |_|/ |/| |
| * | SI-6913 Fixing semantics of Future fallbackTo to be according to docsHeather Miller2013-12-053-5/+8
|/ /
* | Merge pull request #3208 from dotta/si-7548-on-2.10Jason Zaugg2013-12-027-9/+71
|\ \ | |/ |/|
| * SI-7458 Pres. compiler must not observe trees in silent modeJason Zaugg2013-12-022-6/+8