summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* / | Better errors for Any/AnyRef issues.Paul Phillips2012-09-016-101/+101
|/ /
* | Merge pull request #1201 from axel22/issue/4581Josh Suereth2012-09-011-3/+9
|\ \
| * | Fix SI-4581.Aleksandar Prokopec2012-08-271-3/+9
| |/
* | Merge pull request #1225 from jsuereth/fix/si-6290Josh Suereth2012-09-011-0/+4
|\ \
| * | Fixes SI-6290 by creating real instnaces of language features.Josh Suereth2012-08-311-0/+4
* | | Merge pull request #1213 from paulp/topic/anyvalJosh Suereth2012-08-303-11/+7
|\ \ \
| * | | Expanded the reach of value classes.Paul Phillips2012-08-293-11/+7
| |/ /
* | | Merge pull request #1160 from rklaehn/SI-6220Josh Suereth2012-08-301-0/+92
|\ \ \
| * | | Added test that should cover all code paths of the changes done in SI-6220Ruediger Klaehn2012-08-181-0/+92
* | | | Merge pull request #1169 from rklaehn/SI-6261Josh Suereth2012-08-301-0/+130
|\ \ \ \
| * | | | Added test to ensure that ListMap.tail is O(1)Ruediger Klaehn2012-08-251-0/+7
| * | | | Extended test to also check proper handling of collisionsRuediger Klaehn2012-08-211-0/+91
| * | | | Added test that tests that correct classes are being created when removing el...Ruediger Klaehn2012-08-211-0/+32
* | | | | Fixed cloning a double-linked list.Josh Suereth2012-08-291-0/+18
| |_|/ / |/| | |
* | | | Merge pull request #1197 from scalamacros/topic/kindEugene Burmako2012-08-292-9/+9
|\ \ \ \
| * | | | removes Symbol.kind and Type.kindEugene Burmako2012-08-262-9/+9
| | |_|/ | |/| |
* | | | Merge pull request #1184 from pavelpavlov/partialfunGrzegorz Kossakowski2012-08-292-0/+92
|\ \ \ \
| * | | | PartialFunction polishingPavel Pavlov2012-08-232-0/+92
* | | | | Merge pull request #1188 from retronym/ticket/6272Josh Suereth2012-08-282-0/+72
|\ \ \ \ \
| * | | | | SI-6272 Support lazy vals defined in try in template.Jason Zaugg2012-08-242-0/+72
* | | | | | Merge pull request #1185 from paulp/210-updateConservePaul Phillips2012-08-281-12/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Eliminated a metric ton of allocations.Paul Phillips2012-08-231-12/+15
| | |/ / / | |/| | |
* | | | | SI-6281 macroArgs for defs with implicit argsEugene Burmako2012-08-254-0/+65
* | | | | SI-6052 - fix groupBy on parallel collectionsAleksandar Prokopec2012-08-241-0/+21
| |/ / / |/| | |