summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* closes #2750: cooking java raw types in info of...Adriaan Moors2009-12-024-0/+7
| | | | | | closes #2750: cooking java raw types in info of type parameters of Java classes review by: odersky
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-012-3/+79
| | | | | | | | | | | | | | | | [This patch submitted by ismael juma - commit message his words, but condensed.] Fix ticket #1600: Serialization and deserialization of hash-based collections should not re-use hashCode. The collection is rebuilt on deserialization - note that this is not compatible with the previous serialization format. All @SerialVersionUIDs have been reset to 1. WeakHashMap is not Serializable and should not be so. TreeHashMap has not been reintegrated yet. OpenHashMap has not been updated. (I think this collection is flawed and should be removed or reimplemented.)
* Fix and test case for #2378.Paul Phillips2009-12-011-0/+9
|
* Fix and test case for #2721.Paul Phillips2009-11-302-0/+14
|
* (Temporarily) closes #2139Antonio Cunei2009-11-302-0/+21
|
* Closed #2726 and added test for #2464 (refs #2464)Iulian Dragos2009-11-305-0/+24
|
* Fixed failing test in the optimised caseIulian Dragos2009-11-271-1/+3
|