summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implementation of Stream#dropRight.Paul Phillips2012-11-012-1/+5
* Fix SI-6584, Stream#distinct uses too much memory.Paul Phillips2012-11-012-0/+24
* Merge branch 'merge-2.10.0-wip' into merge-2.10.xPaul Phillips2012-10-3118-78/+350
|\
| * Merge remote-tracking branch 'origin/2.10.0-wip' into merge-2.10.0-wipPaul Phillips2012-10-3114-78/+201
| |\
| | * SI-6575 Plug inference leak of AbstractPartialFunJason Zaugg2012-10-282-0/+32
| | * Merge pull request #1519 from paulp/no-product-nJosh Suereth2012-10-244-71/+72
| | |\
| | | * Disabled generation of _1, _2, etc. methods.Paul Phillips2012-10-224-71/+72
| | * | Merge pull request #1507 from retronym/ticket/6526Josh Suereth2012-10-242-0/+57
| | |\ \
| | | * | SI-6526 Additional test case.Jason Zaugg2012-10-222-1/+9
| | | * | SI-6526 Tail call elimination should descend deeper.Jason Zaugg2012-10-172-0/+49
| | * | | Fix SI-6552, regression with self types.Paul Phillips2012-10-211-0/+8
| | | |/ | | |/|
| | * | Merge pull request #1509 from paulp/issue/6537Josh Suereth2012-10-204-3/+25
| | |\ \
| | | * | Fix for SI-6537, inaccurate unchecked warning.Paul Phillips2012-10-184-3/+25
| | | |/
| | * / avoid single-art assert where harmful in duration-tckRoland2012-10-181-4/+7
| | |/
| * | Merge pull request #1479 from vigdorchik/2.10.xJosh Suereth2012-10-204-0/+149
| |\ \
| | * | Scaladoc knows the package structure of the libraries,Eugene Vigdorchik2012-10-114-0/+149
| * | | Added one more test for SI-6358Hubert Plociniczak2012-10-181-0/+6
| * | | Closes SI-6358. Move accessor generation for lazy vals to typers.Hubert Plociniczak2012-10-186-14/+29
| | |/ | |/|
* | | Merge pull request #1518 from retronym/ticket/2968Josh Suereth2012-10-234-0/+47
|\ \ \
| * | | SI-2968 Fix brace healing for `^case (class|object) {`Jason Zaugg2012-10-224-0/+47
* | | | Merge pull request #1468 from paulp/issue/6482Adriaan Moors2012-10-221-0/+11
|\ \ \ \
| * | | | Fix for SI-6482, lost bounds in extension methods.Paul Phillips2012-10-061-0/+11
* | | | | Merge pull request #1512 from paulp/merge-210Adriaan Moors2012-10-2224-58/+293
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-10-1924-58/+293
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | SI-6509 Correct @template ownersVlad Ureche2012-10-113-0/+55
| | * | | SI-6155 Scaladoc @template diagrmsVlad Ureche2012-10-113-0/+47
| | * | | SI-6501 Scaladoc will correctly link to @templatedVlad Ureche2012-10-112-1/+7
| | * | | SI-6495 Scaladoc will pick up group from ownerVlad Ureche2012-10-111-43/+51
| | * | | SI-6487 Scaladoc can link to inner classesVlad Ureche2012-10-112-2/+11
| | * | | Merge pull request #1487 from dragos/issue/fix-6505Josh Suereth2012-10-111-0/+33
| | |\ \ \
| | | * | | Fixed SI-6505. Respond to ask calls by immediate failure even after compiler ...Iulian Dragos2012-10-101-0/+33
| | * | | | Fix for SI-6499, regression in type inference.Paul Phillips2012-10-101-0/+3
| | * | | | Merge pull request #1483 from gkossakowski/SI-6440Josh Suereth2012-10-102-0/+8
| | |\ \ \ \
| | | * | | | SI-6440: Revert change to `TraversableLike.filterNot`Grzegorz Kossakowski2012-10-092-0/+8
| | | |/ / /
| | * | | | Merge pull request #1471 from retronym/ticket/6483Josh Suereth2012-10-092-0/+33
| | |\ \ \ \
| | | * | | | SI-6483 Prohibit super[T] references in value classes.Jason Zaugg2012-10-072-0/+33
| | * | | | | Merge pull request #1458 from scalamacros/pullrequest/reflectionJosh Suereth2012-10-094-4/+16
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-031-1/+1
| | | * | | | renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-031-1/+1
| | | * | | | turns on documentation of scala.reflect.runtimeEugene Burmako2012-10-032-2/+14
| | * | | | | Merge pull request #1442 from adriaanm/ticket-6215Grzegorz Kossakowski2012-10-082-8/+9
| | |\ \ \ \ \
| | | * | | | | SI-6215 Fix compiler crash on private method in value classMartin Odersky2012-10-022-8/+9
| | * | | | | | SI-6485 stops creating extmethods for macrosEugene Burmako2012-10-083-0/+20
* | | | | | | | Merge pull request #1473 from soc/SI-6388-without-predefAdriaan Moors2012-10-1932-147/+74
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-6388 Remove ApplicationSimon Ochsenreither2012-10-1218-47/+47
| * | | | | | | SI-6388 Remove first parts of deprecated @serializable annotationSimon Ochsenreither2012-10-0812-98/+25
| * | | | | | | SI-6388 Remove deprecated items in the compiler jarSimon Ochsenreither2012-10-082-2/+2
* | | | | | | | Fix for SI-6206, inconsistency with apply.Paul Phillips2012-10-132-0/+41
* | | | | | | | Warn about more misplaced expressions.Paul Phillips2012-10-132-2/+29
* | | | | | | | Merge pull request #1459 from vigdorchik/symbolic_namesJosh Suereth2012-10-102-3/+5
|\ \ \ \ \ \ \ \