summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #737 from scalamacros/topic/reifyanonymousAdriaan Moors2012-06-194-8/+0
|\
| * enables reification of anonymous classesEugene Burmako2012-06-184-8/+0
* | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-1916-0/+107
|\ \
| * | improves showRawEugene Burmako2012-06-1916-0/+107
* | | Merge pull request #697 from retronym/ticket/4270-3Adriaan Moors2012-06-194-0/+45
|\ \ \
| * | | SI-4270 Disqualify in scope implicits that are shadowed.Jason Zaugg2012-06-104-0/+45
* | | | Merge pull request #739 from jsuereth/feature/collection-conversionsJosh Suereth2012-06-183-1/+167
|\ \ \ \
| * | | | Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-182-8/+10
| * | | | Rename copyTo to build based on consensus of 3Josh Suereth2012-06-181-7/+7
| * | | | Fixes from review.Josh Suereth2012-06-181-7/+7
| * | | | Adding copyInto and toVector methods to collections.Josh Suereth2012-06-182-0/+164
* | | | | Merge pull request #741 from axel22/issue/4954Josh Suereth2012-06-181-0/+45
|\ \ \ \ \
| * | | | | Fix SI-4954.Aleksandar Prokopec2012-06-181-0/+45
| | |_|_|/ | |/| | |
* | | | | Merge pull request #742 from axel22/feature/pc-ctrieJosh Suereth2012-06-181-4/+7
|\ \ \ \ \
| * | | | | Use `ThreadLocalRandom` in `TrieMap.size`.Aleksandar Prokopec2012-06-181-4/+7
| |/ / / /
* | | | | Merge pull request #720 from phaller/cps-ticket-1681Josh Suereth2012-06-188-0/+134
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Replace context stack of AnnotationChecker with new mode for typing returnsphaller2012-06-152-0/+31
| * | | | CPS: enable return expressions in CPS code if they are in tail positionphaller2012-06-146-0/+103
| | |_|/ | |/| |
* | | | Merge pull request #736 from damienobrist/feature/diagrams-dev-revertJosh Suereth2012-06-1815-476/+62
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "Scaladoc class diagrams part 1"Vlad Ureche2012-06-1815-476/+62
* | | | Merge pull request #718 from damienobrist/feature/diagrams-dev-finalJosh Suereth2012-06-1715-62/+476
|\| | |
| * | | Scaladoc class diagrams part 1Vlad Ureche2012-06-1415-62/+476
| |/ /
* / / fixes SI-5912Eugene Burmako2012-06-151-0/+6
|/ /
* | Suppress non-local return unchecked warnings.Paul Phillips2012-06-122-0/+7
* | Merge pull request #698 from retronym/ticket/5696Adriaan Moors2012-06-112-0/+66
|\ \
| * | SI-5696 Detect excess constructor argument lists.Jason Zaugg2012-06-102-0/+66
* | | SI-5162 Exclude super.foo from the erasure cast of SI-4283Jason Zaugg2012-06-119-3/+43
|/ /
* | Merge pull request #694 from retronym/ticket/4831-2Adriaan Moors2012-06-093-0/+29
|\ \
| * | SI-4831 Fix ambiguous import detection for renamed imports.Jason Zaugg2012-06-093-0/+29
| |/
* | Merge pull request #695 from adriaanm/topic-virtpatmatAdriaan Moors2012-06-093-0/+17
|\ \
| * | better unreachability for selectionsAdriaan Moors2012-06-093-0/+17
| |/
* | test case, closes SI-5840Eugene Burmako2012-06-091-0/+7
* | test case, closes SI-5881Eugene Burmako2012-06-092-0/+8
* | test case, closes SI-5816Eugene Burmako2012-06-092-0/+18
* | test case, closes SI-5738Eugene Burmako2012-06-091-0/+8
* | test case, closes SI-5742Eugene Burmako2012-06-091-0/+8
|/
* Merge pull request #660 from retronym/ticket/5167-3Josh Suereth2012-06-084-0/+25
|\
| * SI-5167 An impl class method should refer to its own parameter symbols.Jason Zaugg2012-06-034-0/+25
* | Merge pull request #631 from retronym/ticket/5652-3Adriaan Moors2012-06-088-0/+55
|\ \
| * | SI-5652 Mangle names of potentially public lambda lifted methods.Jason Zaugg2012-05-268-0/+55
* | | Merge pull request #679 from axel22/issue/5853Adriaan Moors2012-06-081-0/+55
|\ \ \
| * | | Fix SI-5853.Aleksandar Prokopec2012-06-071-0/+55
* | | | Reduce time spent in lubsMartin Odersky2012-06-081-0/+38
* | | | tests and fixes for the mirror APIEugene Burmako2012-06-0845-33/+372
* | | | a quickfix for test/partestEugene Burmako2012-06-081-1/+1
* | | | don't warn about abstract types that are checkableAdriaan Moors2012-06-081-0/+1
* | | | turn unchecked type patterns into checked onesAdriaan Moors2012-06-083-14/+53
* | | | fixes some issues with reflectField brought up todayEugene Burmako2012-06-0812-0/+135
* | | | TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-0885-369/+341
* | | | removes array tagsEugene Burmako2012-06-0838-278/+112