summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2640 from jedesah/patch-1Jason Zaugg2013-06-091-0/+21
|\
| * Fix incorrectly documented exception of toBoolean method of StringJean-Remi Desjardins2013-06-061-1/+1
| * Document exceptions thrown in some conversion methods of StringJean-Remi Desjardins2013-06-061-0/+21
* | Merge pull request #2610 from axel22/issue/7498Jason Zaugg2013-06-092-2/+25
|\ \
| * | SI-7498 ParTrieMap.foreach no longer crashesAleksandar Prokopec2013-05-302-2/+25
* | | Merge pull request #2617 from paulp/pr/use-dedicated-sentinelsJason Zaugg2013-06-0910-67/+69
|\ \ \
| * | | Eliminate needless Options.Paul Phillips2013-06-0810-67/+69
* | | | Merge pull request #2533 from soc/SI-6503Jason Zaugg2013-06-092-9/+5
|\ \ \ \
| * | | | SI-6503 Fix scaladoc output to generate valid HTML5Simon Ochsenreither2013-06-092-9/+5
* | | | | Merge pull request #2596 from retronym/ticket/7519Jason Zaugg2013-06-093-2/+28
|\ \ \ \ \
| * | | | | SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-05-253-2/+28
* | | | | | Merge pull request #2630 from retronym/ticket/6308Jason Zaugg2013-06-093-4/+77
|\ \ \ \ \ \
| * | | | | | SI-6308 Specialize methods that have some unspecialized paramsJason Zaugg2013-06-053-4/+77
* | | | | | | 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-085-8/+99
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | SI-2464 Resiliance against missing InnerClass attributesJason Zaugg2013-06-065-8/+99
| |/ / / /
* | | | | Merge pull request #2627 from retronym/ticket/7418Paul Phillips2013-06-081-4/+5
|\ \ \ \ \
| * | | | | SI-7418 Avoid concurrent use of compiler in REPL startupJason Zaugg2013-06-051-4/+5
| | |/ / / | |/| | |
* | | | | 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-0711-57/+107
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | unifies handling of T's in various analyses of Foo[T]'sEugene Burmako2013-06-073-42/+50
| * | | | fixes a crash on a degenerate macro definitionEugene Burmako2013-06-073-4/+15
| * | | | cleans up 82f0925Eugene Burmako2013-06-035-11/+42
* | | | | Merge pull request #2582 from paulp/pr/SubstTypeMapAdriaan Moors2013-06-052-4/+14
|\ \ \ \ \
| * | | | | Cache the most recently created SubstTypeMap.Paul Phillips2013-05-222-4/+14
* | | | | | Merge pull request #2605 from JamesIry/weak_hashset_uniquesGrzegorz Kossakowski2013-06-044-50/+588
|\ \ \ \ \ \
| * | | | | | Modify perRunCaches to not leak WeakReferencesJames Iry2013-06-041-10/+3
| * | | | | | SI-7149 Use a WeakHashSet for type uniquenessJames Iry2013-06-041-2/+2
| * | | | | | SI-7150 Replace scala.reflect.internal.WeakHashSetJames Iry2013-06-042-38/+583
* | | | | | | Merge pull request #2623 from paulp/pr/mergeAdriaan Moors2013-06-0441-693/+799
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-0441-693/+799
|/| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/2.10.2' into pr/mergePaul Phillips2013-06-0318-30/+100
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #2608 from retronym/ticket/7532v2.10.2-RC2v2.10.2James Iry2013-05-305-4/+30
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-7532 Fix regression in Java inner classfile readerJason Zaugg2013-05-305-4/+30
| | * | | | | | | | Merge pull request #2607 from retronym/ticket/7517James Iry2013-05-292-4/+25
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | SI-7517 Fix higher kinded type inference regressionJason Zaugg2013-05-302-4/+25
| | |/ / / / / / /
| | * | | | | | | Merge pull request #2601 from retronym/ticket/7516James Iry2013-05-295-5/+20
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-7516 Revert "SI-7234 Make named args play nice w. depmet types"Jason Zaugg2013-05-295-5/+20
| | * | | | | | | | Merge pull request #2590 from paulp/issue/7486Jason Zaugg2013-05-274-14/+3
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | SI-7486 Regressions in implicit search.Paul Phillips2013-05-234-14/+3
| | * | | | | | | | Merge pull request #2588 from retronym/ticket/7509Paul Phillips2013-05-263-3/+22
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | SI-7509 Avoid crasher as erronous args flow through NamesDefaultsJason Zaugg2013-05-233-3/+22
| | |/ / / / / / /
| * | | | | | | | Merge pull request #2609 from retronym/ticket/7507Paul Phillips2013-06-034-2/+52
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-314-2/+52
| * | | | | | | | | Merge pull request #2619 from scalamacros/ticket/7375Eugene Burmako2013-06-026-2/+50
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | SI-7375 ClassTag for value class aliasesEugene Burmako2013-05-316-2/+50
| * | | | | | | | | Merge pull request #2578 from retronym/ticket/6138Adriaan Moors2013-05-297-9/+39
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-237-9/+39