summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert SI-6240 synchronization for runtime reflectionAdriaan Moors2013-03-0128-3539/+331
* 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
|/ / / /
* | | | 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
| | |/ / | |/| |