summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \ \ | |/ / |/| |
| * | Fixed SI-5603. Early definitions now get transparent positions.Hubert Plociniczak2012-07-302-0/+71
| |/
* | Merge pull request #1005 from odersky/topic/worksheetodersky2012-07-302-0/+4
|\ \ | |/ |/|
| * Raw string interpolatorMartin Odersky2012-07-272-0/+4
* | SI-4560 - improved testJohannes Rudolph2012-07-242-21/+52
* | Fix SI-4560, NoSuchMethodErrors involving self types.Paul Phillips2012-07-242-0/+30
* | SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-232-0/+28
|/
* SI-6090Martin Odersky2012-07-211-0/+6
* Merge pull request #954 from odersky/optimize/outerAdriaan Moors2012-07-201-0/+26
|\
| * Removes redundant outersMartin Odersky2012-07-201-0/+26
* | Merge pull request #924 from hubertp/2.10.x-issue/5385Adriaan Moors2012-07-202-0/+24
|\ \
| * | Fix for SI-5385.Paul Phillips2012-07-172-0/+24
* | | Merge pull request #894 from axel22/topic/static-annot-cherry-2.10.xLukas Rytz2012-07-201-0/+243
|\ \ \
| * | | WIP add private/lazy checks and a few tests.Aleksandar2012-07-191-0/+38
| * | | Implement @static annotation on singleton object fields.Aleksandar Prokopec2012-07-181-0/+205
* | | | Merge pull request #941 from adriaanm/ticket-6104Adriaan Moors2012-07-202-0/+9
|\ \ \ \
| * | | | SI-6104 support This patternAdriaan Moors2012-07-182-0/+9
* | | | | Merge pull request #936 from scalamacros/ticket/5999Adriaan Moors2012-07-2025-25/+170
|\ \ \ \ \
| * | | | | SI-5999 a real fix to the packageless problemEugene Burmako2012-07-209-5/+150
| * | | | | SI-5999 removes Context.reifyEugene Burmako2012-07-2016-20/+20
* | | | | | Merge pull request #927 from dgruntz/issue/5856Adriaan Moors2012-07-201-0/+10
|\ \ \ \ \ \
| * | | | | | SI-5856 enables use of $this in string interpolationDominik Gruntz2012-07-171-0/+10
* | | | | | | Merge pull request #937 from adriaanm/ticket-5739Adriaan Moors2012-07-205-40/+95
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | SI-5739 store sub-patterns in local valsAdriaan Moors2012-07-175-40/+95
* | | | | | | Merge pull request #929 from scalamacros/ticket/5895Adriaan Moors2012-07-2014-39/+86
|\ \ \ \ \ \ \
| * | | | | | | SI-5984 improves error reporting in JavaMirrorsEugene Burmako2012-07-1910-11/+49
| * | | | | | | SI-5895 fixes FieldMirrorsEugene Burmako2012-07-175-29/+38
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #952 from adriaanm/ticket-4897Adriaan Moors2012-07-192-0/+11
|\ \ \ \ \ \ \
| * | | | | | | SI-4897 derive expected value from single typeAdriaan Moors2012-07-192-0/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #919 from scalamacros/ticket/6086Adriaan Moors2012-07-1910-33/+117
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SI-6086 magic symbols strike backEugene Burmako2012-07-1710-33/+117
* | | | | | | Merge pull request #922 from dragos/issue/fix-SI-6092Adriaan Moors2012-07-192-0/+39
|\ \ \ \ \ \ \
| * | | | | | | Fixed SI-6092. Fixed leaky annotations, and relaxed the conditions under whic...Iulian Dragos2012-07-182-0/+39
* | | | | | | | Merge pull request #939 from adriaanm/ticket-6089Adriaan Moors2012-07-192-0/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |