summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #2621 from retronym/ticket/7264Paul Phillips2013-06-092-0/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7264 Initialize owner when searching for companion.Jason Zaugg2013-06-052-0/+18
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #2610 from axel22/issue/7498Jason Zaugg2013-06-091-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-7498 ParTrieMap.foreach no longer crashesAleksandar Prokopec2013-05-301-0/+20
* | | | | | | | | Merge pull request #2596 from retronym/ticket/7519Jason Zaugg2013-06-092-0/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-05-252-0/+25
* | | | | | | | | | Merge pull request #2630 from retronym/ticket/6308Jason Zaugg2013-06-092-0/+57
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-6308 Specialize methods that have some unspecialized paramsJason Zaugg2013-06-052-0/+57
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2642 from soc/SI-7564Jason Zaugg2013-06-091-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7564 Fix detection of reflective calls on AvianSimon Ochsenreither2013-06-081-1/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #2639 from retronym/ticket/2464Paul Phillips2013-06-083-0/+60
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-2464 Resiliance against missing InnerClass attributesJason Zaugg2013-06-063-0/+60
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2622 from scalamacros/pullrequest/paradisePaul Phillips2013-06-075-1/+35
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | fixes a crash on a degenerate macro definitionEugene Burmako2013-06-072-1/+11
| * | | | | | | | | cleans up 82f0925Eugene Burmako2013-06-033-0/+24
* | | | | | | | | | Merge pull request #2605 from JamesIry/weak_hashset_uniquesGrzegorz Kossakowski2013-06-041-0/+174
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7150 Replace scala.reflect.internal.WeakHashSetJames Iry2013-06-041-0/+174
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-0427-56/+224
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-0314-56/+77
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge pull request #2608 from retronym/ticket/7532v2.10.2-RC2v2.10.2James Iry2013-05-304-0/+26
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | SI-7532 Fix regression in Java inner classfile readerJason Zaugg2013-05-304-0/+26
| | * | | | | | | | | | SI-7517 Fix higher kinded type inference regressionJason Zaugg2013-05-301-0/+22
| | |/ / / / / / / / /
| | * | | | | | | | | Merge pull request #2601 from retronym/ticket/7516James Iry2013-05-294-35/+13
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | SI-7516 Revert "SI-7234 Make named args play nice w. depmet types"Jason Zaugg2013-05-294-35/+13
| | * | | | | | | | | | Merge pull request #2590 from paulp/issue/7486Jason Zaugg2013-05-273-21/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | SI-7486 Regressions in implicit search.Paul Phillips2013-05-233-21/+0
| | * | | | | | | | | | SI-7509 Avoid crasher as erronous args flow through NamesDefaultsJason Zaugg2013-05-232-0/+16
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #2609 from retronym/ticket/7507Paul Phillips2013-06-033-0/+42
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-313-0/+42
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #2619 from scalamacros/ticket/7375Eugene Burmako2013-06-025-0/+45
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | SI-7375 ClassTag for value class aliasesEugene Burmako2013-05-315-0/+45
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #2578 from retronym/ticket/6138Adriaan Moors2013-05-292-0/+12
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-232-0/+12
| * | | | | | | | | Merge pull request #2583 from som-snytt/issue/7473-pointless-for-crashPaul Phillips2013-05-272-0/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-7473 Bad for expr crashes postfixSom Snytt2013-05-232-0/+14
| | |/ / / / / / / /
| * / / / / / / / / A test case for a recent LUB progression.Jason Zaugg2013-05-271-0/+34
| |/ / / / / / / /
| * | | | | | | | Merge pull request #2506 from scalamacros/ticket/7461Eugene Burmako2013-05-203-0/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-093-0/+16
* | | | | | | | | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-036-68/+6
* | | | | | | | | Merge pull request #2597 from paulp/issue/7520Paul Phillips2013-06-031-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SI-7520 bug in subtyping.Paul Phillips2013-05-311-0/+10
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2615 from paulp/issue/7517Paul Phillips2013-06-036-6/+68
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-316-6/+68
* | | | | | | | | Merge pull request #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-03276-793/+1073
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refactors macro compilationEugene Burmako2013-05-2814-41/+71
| * | | | | | | | | refactors macro testsEugene Burmako2013-05-28256-785/+830
| * | | | | | | | | macro engine refactoringEugene Burmako2013-05-2810-4/+193
| * | | | | | | | | SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-273-0/+16
* | | | | | | | | | Merge pull request #2613 from retronym/ticket/6309James Iry2013-05-312-0/+17
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | SI-6309 Test case for early-init / private[this] crasher.Jason Zaugg2013-05-312-0/+17
| | |_|/ / / / / / | |/| | | | | | |