summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* SI-5914 handle null in classtag extractorAdriaan Moors2012-06-262-0/+10
* fix for SI-4935Miguel Garcia2012-06-263-0/+11
* Merge pull request #760 from retronym/ticket/5966-3Adriaan Moors2012-06-252-0/+12
|\
| * SI-5966 Fix eta expansion for repeated parameters with zero arguments.Jason Zaugg2012-06-232-0/+12
* | Merge pull request #756 from axel22/issue/4809Josh Suereth2012-06-221-0/+34
|\ \
| * | Fix SI-4809.Aleksandar Prokopec2012-06-211-0/+34
* | | Fix SI-5284.Aleksandar Prokopec2012-06-216-0/+86
| |/ |/|
* | Merge pull request #729 from scalamacros/topic/showrawAdriaan Moors2012-06-1916-0/+107
|\ \
| * | improves showRawEugene Burmako2012-06-1916-0/+107
* | | Merge pull request #739 from jsuereth/feature/collection-conversionsJosh Suereth2012-06-182-0/+164
|\ \ \
| * | | Migrate build to @odersky's suggestion of convertTo.Josh Suereth2012-06-181-7/+7
| * | | 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
| | |/ | |/|
* / | Fix SI-4954.Aleksandar Prokopec2012-06-181-0/+45
|/ /
* / fixes SI-5912Eugene Burmako2012-06-151-0/+6
|/
* SI-5162 Exclude super.foo from the erasure cast of SI-4283Jason Zaugg2012-06-115-0/+51
* 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
* 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
* | tests and fixes for the mirror APIEugene Burmako2012-06-0845-33/+372
* | 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-0853-243/+215
* | removes array tagsEugene Burmako2012-06-0817-212/+20
* | repairs the tests after the refactoring spreeEugene Burmako2012-06-08402-1359/+2036
* | preparations: removes DynamicProxyEugene Burmako2012-06-083-93/+0
* | macros: refactoring of fast track infrastructureEugene Burmako2012-06-084-0/+25
* | Merge pull request #672 from axel22/issue/5857Adriaan Moors2012-06-081-0/+45
|\ \
| * | Fixes SI-5857.Aleksandar Prokopec2012-06-061-0/+45
* | | Merge pull request #677 from axel22/feature/util-hashing2Josh Suereth2012-06-072-3/+3
|\ \ \
| * | | Add the first iteration of the `util.hashing` package.Aleksandar Prokopec2012-06-072-3/+3
* | | | Generate abstract methods in scala.Byte and friends.Paul Phillips2012-06-062-19/+29
|/ / /
* | | Merge pull request #673 from axel22/issue/5880Josh Suereth2012-06-061-0/+41
|\ \ \
| * | | Fix SI-5880.Aleksandar Prokopec2012-06-061-0/+41
| |/ /
* | | Merge pull request #671 from axel22/issue/5867Josh Suereth2012-06-062-0/+15
|\ \ \
| * | | Fix SI-5867.Aleksandar Prokopec2012-06-062-0/+15
| |/ /
* / / Fix SI-5879.Aleksandar Prokopec2012-06-062-0/+90
|/ /
* | Fix `Hashing`.Aleksandar Prokopec2012-06-011-1/+1
* | Remove Equality in favour of Equiv.Aleksandar Prokopec2012-06-011-2/+2
* | Add Hashing and Equality typeclasses.Aleksandar Prokopec2012-06-011-0/+46
* | fix t5843Lukas Rytz2012-05-282-0/+24
* | Orphan checkfile remover.Paul Phillips2012-05-2623-963/+0
* | Fixes SI-5428.Aleksandar Prokopec2012-05-242-0/+30
|/
* Usability improvements to Origins.Paul Phillips2012-05-232-2/+2
* more tests for SI-3761Lukas Rytz2012-05-232-1/+23
* Merge pull request #595 from som-snytt/ticket/3761-overload-byname-onlyLukas Rytz2012-05-232-0/+29
|\