summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up collection builder frameworkMartin Odersky2009-05-142-0/+330
|
* changes to maps and setsMartin Odersky2009-05-121-10/+4
|
* Test for default Ordering implementations.Paul Phillips2009-05-121-0/+31
|
* Reverted probably unintentional change to Enume...Paul Phillips2009-05-122-12/+12
| | | | | | | | Reverted probably unintentional change to Enumeration (the method formerly called valueOf and now called withName needs to return Option[Value], not Value) and updated the failing tests to use the new Enumeration interface.
* Organized disabled directory so it works with p...Paul Phillips2009-05-094-0/+115
| | | | | | | Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.
* massive new collections checkin.Martin Odersky2009-05-0825-788/+28
|
* Modernized DRMacIver's languishing array patch ...Paul Phillips2009-05-072-0/+13
| | | | | | | Modernized DRMacIver's languishing array patch and added test cases to exercise primitive to any array conversion. This fixes bugs #1300 and #1301.
* Added NoSuccess extractor to combinator lib.Paul Phillips2009-05-063-7/+4
|
* packrat parsingTiark Rompf2009-05-066-0/+179
|
* Fix and test case for #1773.Paul Phillips2009-05-011-0/+12
|
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-013-33/+33
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* Restructured Enumeration to have many fewer pub...Paul Phillips2009-04-231-3/+3
| | | | | | | | | | | | Restructured Enumeration to have many fewer public members so people can import TheirEnum._ with less trepidation. The HOFs formerly in Enumeration were removed, but as they all merely forwarded to elements anyway, do this: object Foo extends Enumeration { val FOO, BAR = Value } import Foo._ Foo.elements filter (_ == FOO)
* some small changes to implicits handling, exist...Martin Odersky2009-04-231-4/+4
| | | | | | some small changes to implicits handling, existential abstraction, type parameter bounds checking
* Today's frustration commit! Disables all forwar...Paul Phillips2009-03-312-10/+0
| | | | | | | Today's frustration commit! Disables all forwarders including main until we can figure out how to avoid #1795, and reverts ostensible fix for #1240 to avoid #1840, #1842, and the rest of the gang.
* Fixed nested lazy values (#1589).Iulian Dragos2009-03-302-0/+29
|
* Correcting equality behaviour on IntMap.empty a...David MacIver2009-03-262-0/+12
| | | | | Correcting equality behaviour on IntMap.empty and LongMap.empty
* reimplemented list union/intersect/diff as mult...michelou2009-03-201-17/+72
| | | | | reimplemented list union/intersect/diff as multiset ops
* Fix for ticket #1718David MacIver2009-02-282-0/+11
|
* Fix and test case for #1747.Paul Phillips2009-02-241-0/+6
|
* Look for main method in companion object and ad...Paul Phillips2009-02-192-0/+10
| | | | | | Look for main method in companion object and add a static forwarder to companion class if possible + test case; fixes bug #363.
* fix for #1721Lukas Rytz2009-02-171-1/+15
|
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-161-1/+1
| | | | | | hopefully fixed the build by fixing deSkolemize, and adapting the new collection libraries to stricter override checking.
* fixed bug #1535, added test casePaul Phillips2009-02-112-0/+17
|
* moved most of the passing tests from pending to...Paul Phillips2009-02-102-0/+37
| | | | | | moved most of the passing tests from pending to files ; reunited inner.scala with inner.check
* added test for 1691Lukas Rytz2009-02-101-1/+22
|
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-091-2/+2
| | | | | | Remove type annotations as part of SIP 00002 and removed function from Global that is not used any more
* Compiler implementation of SIP 00002 and fixes ...nielsen2009-02-051-0/+5
| | | | | | Compiler implementation of SIP 00002 and fixes for tests and other tools like scaladoc
* Fix and test for #1689.Miles Sabin2009-02-032-0/+24
|
* Fix for #1589.Iulian Dragos2009-01-151-0/+8
|
* Added a test for #1618Geoffrey Washburn2009-01-131-0/+11
|
* fixed ticket #1620michelou2009-01-062-0/+22
|
* fixed #1364 (overeriding vals in traits)Martin Odersky2008-12-101-0/+9
|
* Fixed #1358.Iulian Dragos2008-12-032-0/+7
|
* Fixed 1541.Iulian Dragos2008-11-262-0/+12
|
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-252-0/+8
| | | | | | | | Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now
* Added back test for #1453.Iulian Dragos2008-11-192-0/+14
|
* Moved failing test to pending for now.Geoffrey Washburn2008-11-192-14/+0
|
* Interpreter test now only works on 1.5 or above...Geoffrey Washburn2008-11-192-384/+0
| | | | | Interpreter test now only works on 1.5 or above JVMs.
* Applied patch from #1505, modified supplied exa...Geoffrey Washburn2008-11-181-0/+25
| | | | | Applied patch from #1505, modified supplied example to be a test.
* Fixed #1453.Iulian Dragos2008-11-182-0/+14
|
* Fix and test for #1513Geoffrey Washburn2008-11-142-0/+5
|
* fixed #1500 and #1501Tiark Rompf2008-11-104-0/+105
|
* Reversion of the changes to targetParams which ...David MacIver2008-11-102-37/+0
| | | | | | | | | Reversion of the changes to targetParams which I made to fix #1260 as they caused problems (specifically #1480). This code is wrong but it's the old wrong behaviour, which is less broken than the new wrong behaviour.
* Paul's fix for bug #889.David MacIver2008-11-082-0/+10
|
* Fixed optimiser bugs, now all tests pass when u...Iulian Dragos2008-11-064-0/+36
| | | | | | Fixed optimiser bugs, now all tests pass when using the optimised compiler.
* Added firstKey and lastKey to IntMap.David MacIver2008-10-272-0/+8
|
* Test to check a few combinations of pattern mat...David MacIver2008-10-272-0/+37
| | | | | Test to check a few combinations of pattern matching features.
* Cleaning up a lot of dead code from regular exp...David MacIver2008-10-264-0/+15
| | | | | | Cleaning up a lot of dead code from regular expression patterns. Added a couple tests to verify correctness of cleanup.
* Fix to #1450. Moved test from pending.David MacIver2008-10-262-0/+4
|
* Renamed the tests for ticket #1423 so they have...David MacIver2008-10-252-0/+0
| | | | | | | Renamed the tests for ticket #1423 so they have the right name. Similarly, the last commit was to fix #1423, not #1424.