summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Removes AnyRef specialization from libraryVlad Ureche2012-08-072-5/+5
* Merge pull request #1070 from paulp/topic/critical-2.10.xAdriaan Moors2012-08-077-378/+390
|\
| * Restored :warnings to working order.Paul Phillips2012-08-064-378/+370
| * Fix for SI-6063, broken static forwarders.Paul Phillips2012-08-063-0/+20
* | Merge pull request #1066 from magarciaEPFL/ticket-SI-6102Adriaan Moors2012-08-073-0/+15
|\ \ | |/ |/|
| * test case for SI-6102Miguel Garcia2012-08-063-0/+15
* | Merge pull request #1059 from magarciaEPFL/ticket-SI-6188Josh Suereth2012-08-066-1/+41
|\ \ | |/ |/|
| * SI-6157 don't inline callee with exception-handler(s) if potentially unsafeMiguel Garcia2012-08-063-1/+27
| * SI-6188 ICodeReader notes exception handlers, Inliner takes them into accountMiguel Garcia2012-08-063-0/+14
* | Merge pull request #1045 from scalamacros/ticket/6175Josh Suereth2012-08-061-0/+5
|\ \ | |/ |/|
| * SI-6175 reflect over classes with symbolic namesEugene Burmako2012-08-031-0/+5
* | Merge pull request #1051 from lrytz/t6074Adriaan Moors2012-08-052-0/+10
|\ \
| * | SI-6074Lukas Rytz2012-08-042-0/+10
* | | Merge pull request #1012 from paulp/topic/unchecked-goes-hollywoodAdriaan Moors2012-08-055-15/+55
|\ \ \
| * | | Promote unchecked warnings into being emitted by default.Paul Phillips2012-07-285-15/+55
* | | | Merge pull request #1023 from paulp/issue/6084Adriaan Moors2012-08-041-0/+15
|\ \ \ \
| * | | | Fix for SI-6084, type alias crasher.Paul Phillips2012-07-301-0/+15
* | | | | Merge pull request #1040 from hubertp/issue/asm-long-signatures-againJosh Suereth2012-08-041-0/+3005
|\ \ \ \ \
| * | | | | Fixes SI-6172.Hubert Plociniczak2012-08-021-0/+3005
* | | | | | staticTpe => staticType, actualTpe => actualTypeEugene Burmako2012-08-042-2/+2
| |_|_|/ / |/| | | |
* | | | | Merge pull request #982 from adriaanm/ticket-wolfcryJosh Suereth2012-08-034-0/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SI-5930 don't warn about dead code in jump to caseAdriaan Moors2012-07-242-0/+5
| * | | | SI-5897 don't check sensicality in matchAdriaan Moors2012-07-242-0/+7
* | | | | first stab at serialization of exprs and tagsEugene Burmako2012-08-0210-20/+94
* | | | | evicts last traces of makro from our codebaseEugene Burmako2012-08-02151-207/+207
* | | | | removes -Xmacro-(.*)-classpath compiler optionsEugene Burmako2012-08-021-1/+0
* | | | | more refinements of reflection APIEugene Burmako2012-08-026-62/+30
* | | | | SI-5888 Mirrors now have sane toStringsEugene Burmako2012-08-022-0/+57
* | | | | renames asType to toType and asXXXSymbol to asXXXEugene Burmako2012-08-0224-65/+65
* | | | | miscellaneous refinements of reflection APIEugene Burmako2012-08-028-0/+128
* | | | | navigation between fields and accessorsEugene Burmako2012-08-022-0/+21
* | | | | SI-5732 members and derivatives now return ScopeEugene Burmako2012-08-025-57/+60
| |/ / / |/| | |
* | | | Merge pull request #1030 from scalamacros/ticket/5751Josh Suereth2012-08-023-1/+16
|\ \ \ \
| * | | | SI-5751 cleans up toolboxes for the releaseEugene Burmako2012-07-313-1/+16
* | | | | Merge pull request #1024 from paulp/topic/type-printingJosh Suereth2012-07-311-10/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Checkfile update.Paul Phillips2012-07-301-10/+10
| | |/ / | |/| |
* | | | Merge pull request #1020 from odersky/ticket/5866Josh Suereth2012-07-302-0/+13
|\ \ \ \
| * | | | SI-5866 Support casting null to value classesMartin Odersky2012-07-302-0/+13
* | | | | Merge pull request #1018 from scalamacros/topic/classtag-of-nothingJosh Suereth2012-07-301-30/+30
|\ \ \ \ \
| * | | | | ClassTag.Nothing now throws an exceptionEugene Burmako2012-07-301-30/+30
| |/ / / /
* | | | | Merge pull request #1016 from hubertp/2.10.x-issue/5031Josh Suereth2012-07-306-0/+26
|\ \ \ \ \
| * | | | | Fixed SI-5031. Only consider classes when looking for companion class.Hubert Plociniczak2012-07-306-0/+26
| |/ / / /
* | | | | Merge pull request #1011 from odersky/ticket/5882Josh Suereth2012-07-304-0/+32
|\ \ \ \ \
| * | | | | SI-5799 Secondary constructors in value classes not allowedMartin Odersky2012-07-292-0/+12
| * | | | | Closes SI-5882Martin Odersky2012-07-282-0/+20
* | | | | | Merge pull request #981 from adriaanm/ticket-2038Josh Suereth2012-07-301-0/+5
|\ \ \ \ \ \
| * | | | | | SI-2038 make pt fully-defined when typing TypedAdriaan Moors2012-07-231-0/+5
* | | | | | | Merge pull request #960 from clhodapp/remove-resolve-overloadedJosh Suereth2012-07-309-347/+0
|\ \ \ \ \ \ \
| * | | | | | | Removed resolveOverloadedclhodapp2012-07-309-347/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1015 from hubertp/2.10.x-issue/5603Josh Suereth2012-07-302-0/+71
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |