summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for various Scaladoc-related positions re...Miles Sabin2010-01-153-0/+22
| | | | | | Fixes for various Scaladoc-related positions regressions with tests. Review by dubochet.
* Fix and test for #2354. Review by community.Paul Phillips2010-01-151-0/+17
|
* Added ConcurrentMap and Properties conversion c...Aleksandar Pokopec2010-01-131-0/+60
| | | | | Added ConcurrentMap and Properties conversion classes and test.
* Reverts r20311 since I'm not seeing what's goin...Paul Phillips2010-01-132-1/+8
| | | | | | Reverts r20311 since I'm not seeing what's going on in #2876 and the optimization can wait.
* new tests. no review.Martin Odersky2010-01-133-0/+17
|
* closes #2421: more complete fix, now also check...Adriaan Moors2010-01-133-0/+40
| | | | | | | closes #2421: more complete fix, now also check validity of inferred type arguments for expressions inferred for implicit values review by odersky
* Moved the test for #2364 to pending because it ...Paul Phillips2010-01-112-0/+3
| | | | | | Moved the test for #2364 to pending because it apparently uses some nonstandard classes.
* Fix and test case for #2364, which regressed wi...Paul Phillips2010-01-112-0/+58
| | | | | Fix and test case for #2364, which regressed with the fix to #2721.
* Fixed #2810.Aleksandar Pokopec2010-01-111-0/+8
| | | | | no review
* Red black tree patch and test.Aleksandar Pokopec2010-01-111-0/+46
| | | | | no review
* Fixed issue in Reactor/Actor that could lead to...Philipp Haller2010-01-072-0/+85
| | | | | | | | | Fixed issue in Reactor/Actor that could lead to premature termination of actors. Added test that could reproduce it (occurred more often on larger inputs, but test should not take too much time). The issue also caused the reactor-exceptionOnSend test to timeout sometimes. Review by plocinic.
* Fixed #2850 -- while inside finally causes Veri...Iulian Dragos2010-01-071-0/+19
| | | | | Fixed #2850 -- while inside finally causes VerifyError, review by rytz
* Fixes #2857. No review.Hubert Plociniczak2010-01-062-0/+10
|
* Moved plugin neg tests to pending. No review.Philipp Haller2010-01-0548-6/+6
|
* rebuilt plugin test jars. no reviewLukas Rytz2010-01-056-6/+6
|
* Adjusted timeout in test. No review.Philipp Haller2010-01-051-2/+2
|
* refined changes to implicits to allow again imp...Martin Odersky2010-01-041-1/+0
| | | | | | refined changes to implicits to allow again implicits in non-static companion objects.
* Added extensive statistics, reduced time of imp...Martin Odersky2010-01-042-5/+2
| | | | | | Added extensive statistics, reduced time of implicit resolution by 2/3rds, of whole typer by 1/4 to 1/3rd.
* Created team of private[collection] abstract cl...Paul Phillips2009-12-231-1/+1
| | | | | | | | | | | | Created team of private[collection] abstract classes and traits in scala.collection.views. Factored boilerplate and base Transformed traits out of *ViewLike classes. Executive summary and motivation: 4812029 Dec 23 09:47 scala-library.jar // before 4604150 Dec 23 09:24 scala-library.jar // after Direct size savings of 4.5%. Review by odersky.
* new testcase no review necessary.Martin Odersky2009-12-231-0/+16
|
* Small change in test.Aleksandar Pokopec2009-12-221-4/+4
| | | | | no review
* fixed #2548 - reverse, reverseIterator for view...Aleksandar Pokopec2009-12-221-0/+25
| | | | | | fixed #2548 - reverse, reverseIterator for views bug. Also - reverseMap for views now should work. review by phaller.
* fix the build. no review.Lukas Rytz2009-12-221-1/+1
|
* close #2809.Lukas Rytz2009-12-221-0/+20
|
* closed #1449. review by community.Philipp Haller2009-12-212-0/+16
|
* closed #2829. review by rompf.Philipp Haller2009-12-212-0/+18
|
* Fixed lift 2.8 beta RC4 build problem.Martin Odersky2009-12-211-0/+23
|
* close #2820Lukas Rytz2009-12-211-0/+6
|
* Minimally integrated the semi-orphaned immutabl...Paul Phillips2009-12-211-1/+1
| | | | | | | Minimally integrated the semi-orphaned immutable.Stack into the collections hierarchy and enabled it in the sequence tests. Closes #2822. review by community.
* Closed #2801.Martin Odersky2009-12-183-1/+10
|
* added test case for #2775 and commented the han...Martin Odersky2009-12-182-0/+5
| | | | | | added test case for #2775 and commented the handling code in Implicits better. Gilles already had a look so noreview.
* Closed #2779. review by community.Martin Odersky2009-12-182-0/+29
|
* Closed #1492. review by extemporeMartin Odersky2009-12-181-0/+11
|
* Disabling test for #1801 yet again, still faili...Antonio Cunei2009-12-182-0/+0
| | | | | | Disabling test for #1801 yet again, still failing on some systems. No review.
* Closed #2795. review by dubochet.Martin Odersky2009-12-171-0/+16
|
* Reverting r19988 (restoring test for #1801).Antonio Cunei2009-12-162-0/+0
| | | | | No review.
* integration of java and scala deprecationLukas Rytz2009-12-143-0/+39
|
* Added test for #2794Hubert Plociniczak2009-12-111-0/+9
|
* closes #2784Lukas Rytz2009-12-101-0/+6
|
* Took manifests a little closer to the finish line.Paul Phillips2009-12-091-0/+147
| | | | | | doesn't work but the relationships between all the top, nearly top, and bottom types should all be all correct. (See lengthy test case.)
* moved t2515 to pending (fails on ibm6). no reviewLukas Rytz2009-12-092-0/+0
|
* see #2708Hubert Plociniczak2009-12-081-0/+1
|
* new doc comment generation, including some new ...Martin Odersky2009-12-072-4/+11
| | | | | | new doc comment generation, including some new style doc comments in collection classes.
* Updated copyright notices to 2010Antonio Cunei2009-12-077-7/+7
|
* #2747 fixedilyas2009-12-041-2/+2
|
* Made test jvm/t2515 more robust.Philipp Haller2009-12-041-15/+18
|
* object's name should be Test instead of MainHubert Plociniczak2009-12-041-1/+1
|
* Added new test, see #2754Hubert Plociniczak2009-12-041-0/+39
|
* Moved non-deterministic test for see #1801 to p...Philipp Haller2009-12-022-0/+0
| | | | | Moved non-deterministic test for see #1801 to pending.
* another test for #2489Lukas Rytz2009-12-021-0/+9
|