summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-111-3/+3
|\
| * SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-091-3/+3
* | Merge pull request #2225 from retronym/ticket/7234Adriaan Moors2013-03-111-7/+10
|\ \
| * | SI-7234 Make named args play nice with dep. method typesJason Zaugg2013-03-091-7/+10
* | | Merge pull request #2223 from scalamacros/ticket/7235Adriaan Moors2013-03-112-0/+6
|\ \ \
| * | | reifier is now aware of SI-7235Eugene Burmako2013-03-092-0/+6
* | | | SI-7226 Fix inference regression caused by TypeVar equality.Jason Zaugg2013-03-091-0/+6
| |_|/ |/| |
* | | Fix SI-7224.Iulian Dragos2013-03-071-1/+1
| |/ |/|
* | Merge pull request #2199 from retronym/ticket/7214Adriaan Moors2013-03-051-1/+3
|\ \
| * | SI-7214 outer check based on dealiased pattern type.Jason Zaugg2013-03-051-1/+3
* | | Merge pull request #2156 from vigdorchik/hierarchyAdriaan Moors2013-03-055-61/+65
|\ \ \
| * | | SI-7109 SI-7153 Generalize the API to get docComments: allow to force docTreesEugene Vigdorchik2013-02-245-61/+65
* | | | Merge pull request #2193 from adriaanm/patmat-refactorAdriaan Moors2013-03-0510-307/+353
|\ \ \ \
| * \ \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-032-7/+21
| |\ \ \ \
| | * | | | [nomaster] SI-7195 minor version mustn't introduce warningsAdriaan Moors2013-03-011-1/+3
| | * | | | Merge pull request #2168 from retronym/ticket/7183Adriaan Moors2013-03-011-14/+28
| | |\ \ \ \
| | | * | | | SI-7183 Disable unreachability for withFilter matches.Jason Zaugg2013-02-251-14/+28
| | * | | | | Merge pull request #2167 from retronym/ticket/7126Adriaan Moors2013-03-012-6/+18
| | |\ \ \ \ \
| | | * | | | | SI-7126 Eliminate a source of malformed types.Jason Zaugg2013-02-261-4/+11
| | | * | | | | SI-7126 Account for the alias types that don't dealias.Jason Zaugg2013-02-251-2/+7
| | | |/ / / /
| * | | | | | [port] SI-7183 Disable unreachability for withFilter matches.Adriaan Moors2013-03-033-16/+29
| * | | | | | better names for components of MatchTranslatorAdriaan Moors2013-03-033-34/+33
| * | | | | | move sat solving to separate fileAdriaan Moors2013-03-033-233/+243
| * | | | | | simplify dependencies between patmat components, remove self typesAdriaan Moors2013-03-037-41/+51
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2198 from retronym/ticket/7215Paul Phillips2013-03-051-10/+13
|\ \ \ \ \ \
| * | | | | | SI-7215 Fix transpose of an empty Array[Array[T]].Jason Zaugg2013-03-051-10/+13
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2175 from retronym/ticket/7185Paul Phillips2013-03-051-1/+2
|\ \ \ \ \ \
| * | | | | | SI-7185 Avoid NPE in TreeInfo.isExprSafeToInlineJason Zaugg2013-03-021-1/+2
* | | | | | | Merge pull request #2178 from scalamacros/ticket/7190Paul Phillips2013-03-051-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | SI-7190 macros no longer give rise to bridgesEugene Burmako2013-02-271-0/+1
* | | | | | | Merge pull request #2184 from adriaanm/revert-pr-2083Adriaan Moors2013-03-0120-1468/+331
|\ \ \ \ \ \ \
| * | | | | | | Revert SI-6240 synchronization for runtime reflectionAdriaan Moors2013-03-0120-1468/+331
* | | | | | | | Merge pull request #2179 from adriaanm/merge-2.10.1Adriaan Moors2013-03-0119-327/+171
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge 2.10.1 into 2.10.x.Adriaan Moors2013-02-2719-327/+171
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | SI-7180 Fix regression in implicit scope of HK type alias.Jason Zaugg2013-02-251-1/+1
| | | |_|_|/ / | | |/| | | |
| | * | | | | Merge pull request #2152 from retronym/topic/annotatedRetyping-2.10.1Adriaan Moors2013-02-211-9/+5
| | |\ \ \ \ \
| | | * | | | | Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-211-9/+5
| | * | | | | | 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
| | | |/ / / / /
| | * | | | | | SI-7146 - Fixing checkinit bug in ExecutionContextImpl and adding testViktor Klang2013-02-191-4/+4
| | * | | | | | SI-7128 Fix regression in copyToArray for empty arraysJason Zaugg2013-02-141-1/+1
| | |/ / / / /
| | * | | | | [nomaster] Revert "Added a Swing ColorChooser wrapper"Adriaan Moors2013-02-122-59/+0
| | * | | | | [nomaster] Revert "Added a Swing PopupMenu wrapper"Adriaan Moors2013-02-122-83/+0
| | * | | | | [nomaster] Revert "SI-6548 reflection now correctly enters jinners"Adriaan Moors2013-02-101-8/+8
| | * | | | | [nomaster] inline importPrivateWithinFromJavaFlags into SymbolTableAdriaan Moors2013-02-092-24/+15
| | * | | | | [nomaster] Revert "cosmetic renamings in runtime reflection"Adriaan Moors2013-02-092-6/+6
| | * | | | | [nomaster] refactor AdaptedForkJoinTask, uncaughtExceptionHandlerAdriaan Moors2013-02-091-18/+15
| | * | | | | [nomaster] can't add new class BatchingExecutorAdriaan Moors2013-02-092-120/+103
| | * | | | | [nomaster] bring back SerializeStart from fa3b8040ebAdriaan Moors2013-02-091-0/+4
| | * | | | | [nomaster] duplicate tailImpl as a private methodAdriaan Moors2013-02-092-1/+9