summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* A couple CRLF normalization stragglers.Paul Phillips2012-09-213-7/+7
* Merge remote-tracking branch 'paulp/topic/gitattributes' into 2.10.xPaul Phillips2012-09-20322-2661/+2661
|\
| * Normalized line endings.Paul Phillips2012-09-20322-2661/+2661
* | Merge pull request #1348 from scalamacros/ticket/6394Grzegorz Kossakowski2012-09-204-0/+18
|\ \
| * | SI-6394 fixes macros.Context.enclosingClassEugene Burmako2012-09-194-0/+18
* | | Merge pull request #1325 from odersky/ticket/6337Paul Phillips2012-09-203-8/+36
|\ \ \
| * | | Fixes SI-6337 by disallowing nested value classes.Martin Odersky2012-09-173-8/+36
* | | | Merge pull request #1356 from paulp/pullreq-1342Josh Suereth2012-09-205-13/+17
|\ \ \ \
| * | | | Error message improvement for SI-6336.Paul Phillips2012-09-194-13/+13
| * | | | SI-6336 Now also catches return typesMartin Odersky2012-09-182-1/+5
* | | | | Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-2015-33/+110
|\ \ \ \ \
| * | | | | some small remaining fixesRoland2012-09-201-1/+4
| * | | | | Adjustments to scala.concurrent.duration.Paul Phillips2012-09-191-10/+9
| * | | | | move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-1915-23/+22
| * | | | | improve performance of integer multiplication overflow check on DurationRoland2012-09-191-0/+69
| * | | | | enable integer multiplication/divison on FiniteDuration, see SI-6389Roland2012-09-181-1/+8
* | | | | | Merge pull request #1360 from scalamacros/hotfix/sbtEugene Burmako2012-09-206-0/+126
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | don't try to create tags w/o scala-reflect.jarEugene Burmako2012-09-206-0/+126
* | | | | | Disabled failing build manager tests.Martin Odersky2012-09-206-1/+1
* | | | | | New test case for SI-6337Martin Odersky2012-09-201-0/+16
* | | | | | New test case for closing SI-6385Martin Odersky2012-09-202-0/+20
* | | | | | Value classes: eliminated half-boxingMartin Odersky2012-09-206-4/+66
* | | | | | Fixes SI-6260Martin Odersky2012-09-204-0/+43
* | | | | | Merge pull request #1331 from scalamacros/ticket/5943Grzegorz Kossakowski2012-09-204-0/+20
|\ \ \ \ \ \
| * | | | | | SI-5943 toolboxes now autoimport Predef and scalaEugene Burmako2012-09-204-0/+20
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1338 from scalamacros/ticket/5418Grzegorz Kossakowski2012-09-204-0/+17
|\ \ \ \ \ \
| * | | | | | test case closes SI-5418Eugene Burmako2012-09-182-0/+13
| * | | | | | existentially typed expansions now work fineEugene Burmako2012-09-182-0/+4
| |/ / / / /
* | | | | | Merge pull request #1358 from scalamacros/ticket/6392Grzegorz Kossakowski2012-09-204-0/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-6392 wraps non-terms before typecheck/evalEugene Burmako2012-09-194-0/+20
* | | | | | Merge pull request #1354 from scalamacros/ticket/6363Eugene Burmako2012-09-1920-116/+137
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-1916-116/+119
| * | | | | fixes NameTypes in base namesEugene Burmako2012-09-194-0/+18
* | | | | | Merge pull request #1204 from chuvoks/rbGrzegorz Kossakowski2012-09-191-0/+42
|\ \ \ \ \ \
| * | | | | | Add RedBlackTree tests for take/drop/slice.Juha Heljoranta2012-09-181-0/+42
* | | | | | | Merge pull request #1343 from namin/dynamic-sigGrzegorz Kossakowski2012-09-193-2/+74
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fixes SI-6354: improved error messages for Dynamic signature mismatches.amin2012-09-193-2/+74
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1327 from scalamacros/ticket/6287Grzegorz Kossakowski2012-09-194-0/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | test case closes SI-5770Eugene Burmako2012-09-182-0/+35
| * | | | | SI-6287 fixes synthetic symbol clashes in toolboxEugene Burmako2012-09-172-0/+14
| | |/ / / | |/| | |
* | | | | Merge pull request #1324 from scalamacros/ticket/6374Eugene Burmako2012-09-186-42/+17
|\ \ \ \ \
| * | | | | refactors java reflection testsEugene Burmako2012-09-177-88/+16
| * | | | | SI-6374 Reflection now works for anns with enum fieldsEugene Burmako2012-09-172-2/+2
| * | | | | Reflection no longer produces faux existentialsEugene Burmako2012-09-172-2/+2
| * | | | | SI-6374 Scala reflection now supports Java CRTPEugene Burmako2012-09-173-0/+47
* | | | | | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-1810-5/+109
|\ \ \ \ \ \
| * | | | | | pull request feedbackPavel Pavlov2012-09-1810-5/+109
* | | | | | | Merge pull request #1340 from gkossakowski/revert-static-annotationGrzegorz Kossakowski2012-09-1812-451/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Revert "Implement @static annotation on singleton object fields."Grzegorz Kossakowski2012-09-173-248/+0
| * | | | | | Revert "WIP add private/lazy checks and a few tests."Grzegorz Kossakowski2012-09-173-62/+1