summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* SI-7582 Only inline accessible calls to package-private Java codeJason Zaugg2013-06-198-0/+50
* SI-7582 ClassfileParser: populate privateWithin of Java module classJason Zaugg2013-06-163-0/+42
* Merge branch '2.10.x' into topic/merge-v2.10.2-RC1-35-ga54d86b-to-masterJason Zaugg2013-06-1010-11/+3128
|\
| * Merge pull request #2606 from JamesIry/2.10.x_classfile_52Jason Zaugg2013-06-094-11/+87
| |\
| | * Refactor testing logic for only running under certain JDK versionsJames Iry2013-06-043-18/+12
| | * 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-082-0/+17
| |\ \
| | * | SI-6841 Fix bug at the intersection of DelayedInit and named argsJason Zaugg2013-05-302-0/+17
| | |/
| * | Merge pull request #2629 from retronym/ticket/7558Paul Phillips2013-06-081-0/+9
| |\ \
| | * | SI-7558 Fix capture of free local vars in toolbox compilerJason Zaugg2013-06-051-0/+9
| * | | Merge pull request #2626 from retronym/ticket/7556Adriaan Moors2013-06-053-0/+3015
| |\ \ \ | | |/ / | |/| |
| | * | SI-7556 Fix runtime reflection involving ScalaLongSignatureJason Zaugg2013-06-053-0/+3015
| | |/
* | | 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 #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-073-0/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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-046-0/+76
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #2609 from retronym/ticket/7507Paul Phillips2013-06-031-0/+31
| |\ \ \ \ \
| | * | | | | SI-7507 Fix lookup of private[this] member in presence of self type.Jason Zaugg2013-05-311-0/+31
| | | |_|_|/ | | |/| | |
| * / | | | SI-7375 ClassTag for value class aliasesEugene Burmako2013-05-315-0/+45
| |/ / / /
* | | | | Revert "SI-7517 type constructors too eagerly normalized."Paul Phillips2013-06-031-1/+1
* | | | | Merge pull request #2615 from paulp/issue/7517Paul Phillips2013-06-031-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7517 type constructors too eagerly normalized.Paul Phillips2013-05-311-1/+1
* | | | | Merge pull request #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-03153-250/+328
|\ \ \ \ \
| * | | | | refactors macro compilationEugene Burmako2013-05-287-2/+26
| * | | | | refactors macro testsEugene Burmako2013-05-28142-248/+281
| * | | | | macro engine refactoringEugene Burmako2013-05-286-3/+24
* | | | | | 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
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2592 from paulp/issue/7088Paul Phillips2013-05-312-0/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-7088 Array crasher in erasure.Paul Phillips2013-05-272-0/+15
| | |/ / | |/| |
* | | | Revert "SI-6039 Harden against irrelevant filesystem details"Paul Phillips2013-05-311-18/+0
| |/ / |/| |
* | | Merge pull request #2563 from soc/SI-7474James Iry2013-05-282-18/+7
|\ \ \
| * | | SI-7474 Parallel collections: End the exception handling madnessSimon Ochsenreither2013-05-282-18/+7
| |/ /
* | | Merge pull request #2579 from vigdorchik/list_mapJames Iry2013-05-281-0/+26
|\ \ \ | |/ / |/| |
| * | SI-7502 removing non-existent element from ListMap returns same map.Eugene Vigdorchik2013-05-221-0/+26
* | | Merge pull request #2591 from som-snytt/topic/partest-inchesPaul Phillips2013-05-26265-340/+944
|\ \ \
| * | | SI-7198 Par-Test uses filters filesSom Snytt2013-05-2512-10/+21
| * | | SI-7003 Partest redirects stderr to log fileSom Snytt2013-05-25263-340/+933
* | | | Merge pull request #2585 from paulp/pr/concision-contributionPaul Phillips2013-05-262-0/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Concision contribution.Paul Phillips2013-05-232-0/+29
* | | | Merge pull request #2573 from retronym/ticket/7499Paul Phillips2013-05-242-1/+9
|\ \ \ \