summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #856 from havocp/sip14-execution-changesAdriaan Moors2012-07-104-112/+233
|\
| * Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-094-112/+233
* | Removing the actor migration undeterministic test.Vojin Jovanovic2012-07-091-188/+0
|/
* New logic for TermSymbol.resolveOverloadedclhodapp2012-07-089-2/+319
* Merge pull request #843 from scalamacros/ticket/6036Adriaan Moors2012-07-082-0/+33
|\
| * SI-6036 yet again makes sense of magic symbolsEugene Burmako2012-07-062-0/+33
* | Merge pull request #816 from VladUreche/feature/diagrams-dev-pullreq-newJosh Suereth2012-07-0728-66/+916
|\ \
| * | Diagram tweaks #2Vlad Ureche2012-07-026-0/+311
| * | Diagram tweaks #1Vlad Ureche2012-07-023-4/+74
| * | Scaladoc class diagrams part 1Vlad Ureche2012-07-0217-62/+529
| * | Reorganized scaladoc modelVlad Ureche2012-07-023-4/+6
* | | Merge pull request #838 from adriaanm/ticket-2442Adriaan Moors2012-07-071-1/+1
|\ \ \
| * | | SI-2442 sealedness for java enums non-experimentalAdriaan Moors2012-07-061-1/+1
| | |/ | |/|
* | | Tweak test to pass under java 7.Paul Phillips2012-07-061-1/+1
* | | Merge pull request #834 from paulp/issue/3836-2Adriaan Moors2012-07-063-0/+55
|\ \ \ | |/ / |/| |
| * | Fix SI-3836 not-really-ambiguous import detection.Paul Phillips2012-07-053-0/+55
* | | Merge pull request #830 from heathermiller/topic/tryeither-fixesAdriaan Moors2012-07-065-80/+330
|\ \ \
| * | | SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-055-80/+330
* | | | Merge pull request #824 from adriaanm/ticket-4691_6008Adriaan Moors2012-07-066-1/+61
|\ \ \ \
| * | | | SI-6008 use static knowledge of success of type testsAdriaan Moors2012-07-053-1/+14
| * | | | SI-4691 exhaustivity: `unapply: Some` = irrefutableAdriaan Moors2012-07-053-0/+47
| |/ / /
* | | | Merge pull request #826 from lrytz/t5907Adriaan Moors2012-07-064-5/+152
|\ \ \ \
| * | | | SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-054-5/+152
| | |_|/ | |/| |
* | | | Merge pull request #822 from scalamacros/ticket/5959Adriaan Moors2012-07-062-0/+75
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-5959 type equality now accounts for mirrorsEugene Burmako2012-07-042-0/+75
* | | | SI-6033 Closed. Provides implicit conversion from java.math.BigInteger to BigIntDominik Gruntz2012-07-051-0/+5
| |_|/ |/| |
* | | Merge pull request #821 from adriaanm/64acb46ab7Adriaan Moors2012-07-059-35/+109
|\ \ \
| * | | SI-5830 switches: support guards, unreachabilityAdriaan Moors2012-07-039-35/+109
* | | | Merge pull request #777 from retronym/ticket/2796Adriaan Moors2012-07-043-0/+33
|\ \ \ \
| * | | | SI-2796 Warn if early definitions are used with a trait.Jason Zaugg2012-06-263-0/+33
* | | | | Merge pull request #818 from scalamacros/topic/tags-for-anyval-and-anyrefAdriaan Moors2012-07-046-52/+76
|\ \ \ \ \
| * | | | | tags for AnyVal and AnyRefEugene Burmako2012-07-046-52/+76
| | |_|/ / | |/| | |
* | | | | Merge pull request #820 from retronym/ticket/6013Adriaan Moors2012-07-044-0/+31
|\ \ \ \ \
| * | | | | SI-6013 Disallow deferred members from intermediate java parents.Jason Zaugg2012-07-044-0/+31
| | |_|_|/ | |/| | |
* | | | | Merge pull request #814 from hubertp/issue/5969Adriaan Moors2012-07-043-1/+19
|\ \ \ \ \
| * | | | | Closes SI-5969.Hubert Plociniczak2012-07-023-1/+19
* | | | | | Merge pull request #809 from dragos/issue/fix-5929Adriaan Moors2012-07-041-0/+25
|\ \ \ \ \ \
| * | | | | | Fix SI-5929 - Verify error with finally and pattern matchIulian Dragos2012-07-021-0/+25
* | | | | | | Merge pull request #772 from magarciaEPFL/recoveringOptimizedStabilityCAdriaan Moors2012-07-041-73/+65
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | inliner makes fields public only when actually inliningMiguel Garcia2012-06-251-73/+65
* | | | | | | SI-5990 u.build now correctly invokes missing symbol hooksEugene Burmako2012-07-032-0/+30
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #810 from scalamacros/pullrequest/manifests-and-ticket6005Adriaan Moors2012-07-0369-195/+346
|\ \ \ \ \ \
| * | | | | | reify no longer dealiases symbols and typesEugene Burmako2012-07-0235-105/+150
| * | | | | | removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-028-38/+26
| * | | | | | further improves reflection printersEugene Burmako2012-07-0211-43/+46
| * | | | | | Improves backward compatibility of manifestsEugene Burmako2012-07-0215-9/+124
* | | | | | | Merge pull request #801 from paulp/issue/exponential-specAdriaan Moors2012-07-031-0/+47
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix for exponential compile time in specialization.Paul Phillips2012-06-301-0/+47
* | | | | | | Merge pull request #798 from retronym/ticket/2807-4Adriaan Moors2012-07-022-15/+27
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-2807 Avoid catch all warning for Stable Id patternsJason Zaugg2012-06-302-15/+27