summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-1015-22/+3180
|/| | | | | | | | | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #2616 from retronym/ticket/7505Jason Zaugg2013-06-091-0/+16
| |\ \ \ \ \ \ \
| | * | | | | | | SI-7505 Test case for pattern matcher + type alias bugJason Zaugg2013-06-081-0/+16
| * | | | | | | | Merge pull request #2606 from JamesIry/2.10.x_classfile_52Jason Zaugg2013-06-095-11/+114
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Refactor testing logic for only running under certain JDK versionsJames Iry2013-06-044-18/+39
| | * | | | | | | | Test for reading JDK 8 (classfile format 52) class files.James Iry2013-05-292-0/+82
| * | | | | | | | | Merge pull request #2611 from retronym/ticket/6481Paul Phillips2013-06-083-1/+21
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-6841 Fix bug at the intersection of DelayedInit and named argsJason Zaugg2013-05-303-1/+21
| * | | | | | | | | | Merge pull request #2629 from retronym/ticket/7558Paul Phillips2013-06-082-1/+10
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | SI-7558 Fix capture of free local vars in toolbox compilerJason Zaugg2013-06-052-1/+10
| * | | | | | | | | | Merge pull request #2626 from retronym/ticket/7556Adriaan Moors2013-06-054-9/+3019
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | SI-7556 Fix runtime reflection involving ScalaLongSignatureJason Zaugg2013-06-054-9/+3019
| | |/ / / / / / / /
* | | | | | | | | | Merge pull request #2621 from retronym/ticket/7264Paul Phillips2013-06-094-1/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-7264 Initialize owner when searching for companion.Jason Zaugg2013-06-054-1/+28
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | 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