summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1321 from namin/apply-dynamic-sugarGrzegorz Kossakowski2012-09-174-1/+29
|\ \ \
| * | | Fixed SI-6353: applyDynamic with sugared applicationsamin2012-09-174-1/+29
| | |/ | |/|
* | | Merge pull request #1320 from scalamacros/topic/is-implicitPaul Phillips2012-09-172-0/+17
|\ \ \
| * | | moves isImplicit from TermSymbol to SymbolEugene Burmako2012-09-162-0/+17
* | | | Revert "Added constant empty array to the companion objects."Paul Phillips2012-09-161-3/+3
| |/ / |/| |
* | | Merge pull request #1310 from scalamacros/ticket/6329Eugene Burmako2012-09-168-0/+59
|\ \ \ | |/ / |/| |
| * | test suite for SI-6329Eugene Burmako2012-09-068-0/+59
* | | SI-6356 reflection now supports Java annotationsEugene Burmako2012-09-163-0/+43
* | | Merge pull request #1302 from scalamacros/topic/reflectionEugene Burmako2012-09-1460-62/+62
|\ \ \
| * | | SI-6342 cleans up toolbox APIEugene Burmako2012-09-1560-62/+62
* | | | Merge pull request #1299 from namin/si-6245Paul Phillips2012-09-146-54/+0
|\ \ \ \
| * | | | Fix for SI-6245 with workaround for SI-2296.amin2012-09-136-54/+0
* | | | | Added constant empty array to the companion objects.Paul Phillips2012-09-142-0/+11
| |/ / / |/| | |
* | | | Merge pull request #1271 from retronym/ticket/6331Josh Suereth2012-09-144-0/+144
|\ \ \ \
| * | | | Test for consistency of Constant#{equals, hashCode}.Jason Zaugg2012-09-091-1/+9
| * | | | Refine equality of Constant types over floating point values.Jason Zaugg2012-09-082-0/+86
| * | | | SI-6331 Avoid typing an If tree with a constant type.Jason Zaugg2012-09-082-0/+50
* | | | | Merge pull request #1281 from jsuereth/fix/SI-4813Josh Suereth2012-09-141-0/+37
|\ \ \ \ \
| * | | | | Fix SI-4813 - Clone doesn't work on LinkedList.Josh Suereth2012-09-141-0/+37
| | |/ / / | |/| | |
* | | | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-1443-110/+110
* | | | | SI-6323 outlaws free types from TypeTagEugene Burmako2012-09-142-2/+2
* | | | | SI-6323 prohibits reflection against free typesEugene Burmako2012-09-142-0/+22
* | | | | improvements for reification of free symbolsEugene Burmako2012-09-147-21/+25
* | | | | Fixes SI-6259. Unable to use typeOf in super call of top-level object.Josh Suereth2012-09-134-65/+91
|/ / / /
* | | | Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-122-0/+45
|\ \ \ \
| * | | | SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-122-0/+45
* | | | | Merge pull request #1247 from jsuereth/fix/SI-6114Josh Suereth2012-09-121-0/+61
|\ \ \ \ \
| * | | | | Fix t6114 - ++ on JList wrapper modifies underlying collection.Josh Suereth2012-09-111-0/+61
* | | | | | Merge pull request #1286 from paulp/topic/inliner-loggingJosh Suereth2012-09-111-6/+6
|\ \ \ \ \ \
| * | | | | | Merge branch '2.10.x' into topic/inliner-loggingPaul Phillips2012-09-1141-150/+562
| |\| | | | |
| * | | | | | Large logging cleanup effort.Paul Phillips2012-09-011-6/+6
* | | | | | | Merge pull request #1262 from jsuereth/fix/SI-6271Josh Suereth2012-09-111-0/+32
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fixes SI-6271 - Missing isEmpty override for views.Josh Suereth2012-09-061-0/+32
* | | | | | | Merge pull request #1270 from paulp/issue/6327Josh Suereth2012-09-102-0/+26
|\ \ \ \ \ \ \
| * | | | | | | Fix for SI-6327, wrongness in Dynamic.Paul Phillips2012-09-082-0/+26
* | | | | | | | Merge pull request #1269 from jsuereth/wip/si-6333Josh Suereth2012-09-101-0/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix for SI-6333 - Try throws from combinators.Josh Suereth2012-09-071-0/+29
| |/ / / / / / /
* / / / / / / / Makes getClass of a value class work.Martin Odersky2012-09-082-0/+12
|/ / / / / / /
* | | | | | | Merge pull request #1265 from scalamacros/ticket/6318Josh Suereth2012-09-064-0/+125
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | SI-6318 fixes ClassTag.unapply for primitivesEugene Burmako2012-09-064-0/+125
| | |_|_|/ / | |/| | | |
* | | | | | fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-068-38/+38
* | | | | | SI-6246 deprecated apis for core class tagsEugene Burmako2012-09-062-0/+116
* | | | | | removes Type.isConcreteEugene Burmako2012-09-066-6/+6
|/ / / / /
* | | | | Merge pull request #1251 from dragos/issue/fix-5064Paul Phillips2012-09-042-0/+48
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed positions in de-aliased special symbols and for automatically added `ap...Iulian Dragos2012-09-042-0/+48
| | |/ / | |/| |
* / | | Made Dynamic extend Any.Paul Phillips2012-09-032-0/+26
|/ / /
* | | Merge pull request #1202 from scalamacros/topic/reflectionPaul Phillips2012-09-024-5/+5
|\ \ \
| * | | definitive way to learn if a symbol is a val/varEugene Burmako2012-08-274-5/+5
| | |/ | |/|
* | | Merge pull request #1231 from paulp/issue/6273Josh Suereth2012-09-022-0/+30
|\ \ \
| * | | Fix for SI-6273, repl string interpolation.Paul Phillips2012-09-012-0/+30
| | |/ | |/|