summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2631 from retronym/ticket/5022Grzegorz Kossakowski2013-06-191-2/+7
|\
| * SI-5022 Retain precise existentials through pattern matchingJason Zaugg2013-06-051-2/+7
* | Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-101-1/+4
|\ \
| * \ Merge pull request #2611 from retronym/ticket/6481Paul Phillips2013-06-081-1/+4
| |\ \
| | * | SI-6841 Fix bug at the intersection of DelayedInit and named argsJason Zaugg2013-05-301-1/+4
* | | | Merge pull request #2621 from retronym/ticket/7264Paul Phillips2013-06-092-1/+10
|\ \ \ \
| * | | | SI-7264 Initialize owner when searching for companion.Jason Zaugg2013-06-052-1/+10
| | |_|/ | |/| |
* | | | Merge pull request #2617 from paulp/pr/use-dedicated-sentinelsJason Zaugg2013-06-094-26/+26
|\ \ \ \
| * | | | Eliminate needless Options.Paul Phillips2013-06-084-26/+26
* | | | | Merge pull request #2596 from retronym/ticket/7519Jason Zaugg2013-06-091-2/+3
|\ \ \ \ \
| * | | | | SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-05-251-2/+3
* | | | | | Merge pull request #2630 from retronym/ticket/6308Jason Zaugg2013-06-091-4/+20
|\ \ \ \ \ \
| * | | | | | SI-6308 Specialize methods that have some unspecialized paramsJason Zaugg2013-06-051-4/+20
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2639 from retronym/ticket/2464Paul Phillips2013-06-081-4/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-2464 Resiliance against missing InnerClass attributesJason Zaugg2013-06-061-4/+8
* | | | | | Merge pull request #2638 from paulp/pr/error-outputPaul Phillips2013-06-083-39/+30
|\ \ \ \ \ \
| * | | | | | Cleanup of crash output.Paul Phillips2013-06-063-39/+30
| |/ / / / /
* | | | | | Merge pull request #2622 from scalamacros/pullrequest/paradisePaul Phillips2013-06-073-14/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | unifies handling of T's in various analyses of Foo[T]'sEugene Burmako2013-06-071-3/+3
| * | | | | cleans up 82f0925Eugene Burmako2013-06-032-11/+18
* | | | | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-049-633/+502
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-033-26/+20
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | SI-7532 Fix regression in Java inner classfile readerJason Zaugg2013-05-301-4/+4
| | * | | | | Merge pull request #2601 from retronym/ticket/7516James Iry2013-05-291-5/+7
| | |\ \ \ \ \
| | | * | | | | SI-7516 Revert "SI-7234 Make named args play nice w. depmet types"Jason Zaugg2013-05-291-5/+7
| | * | | | | | Merge pull request #2590 from paulp/issue/7486Jason Zaugg2013-05-271-14/+3
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | SI-7486 Regressions in implicit search.Paul Phillips2013-05-231-14/+3
| | * | | | | | SI-7509 Avoid crasher as erronous args flow through NamesDefaultsJason Zaugg2013-05-231-3/+6
| | |/ / / / /
| * | | | | | Merge pull request #2619 from scalamacros/ticket/7375Eugene Burmako2013-06-021-2/+5
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | SI-7375 ClassTag for value class aliasesEugene Burmako2013-05-311-2/+5
| * | | | | | Merge pull request #2578 from retronym/ticket/6138Adriaan Moors2013-05-292-7/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-232-7/+1
| * | | | | | SI-7473 Bad for expr crashes postfixSom Snytt2013-05-232-5/+10
| |/ / / / /
| * | | | | Merge pull request #2506 from scalamacros/ticket/7461Eugene Burmako2013-05-202-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-092-2/+2
* | | | | | Merge pull request #2599 from paulp/pr/2586-rebasePaul Phillips2013-06-031-466/+594
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Golfed about 20 lines into the sand trap.Paul Phillips2013-05-261-37/+20
| * | | | | Reversing reversion of ac6504b8c4.Paul Phillips2013-05-261-4/+4
| * | | | | skipping trips to specializeTypes when not necessary in constructorsMiguel Garcia2013-05-261-5/+13
| * | | | | separation of concerns: guard non-specialized ctor-stats in constructorsMiguel Garcia2013-05-261-118/+123
| * | | | | readability for intoConstructors transformerMiguel Garcia2013-05-261-11/+37
| * | | | | separation of concerns: elision in constructorsMiguel Garcia2013-05-261-115/+135
| * | | | | separation of concerns: delayed-init in constructorsMiguel Garcia2013-05-261-134/+141
| * | | | | method transformClassTemplate() turned into class TemplateTransformerMiguel Garcia2013-05-261-572/+576
| * | | | | eliding what the constructor phase elides but with less effort (2 of 2)Miguel Garcia2013-05-261-63/+1
| * | | | | eliding what the constructor phase elides but with less effort (1 of 2)Miguel Garcia2013-05-261-2/+67
| * | | | | how stuff works: elision of param-accessor-fields and outer-accessorsMiguel Garcia2013-05-261-6/+64
| * | | | | handling AnyVal special case early on to simplify logic afterwardsMiguel Garcia2013-05-261-6/+10
| * | | | | warn about uninitialized reads (in constructors), self-contained checkMiguel Garcia2013-05-261-37/+47
| * | | | | Temporary reversion of a bit of d8b96bb858.Paul Phillips2013-05-261-4/+4