summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|/ / / / /
* | | | | Merge pull request #2149 from khernyo/issue/7074Grzegorz Kossakowski2013-02-253-1/+25
|\ \ \ \ \
| * | | | | SI-7074 Fix xml attribute sortingSzabolcs Berecz2013-02-243-1/+25
* | | | | | Merge pull request #2159 from scalamacros/topic/7112-followup-210xJames Iry2013-02-241-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fixes the test for SI-7112Eugene Burmako2013-02-231-1/+1
* | | | | | Merge pull request #2157 from retronym/ticket/7171James Iry2013-02-228-2/+69
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-7171 Consider prefix when assessing type finality.Jason Zaugg2013-02-228-2/+69
* | | | | | 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 #2143 from heathermiller/docs/linearization-typoJames Iry2013-02-222-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fixed error in reflection API docs about linearization order on method baseCl...Heather Miller2013-02-192-2/+2
* | | | | | | 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 #2146 from adriaanm/build-2.10.2Grzegorz Kossakowski2013-02-201-1/+1
|\ \ \ \ \ \
| * | | | | | bump build number to 2.10.2Adriaan Moors2013-02-201-1/+1
|/ / / / / /
* | | | | | Merge pull request #2118 from lrytz/annotatedRetypingJames Iry2013-02-195-9/+87
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge pull request #1 from retronym/topic/annotatedRetyping-testLukas Rytz2013-02-182-0/+14
| |\ \ \ \ \
| | * | | | | Additional test case for Lukas' fix to annotated originals.Jason Zaugg2013-02-182-0/+14
| |/ / / / /
| * | / / / Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-123-9/+73
| | |/ / / | |/| | |
* | | | | Merge pull request #2129 from gkossakowski/issues/SI-7130-StatisticsJames Iry2013-02-191-1/+1
|\ \ \ \ \
| * | | | | Fix SI-7130: Memory leaked caused by StatisticsGrzegorz Kossakowski2013-02-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #2136 from vigdorchik/scannersJames Iry2013-02-191-21/+13
|\ \ \ \ \
| * | | | | SI-7143 Fix scanner docComment: docBuffer and docPos are initializedEugene Vigdorchik2013-02-191-21/+13
| |/ / / /
* | | | | Merge pull request #2130 from vigdorchik/relax_docJames Iry2013-02-196-40/+41
|\ \ \ \ \
| * | | | | SI-7134: don't require doc.Settings in base api of scaladoc.Eugene Vigdorchik2013-02-156-40/+41
| |/ / / /
* | | | | Merge pull request #2137 from huitseeker/issue/value-protected-in-inherited-1...James Iry2013-02-194-0/+26
|\ \ \ \ \
| * | | | | unit test ide-t1000567 exercises SI-5063, aka #1000567.François Garillot2013-02-194-0/+26
* | | | | | Merge pull request #2135 from heathermiller/futures-cleanupsJames Iry2013-02-193-1331/+0
|\ \ \ \ \ \
| * | | | | | Removing disabled, unneeded futures testsHeather Miller2013-02-173-1331/+0
* | | | | | | Merge pull request #2131 from jozic/scaladoc-cleanupJames Iry2013-02-193-8/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | make Future scaladoc examples up-to-date and compilableEugene Platonov2013-02-153-8/+8
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #2132 from u-abramchuk/SI5744Eugene Burmako2013-02-166-11/+32
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-5744 evidence params are now SYNTHETICUladzimir Abramchuk2013-02-166-11/+32
|/ / / / /
* | | | | Merge pull request #2115 from retronym/ticket/7091Adriaan Moors2013-02-122-1/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-7091 Don't try to put a protected accessor in a package.Jason Zaugg2013-02-112-0/+8
| * | | | SI-7091 Add a diagnostic for the "no acc def buf" error.Jason Zaugg2013-02-101-1/+4
* | | | | Merge pull request #2113 from scalamacros/topic/silencePaul Phillips2013-02-112-1/+7
|\ \ \ \ \