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 #2182 from retronym/ticket/6191James Iry2013-03-011-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Tone down a soft-warning to only show under -Ydebug.Jason Zaugg2013-03-011-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #2083 from scalamacros/ticket/6240Adriaan Moors2013-02-2728-331/+3539
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | runtime reflection: death from thousand threadsEugene Burmako2013-02-114-0/+2051
| * | | | | | removes the assertion in missingHookEugene Burmako2013-02-111-2/+0
| * | | | | | synchronizes namesEugene Burmako2013-02-112-27/+35
| * | | | | | synchronizes pendingVolatilesEugene Burmako2013-02-112-4/+2
| * | | | | | synchronizes toolboxesEugene Burmako2013-02-111-23/+29
| * | | | | | SI-7045 reflection now auto-initializes selfTypeEugene Burmako2013-02-113-1/+19
| * | | | | | optimizes Scala reflection GILEugene Burmako2013-02-114-64/+41
| * | | | | | initializes lazy vals and inner objects in advanceEugene Burmako2013-02-115-5/+1041
| * | | | | | introduces GIL to Scala reflectionEugene Burmako2013-02-1110-178/+235
| * | | | | | cleans up initialization of runtime reflectionEugene Burmako2013-02-117-29/+59
| * | | | | | reflection no longer uses atPhase and friendsEugene Burmako2013-02-114-28/+31
| * | | | | | synchronizes symbolsEugene Burmako2013-02-113-16/+35
| * | | | | | removes the crazy extraneous logEugene Burmako2013-02-113-1/+7
| * | | | | | moves Symbol#SymbolKind to SymbolsEugene Burmako2013-02-111-1/+2
* | | | | | | Merge pull request #2134 from scalamacros/topic/resetattrs-thisPaul Phillips2013-02-273-9/+60
|\ \ \ \ \ \ \
| * | | | | | | adds some comments to resetAttrsEugene Burmako2013-02-261-5/+41
| * | | | | | | resetAttrs now always erases This.tpeEugene Burmako2013-02-173-4/+19
* | | | | | | | Merge pull request #2117 from gkossakowski/issue/SI-7107Grzegorz Kossakowski2013-02-261-0/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Fix SI-7107: scala now thinks every exception is polymorphicGrzegorz Kossakowski2013-02-251-0/+3
|/ / / / / / /