summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2160 from scalamacros/topic/7112-followup-2101v2.10.1-RC2Adriaan Moors2013-02-251-1/+1
|\
| * fixes the test for SI-7112Eugene Burmako2013-02-231-1/+1
* | Merge pull request #2166 from retronym/ticket/7180Adriaan Moors2013-02-252-1/+14
|\ \ | |/ |/|
| * SI-7180 Fix regression in implicit scope of HK type alias.Jason Zaugg2013-02-252-1/+14
|/
* Merge pull request #2152 from retronym/topic/annotatedRetyping-2.10.1Adriaan Moors2013-02-215-9/+87
|\
| * Additional test case for Lukas' fix to annotated originals.Jason Zaugg2013-02-212-0/+14
| * Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-213-9/+73
* | Merge pull request #2138 from retronym/ticket/6576-null-strikes-backJames Iry2013-02-191-2/+6
|\ \
| * | SI-6576 Workaround / diagnostic for IDE NPE.Jason Zaugg2013-02-191-2/+6
| |/
* | Merge pull request #2140 from viktorklang/wip-init-bug-executioncontextimpl-2...James Iry2013-02-193-4/+32
|\ \
| * | SI-7146 - Fixing checkinit bug in ExecutionContextImpl and adding testViktor Klang2013-02-193-4/+32
|/ /
* | Merge pull request #2128 from retronym/ticket/7128James Iry2013-02-192-1/+4
|\ \ | |/ |/|
| * SI-7128 Fix regression in copyToArray for empty arraysJason Zaugg2013-02-142-1/+4
|/
* Merge pull request #2122 from adriaanm/revert-pr-1403James Iry2013-02-127-236/+31
|\
| * check scala-swing for binary compatibilityAdriaan Moors2013-02-121-0/+31
| * [nomaster] Revert "Added a Swing ColorChooser wrapper"Adriaan Moors2013-02-123-120/+0
| * [nomaster] Revert "Added a Swing PopupMenu wrapper"Adriaan Moors2013-02-123-116/+0
|/
* Merge pull request #2103 from adriaanm/bin-compatv2.10.1-RC1Adriaan Moors2013-02-1120-236/+792
|\
| * [nomaster] Revert "SI-6548 reflection now correctly enters jinners"Adriaan Moors2013-02-107-64/+99
| * [nomaster] inline importPrivateWithinFromJavaFlags into SymbolTableAdriaan Moors2013-02-093-28/+19
| * [nomaster] Revert "cosmetic renamings in runtime reflection"Adriaan Moors2013-02-094-54/+54
| * [nomaster] refactor AdaptedForkJoinTask, uncaughtExceptionHandlerAdriaan Moors2013-02-092-28/+25
| * [nomaster] can't add new class BatchingExecutorAdriaan Moors2013-02-093-130/+113
| * [nomaster] bring back SerializeStart from fa3b8040ebAdriaan Moors2013-02-092-10/+14
| * [nomaster] duplicate tailImpl as a private methodAdriaan Moors2013-02-093-5/+13
| * [nomaster] Revert "SI-4664 Make scala.util.Random Serializable"Adriaan Moors2013-02-093-25/+10
| * [nomaster] Revert "Fixes SI-6521, overrides Range#head to be faster"Adriaan Moors2013-02-092-5/+4
| * [nomaster] run mima both ways, filter out failuresAdriaan Moors2013-02-093-3/+557
|/
* Merge pull request #2100 from paulp/pr/fix-super-varargs-savedJames Iry2013-02-096-4/+121
|\
| * Fix for paramaccessor alias regression.Paul Phillips2013-02-084-1/+31
| * Expanded bytecode testing code.Paul Phillips2013-02-082-3/+90
* | Merge pull request #2094 from scalamacros/ticket/6591James Iry2013-02-0844-105/+309
|\ \ | |/ |/|
| * accommodates pull request feedbackEugene Burmako2013-02-085-17/+68
| * term and type reftrees are now reified uniformlyEugene Burmako2013-02-0824-82/+90
| * SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-0821-20/+165
* | Merge pull request #2095 from hubertp/ticket/5675James Iry2013-02-0814-17/+27
|\ \
| * | SI-5675 Discard duplicate feature warnings at a positionJason Zaugg2013-02-0814-17/+27
* | | Merge pull request #2092 from lrytz/t7096James Iry2013-02-083-13/+67
|\ \ \
| * | | SI-7096 SubstSymMap copies trees before modifying their symbolsLukas Rytz2013-02-083-13/+67
* | | | Merge pull request #2017 from retronym/ticket/6666James Iry2013-02-0820-73/+265
|\ \ \ \
| * | | | Class symbols can't be contravariant.Jason Zaugg2013-02-044-1/+55
| * | | | SI-6666 Catch VerifyErrors in the making in early defs.Jason Zaugg2013-02-023-9/+20
| * | | | Broader checks for poisonous this references.Jason Zaugg2013-02-0212-82/+146
| * | | | Add a test case from the comments of SI-6666.Jason Zaugg2013-02-022-0/+21
| * | | | SI-6666 Account for nesting in setting INCONSTRUCTORJason Zaugg2013-02-025-4/+39
| * | | | Move a test from pos to run to highlight bytecode deficiencies.Jason Zaugg2013-01-281-5/+14
* | | | | Merge pull request #2091 from JamesIry/2.10.x_SI-6478James Iry2013-02-083-3/+56
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [backport] SI-6478 Fixing JavaTokenParser identJames Roper2013-02-073-3/+56
| | |/ / | |/| |
* | | | Merge pull request #2035 from scalamacros/ticket/6989Eugene Burmako2013-02-087-17/+332
|\ \ \ \
| * | | | introduces an exhaustive java-to-scala testEugene Burmako2013-02-053-17/+262