summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| | |_|/ | |/| |
* | | | Fix SI-7224.Iulian Dragos2013-03-071-1/+1
| |/ / |/| |
* | | 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-059-303/+342
|\ \ \ \
| * \ \ \ Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-031-3/+10
| |\ \ \ \
| | * | | | [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-011-2/+7
| | |\ \ \ \ \
| | | * | | | | 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 #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-011-29/+23
|\ \ \ \ \ \
| * | | | | | Revert SI-6240 synchronization for runtime reflectionAdriaan Moors2013-03-011-29/+23
* | | | | | | Merge pull request #2179 from adriaanm/merge-2.10.1Adriaan Moors2013-03-012-3/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge 2.10.1 into 2.10.x.Adriaan Moors2013-02-272-3/+7
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | 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
| | * | | | | SI-6576 Workaround / diagnostic for IDE NPE.Jason Zaugg2013-02-191-2/+6
| | |/ / / /
* | | | | | 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-271-23/+29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | synchronizes toolboxesEugene Burmako2013-02-111-23/+29
| | |/ / / | |/| | |
* | | | | Merge pull request #2134 from scalamacros/topic/resetattrs-thisPaul Phillips2013-02-271-9/+48
|\ \ \ \ \
| * | | | | adds some comments to resetAttrsEugene Burmako2013-02-261-5/+41
| * | | | | resetAttrs now always erases This.tpeEugene Burmako2013-02-171-4/+7
* | | | | | Fix SI-7107: scala now thinks every exception is polymorphicGrzegorz Kossakowski2013-02-251-0/+3
| |_|/ / / |/| | | |
* | | | | Merge pull request #2120 from adriaanm/patmat-refactorAdriaan Moors2013-02-229-3862/+3951
|\ \ \ \ \
| * | | | | please ant with filenames, add commentsAdriaan Moors2013-02-216-21/+37
| * | | | | remove unused importsAdriaan Moors2013-02-157-263/+206
| * | | | | [refactor] move some logic-related codeAdriaan Moors2013-02-123-352/+358
| * | | | | [refactor] better name for symbolicCaseAdriaan Moors2013-02-121-16/+6
| * | | | | [refactor] make hash-consing more robustAdriaan Moors2013-02-122-21/+23
| * | | | | drop Cond in favor of PropAdriaan Moors2013-02-123-129/+93
| * | | | | [refactor] prepare migration from Cond to PropAdriaan Moors2013-02-121-52/+52
| * | | | | [refactor] type analysis consolidationAdriaan Moors2013-02-122-21/+19
| * | | | | [refactor] move PatternMatching.scala to transform.patmatAdriaan Moors2013-02-129-3806/+4032
| * | | | | re-align 2.10.x's pattern matcher with master'sAdriaan Moors2013-02-121-93/+37
* | | | | | Merge pull request #2133 from som-snytt/typos-2.10.xPaul Phillips2013-02-221-1/+1
|\ \ \ \ \ \
| * | | | | | Shadowed Implict typo (fixes no issue)Som Snytt2013-02-161-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2118 from lrytz/annotatedRetypingJames Iry2013-02-191-9/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-121-9/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #2136 from vigdorchik/scannersJames Iry2013-02-191-21/+13
|\ \ \ \ \