summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
*-. 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-083-61/+84
|\ \ \
| | * | Test case for SI-5378phaller2012-05-081-0/+19
| | |/
| * | 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-08198-590/+3762
|\ \ \ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ '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
| |/ / |/| |
| * | Add test for t5564 in pending/posphaller2012-05-081-0/+5
| |/
| * 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 remote-tracking branches 'scalamacros/ticket/5722', ↵Paul Phillips2012-05-0716-0/+158
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'scalamacros/ticket/5726', 'scalamacros/ticket/5610', 'scalamacros/ticket/5654', 'scalamacros/ticket/5521', 'scalamacros/ticket/5585', 'scalamacros/ticket/5503', 'scalamacros/ticket/4728', 'scalamacros/ticket/5534' and 'scalamacros/ticket/4560'
| | | | | | | | | | | * test for SI-4560Eugene Burmako2012-05-081-0/+9
| | | | | | | | | | | |
| | | | | | | | | | * | test for SI-5534Eugene Burmako2012-05-081-0/+11
| | | | | | | | | | |/
| | | | | | | | | * / test for SI-4728Eugene Burmako2012-05-082-0/+13
| | | | | | | | | |/
| | | | | | | | * / test for SI-5503Eugene Burmako2012-05-082-0/+19
| | | | | | | | |/
| | | | | | | * / test for SI-5585Eugene Burmako2012-05-081-0/+18
| | | | | | | |/
| | | | | | * / test for SI-5521Eugene Burmako2012-05-081-0/+3
| | | | | | |/
| | | | | * / test for SI-5654Eugene Burmako2012-05-081-0/+4
| | | | | |/
| | | | * / test for SI-5610Eugene Burmako2012-05-084-0/+42
| | | | |/
| | | * / tests for SI-5726Eugene Burmako2012-05-072-0/+33
| | | |/
| | * / test for SI-5722Eugene Burmako2012-05-071-0/+6
| | |/
| * | 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-073-4/+49
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | '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
| | | | | | |/ | | | | | |/|
| | | * | | | Add test for t5579 in pending/posphaller2012-05-071-0/+29
| | | | |_|/ | | | |/| |
| | * / | | Test case for SI-2066Heather Miller2012-05-071-0/+16
| | |/ / /
| * / / / Add test files for t5639 in pending/posphaller2012-05-072-0/+14
| |/ / /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge commit 'refs/pull/479/head'; commit 'refs/pull/480/head'; commit ↵Paul Phillips2012-05-0611-0/+188
| |\ \ \ \ \ \ \ \ | | | | | | |_|/ / | | | | | |/| | | | | | | | | | | | '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 test for t5695 in pending/runphaller2012-05-073-0/+22
| | | | | | | |/
| | | | | | * / Add test for t5708 in pending/presentationphaller2012-05-063-0/+97
| | | | | | |/
| | | | | * / Test case for SI-1557Heather Miller2012-05-061-0/+18
| | | | | |/
| | | | * | Add missing methods to GenTraversableLike.Aleksandar2012-05-061-0/+20
| | | | | |
| | | * | | Add test file in pending/posphaller2012-05-061-0/+14
| | | | |/ | | | |/|
| | * / | 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).
| * | | What did you bring me Santa?Paul Phillips2012-05-051-1/+2
| | | | | | | | | | | | | | | | Oh boy, a checkfile! This is the best christmas ever!