summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Collapse)AuthorAgeFilesLines
* A whole bunch of checkfile updates.Paul Phillips2012-05-107-45/+45
| | | | | Wasn't me this time (I don't think!) Mr. Robot can't get here too soon for me.
* Checkfile update.Paul Phillips2012-05-101-44/+44
| | | | Wonder if we should have a special area for high-turnover checkfiles.
* Merge commit 'refs/pull/526/head' into developPaul Phillips2012-05-103-0/+70
|\
| * Fixed SI-5708. Correctly compute accessibility for object members.Iulian Dragos2012-05-103-0/+70
| |
* | Test cases.Paul Phillips2012-05-105-0/+41
|/ | | | | | Closes SI-4482, SI-4651, SI-3702. Pending tests for SI-1832, SI-3439, SI-5091, SI-5231, SI-5265.
* Merge commit 'refs/pull/521/head' into developPaul Phillips2012-05-101-0/+13
|\
| * Fixes SI-5640Dominik Gruntz2012-05-101-0/+8
| |
| |
| \
*-. \ Merge commit 'refs/pull/522/head'; commit 'refs/pull/523/head' into developPaul Phillips2012-05-102-0/+5
|\ \ \
| | * | A bunch of fixes for positions when dealing with partial functionsHubert Plociniczak2012-05-102-0/+5
| | | |
* | | | Revert "Fix for ## inconsistency."Paul Phillips2012-05-101-5/+0
| |_|/ |/| | | | | | | | | | | | | | This reverts commit 58bb2d1bd2000ac3aa2c64b6c5dc56c91e911860. I guess this must be what's failing the nightly.
* | | Another test for SI-2296.Paul Phillips2012-05-097-0/+98
| | |
* | | Custom hashCode methods for case classes.Paul Phillips2012-05-093-44/+90
| | | | | | | | | | | | No boxing, no MODULE$ indirection.
* | | Fix an inference regression with this.type.Paul Phillips2012-05-091-0/+10
| | | | | | | | | | | | Closes SI-5210.
* | | Revert recent commits.Paul Phillips2012-05-092-13/+5
| | | | | | | | | | | | | | | This reverts commit 9b6f51d3ae6ddc6571d3101ea715e25a05aa8adb. This reverts commit b5919100e785df58bde35bb24abe9d60b4da08a2.
* | | Checkfile update.Paul Phillips2012-05-091-58/+58
| | |
* | | Restored portion of code removed in a7f68ce32c .Paul Phillips2012-05-091-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A hole in the net discovered by retronym makes me put back the former special casing of module class type inference; there's no reason to get it wrong. It appears that TypeRef(pre1, sym1, Nil) SingleType(pre2, sym2) are not seen as equivalent if they have different prefixes even if the prefixes should be equivalent. For now I'm leaving it; in principle this patch should eventually be reverted after subtyping and/or the representation of singleton types advances to the point that it isn't necessary. Closes SI-5777.
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge commit 'refs/pull/517/head'; commit 'refs/pull/518/head'; commit ↵Paul Phillips2012-05-098-5/+47
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 'refs/pull/519/head'; commit 'refs/pull/520/head' into develop
| | | * | | removes redundant hash implementation from BoxesRunTime.javaDominik Gruntz2012-05-092-5/+13
| | | |/ /
| | | * | Fix for ## inconsistency.Paul Phillips2012-05-081-0/+5
| | | | | | | | | | | | | | | | | | | | Hopefully without slowing things down overmuch. Closes SI-5640.
| | | * | Merge commit 'refs/pull/515/head'; commit 'refs/pull/516/head' into developPaul Phillips2012-05-082-0/+12
| | | |\ \
| | | | * | fix SI-1247: don't create a thunk for a by-name argument if the argument ↵Johannes Rudolph2012-05-082-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | expression is a Function0 application
| | | * | | Added tests for SI-4190.Josh Suereth2012-05-082-0/+9
| | | |/ /
| * | / / Fixes SI-5328. Iterator.patched failed when from=0.Josh Suereth2012-05-082-0/+8
| | |/ / | |/| | | | | | | | | | | | | | | | | | It turns out iterator.patched forgot to drop replacement values if they were at the beginning. This is because the index was advancing before checking to see if replaced elements should be dropped. Moved this behavior to the beginning of next.
* | | | Added an additional test case rather than leaving it in my REPL.Josh Suereth2012-05-081-1/+4
| | | |
* | | | Fixes SI-5201. Adds flatten to TraversableViewLike.Josh Suereth2012-05-082-0/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Note: This commit exposes a pretty rich type on flatten in views. HOWEVER, because we don't capture the higher kinded type of the underlying collection, it makes returning a more minimal type pretty dang hard. I can imagine a very breaking and painful change of capturing the underling collection as a higher-kinded type as well as the current view type in a *ViewLike.scala. I hope this kind of issue, along with others, drives a rethink of our view API design.
| | |
| \ \
*-. \ \ Merge commit 'refs/pull/512/head'; commit 'refs/pull/513/head' into developPaul Phillips2012-05-087-1/+40
|\ \ \ \ | |_|_|/ |/| | |
| | * | Fixes SI-5564.Aleksandar Prokopec2012-05-082-0/+4
| | | | | | | | | | | | | | | | Catching typer errors in specialization.
| | * | Add test-case for SI-5564.Aleksandar Prokopec2012-05-081-0/+9
| | |/
| * / Fixed positions in named default applications (no hyperlinking in ↵Iulian Dragos2012-05-085-1/+27
| |/ | | | | | | | | | | conjunction with implicit arguments). Removed even more code in the presentation compiler testing infrastructure. One less level of indirection, and a top-level object gone!
| |
| \
*-. | Merge commit 'refs/pull/510/head'; commit 'refs/pull/511/head'Paul Phillips2012-05-082-61/+65
|\ \|
| * | Appendix. Typo that wasn't covered by the test suite.Hubert Plociniczak2012-05-082-61/+65
| | |
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge commit 'refs/pull/504/head'; commit 'refs/pull/505/head'; commit ↵Paul Phillips2012-05-08152-579/+3520
|\ \ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| | 'refs/pull/506/head'; commit 'refs/pull/507/head'; commit 'refs/pull/508/head' into develop
| | | * Changes scala.math.signum to return negative zeros.Dominik Gruntz2012-05-081-0/+6
| | |/ | |/|
| | * Part II of the Lazy Vals Saga: Saving bitmap by the Three Musketeers: Byte, ↵Hubert Plociniczak2012-05-041-1/+1
| | | | | | | | | | | | Int and Long. And Boolean (hey, he also deserves some credit!).
| | * Part I of the Lazy Vals Saga: Bitmaps are no longer inherited.Hubert Plociniczak2012-05-031-2/+1
| |/ |/|
| * Fix for aliasing bug in reifier.Paul Phillips2012-05-081-0/+8
| | | | | | | | Closes SI-5769.
| * Test case closes SI-3798.Paul Phillips2012-05-072-0/+11
| |
| * Merge commit 'refs/pull/491/head' into developPaul Phillips2012-05-074-0/+89
| |\
| | * Fixes SI-5629.Aleksandar Prokopec2012-05-074-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds an additional argument to the unify method in specialization - `tparams`. When this parameter is set to `true`, unification is done over type parameters in poly types as well. Additionally, the unification in specialization now works over type bounds. This ensures that in the below example: trait Foo[@specialized(Int) A] { def bar[B <: A](b: B) {} } class IntFoo extends Foo[Int] { override def bar[B <: Int](b: B) {} } the method `bar` gets correctly determined as a method that needs a special override for its `bar$mcI$sp`.
| | |
| | \
| *-. \ Merge commit 'refs/pull/486/head'; commit 'refs/pull/487/head'; commit ↵Paul Phillips2012-05-071-4/+4
| |\ \ \ | | |_|/ | |/| | | | | | 'refs/pull/488/head'; commit 'refs/pull/489/head'; commit 'refs/pull/490/head' into develop
| | | * minor tag-related fixesEugene Burmako2012-05-071-4/+4
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge commit 'refs/pull/479/head'; commit 'refs/pull/480/head'; commit ↵Paul Phillips2012-05-063-0/+37
| |\ \ \ \ | | | | |/ | | | |/| | | | | | 'refs/pull/481/head'; commit 'refs/pull/482/head'; commit 'refs/pull/483/head'; commit 'refs/pull/484/head'; commit 'refs/pull/485/head' into develop
| | | | * Add missing methods to GenTraversableLike.Aleksandar2012-05-061-0/+20
| | | | |
| | * | | Test case closes SI-4568.Jason Zaugg2012-05-062-0/+17
| | |/ / | | | | | | | | | | | | What's the opposite of regression? Progression!
| * / / Test that primitive arrays aren't accepted as a Java generic array.Jason Zaugg2012-05-066-0/+52
| |/ / | | | | | | | | | | | | | | | | | | | | | They exercise both joint and separate compilation. This resolves SI-750 (which was somewhat unfairly merged with another ticket). The error message itself could do with refinement: in particular instance of the much beloved: found X, required X.
| | |
| | \
| *-. \ Merge commit 'refs/pull/477/head'; commit 'refs/pull/478/head' into developPaul Phillips2012-05-053-0/+59
| |\ \ \
| | | * | Don't admit primitive arrays as a generic Java varargs param.Jason Zaugg2012-05-052-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They were sneaking through as polymorphic Arrays and avoiding boxing. Closes SI-4216
| | * | | Test case closes SI-1785.Jason Zaugg2012-05-051-0/+7
| | |/ /
| * | | Merge commit 'refs/pull/124/head' into developPaul Phillips2012-05-052-0/+43
| |\ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: src/library/scala/util/parsing/combinator/Parsers.scala
| | * | Fixes SI-4929, with a test to verify.Stephen Judkins2012-01-212-0/+43
| | | | | | | | | | | | | | | | Also fixes potential issue with Parsers.phrase not being reentrant; however, I was unable to actually reproduce this issue in practice. (The order in which lastNoSuccess was being set and compared seemed to guarantee that it would never actually be a problem).