summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* 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-041-0/+1
| | | | | | Added extensive statistics, reduced time of implicit resolution by 2/3rds, of whole typer by 1/4 to 1/3rd.
* 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.
* 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.
* 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.)
* new doc comment generation, including some new ...Martin Odersky2009-12-071-4/+4
| | | | | | new doc comment generation, including some new style doc comments in collection classes.
* object's name should be Test instead of MainHubert Plociniczak2009-12-041-1/+1
|
* Added new test, see #2754Hubert Plociniczak2009-12-041-0/+39
|
* another test for #2489Lukas Rytz2009-12-021-0/+9
|
* Fix and test case for #2378.Paul Phillips2009-12-011-0/+9
|
* Fix and test case for #2721.Paul Phillips2009-11-302-0/+14
|
* Fixed failing test in the optimised caseIulian Dragos2009-11-271-1/+3
|
* Fixed test I broke.Paul Phillips2009-11-271-3/+3
|
* Fixed test cases to the new method names (index...Iulian Dragos2009-11-263-20/+20
| | | | | | Fixed test cases to the new method names (indexOfSeq -> indexOfSlice). See r19892
* Improved fix for #2552Donna Malayeri2009-11-261-1/+0
|
* Merge branch 'inner-class-attr'Iulian Dragos2009-11-262-0/+26
|
* Disabled docgenerator test, which isn't compati...Gilles Dubochet2009-11-242-472/+0
| | | | | Disabled docgenerator test, which isn't compatible with Scaladoc 2.
* Added reverse capabilities to PriorityQueue.Aleksandar Pokopec2009-11-241-0/+49
|
* Closed #2552.Donna Malayeri2009-11-232-0/+83
|
* Priority queue reverse is undefined - overriden...Aleksandar Pokopec2009-11-221-10/+30
| | | | | | Priority queue reverse is undefined - overriden to throw an exception. Reverse iterator seems to have sense - it is overriden and is defined, and some methods in SeqLike are implemented in terms of it.
* Applied performance patch and test case from ij...Paul Phillips2009-11-211-0/+54
| | | | | Applied performance patch and test case from ijuma; closes #2526.
* Trying to get the test to pass on the server.Aleksandar Pokopec2009-11-201-1/+18
|
* Commented out anonymous function invocation for...Aleksandar Pokopec2009-11-201-8/+8
| | | | | | Commented out anonymous function invocation for which Hudson was complaining it couldn't find the classdef.
* Changes made in the clean up phase - now the sy...Aleksandar Pokopec2009-11-202-0/+269
| | | | | Changes made in the clean up phase - now the symbols get interned during classload for each symbol literal - references to them reside in static fields. These static fields get initialized in static constructors - the java backend will now identify ctors with static flags and generate a static initializer containing the necessary code.
* Priority queue test, updated.Aleksandar Pokopec2009-11-201-1/+1
|
* Priority queue test.Aleksandar Pokopec2009-11-201-16/+266
|
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-184-7/+7
| | | | | | Finally completed the incredibly tedious task of removing the lower case primitive aliases from Predef. Had to rebuild msil.jar along the way.
* More deprecation work.Paul Phillips2009-11-182-2/+2
| | | | | | since 2.7.2 (still except for lower case primitive type aliases) and removes every deprecated method which has never shipped in a release.
* Fix and test case for #2636.Paul Phillips2009-11-171-0/+35
|
* Tweaked a test which has been regularly failing...Paul Phillips2009-11-152-2/+2
| | | | | | Tweaked a test which has been regularly failing due to heap exhaustion, although what it's supposed to be testing is stack utilization.
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-0/+20
| | | | | | | fixing a long-standing bug in fjbg and recompiling fjbg.jar, which had the side effect of revealing that the current fjbg jar had never been recompiled with target 1.5, so now it's smaller and (I imagine) faster.
* Bringing BigInt and BigDecimal into the club of...Paul Phillips2009-11-121-0/+36
| | | | | | | | Bringing BigInt and BigDecimal into the club of things which can be equal to one another and which will have the same hashCode. Fixed some old and some new bugs associated with equality. Note: not fully optimized.
* Merge branch 'ticket/2594'Adriaan Moors2009-11-122-0/+18
|
* avoid illegal forward references by moving synt...Lukas Rytz2009-11-121-0/+3
| | | | | | avoid illegal forward references by moving synthetics to the beginning of the statement-list. fixes #2489
* fix #2488.Lukas Rytz2009-11-122-0/+6
|
* This test for Queue passes at my computer.Aleksandar Pokopec2009-11-111-0/+297
|
* Mutable list test - passes.Aleksandar Pokopec2009-11-101-0/+126
|
* added CanBuild type alias in package object sca...Adriaan Moors2009-11-102-0/+10
| | | | | | added CanBuild type alias in package object scala.collection.generic added breakout to scala.collection test for breakout
* Breaks down the hash function in BoxesRunTime b...Paul Phillips2009-11-091-0/+28
| | | | | | | | | | | | | | | | Breaks down the hash function in BoxesRunTime by type so we can do as much as possible at compile time. Documents various trouble points I've identified with trying to get the hashCodes aligned. Test case exercises the hashCode functions. Deleted all the code associated with previous equality adventures. Don't worry, I can put anything back if it turns out we have to change course again, but for now it's noise. Also, gives return types to the box and unbox methods which are added to the primitive companions, so e.g. Int.box(5) now returns a j.l.Integer instead of an Object.
* Fixed #2504Martin Odersky2009-11-092-0/+36
| | | | | Fixed #2517
* Removed remaining invalid tests.Philipp Haller2009-11-086-332/+0
|
* - Renames filterMap to partialMapPaul Phillips2009-11-061-8/+8
| | | | | | - Renames GenericRange to NumericRange - Removes most @experimental annotations
* Moved disabled tests back into their original p...Antonio Cunei2009-11-067-0/+435
| | | | | | Moved disabled tests back into their original place. Expect 7 tests to fail.
* Fixed initial variable binding for method param...Iulian Dragos2009-11-062-0/+31
| | | | | | Fixed initial variable binding for method parameters, that caused the inliner to infer wrong types for tail recursive methods
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-042-0/+18
| | | | | | | | Scala implementation of fancier hashCode algorithm. At the moment it isn't used unless you supply -Yjenkins-hashCodes to scalac. Without the flag, the supplied test case generates 12559 unique hashCodes among 90000 case class instances; with the flag it generates 89999.
* Fix and test for #2527Philipp Haller2009-11-032-0/+21
|
* Applied patch for #2524.Philipp Haller2009-11-031-0/+10
|