summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* SI-7569 Fix end position in PostfixSelect treeFrançois Garillot2013-06-241-1/+1
* Merge pull request #2653 from retronym/ticket/7433Grzegorz Kossakowski2013-06-231-1/+7
|\
| * SI-7433 Fix spurious warning about catching control throwableJason Zaugg2013-06-231-1/+7
* | Merge pull request #2342 from soc/SI-7292Adriaan Moors2013-06-201-0/+7
|\ \
| * | SI-7292 Deprecate octal escape literalsSimon Ochsenreither2013-04-041-0/+7
* | | Merge pull request #2625 from paulp/pr/no-useless-implicitsGrzegorz Kossakowski2013-06-191-5/+23
|\ \ \
| * | | SI-6899, prohibit dangerous, useless implicit conversions.Paul Phillips2013-06-041-5/+23
* | | | Merge pull request #2628 from retronym/ticket/7364Eugene Burmako2013-06-191-5/+8
|\ \ \ \
| * | | | SI-7364 Allow raw types in parent position in Java sourcesJason Zaugg2013-06-091-5/+8
* | | | | Merge pull request #2635 from retronym/ticket/7151Grzegorz Kossakowski2013-06-191-2/+3
|\ \ \ \ \
| * | | | | SI-7151 Emit final in bytecode for final inner classes.Jason Zaugg2013-06-071-2/+3
| | |/ / / | |/| | |
* | | | | 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