summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Collapse)AuthorAgeFilesLines
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-24110-104/+76
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Fix and test case for #2377.Paul Phillips2009-09-232-0/+20
|
* Rather surprisingly, after all the commotion ab...Antonio Cunei2009-09-222-0/+13
| | | | | | Rather surprisingly, after all the commotion about 2.7.6 and the pickler fix, there was still no test for the corresponding ticket(s). Now added.
* new arrays are done.Martin Odersky2009-09-214-7/+7
|
* Fix and test case for #2081.Paul Phillips2009-09-151-0/+11
|
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-112-2/+6
| | | | | | | Made canEqual abstract in Product and only inserted into case classes if no concrete implementation is inherited. Restored the disabled canEquals usages in collections.
* Deprecated case classes inheriting from other c...Paul Phillips2009-09-115-37/+2
| | | | | | Deprecated case classes inheriting from other case classes, and updated all the tests which did so.
* Fixed #2201 (slight rewrite of paulp's patch at...Adriaan Moors2009-09-111-0/+8
| | | | | | | | | | | | | | | | Fixed #2201 (slight rewrite of paulp's patch at http://github.com/paulp/scala/commit/24419959b4d6c93716c216bbf276948a830 4b4e6) ImplicitSearch::cacheResult now clones symbols that represent bound variables (more specifically, parameters of anonymous functions that are used as implicit values) to ensure that different bound variables are represented by different symbols (otherwise lambda lifting gets confused). updated check file for bug692: error-reporting got more complete because TypeRef::transform has been relaxed slightly
* Reenabled two tests.Philipp Haller2009-09-082-2/+2
|
* Updated disabled tests before moving them back.Philipp Haller2009-09-082-4/+5
|
* Fixed test case which still thought volatile va...Paul Phillips2009-09-051-3/+4
| | | | | Fixed test case which still thought volatile vals were ok.
* Fixed #1539.Iulian Dragos2009-08-312-0/+12
|
* Test case for #1560, which was fixed sometime inPaul Phillips2009-08-301-0/+11
| | | | | the last few weeks.
* Fix and test case for #2187 and its duplicate #...Paul Phillips2009-08-271-0/+7
| | | | | Fix and test case for #2187 and its duplicate #2192.
* Fixed memory leaks for streams.Martin Odersky2009-08-184-0/+55
|
* 1.Martin Odersky2009-08-161-0/+13
| | | | | 2. Relaxed bounds checking rules for existential types.
* Fixed #1560 (which was a typing hole, so some l...Martin Odersky2009-08-151-1/+1
| | | | | | Fixed #1560 (which was a typing hole, so some library classes had to be fixed)
* Blocks can now end in definitions.Martin Odersky2009-08-142-24/+1
|
* fixed #2251Adriaan Moors2009-08-131-0/+23
|
* Test for #1381.Paul Phillips2009-08-131-0/+31
|
* Test case for #612.Paul Phillips2009-08-122-0/+11
|
* new test for #1642Martin Odersky2009-08-112-0/+14
|
* Revert "fixed #2208"Adriaan Moors2009-08-061-8/+0
| | | | | This reverts commit 2d437f2a62d7127abe907d61118ea448c9ad6c59.
* fixed #2208Adriaan Moors2009-08-061-0/+8
|
* fixed ticket #2197Adriaan Moors2009-08-061-0/+7
|
* Re-enabled forwarders and moved the formerly fa...Paul Phillips2009-08-032-0/+17
| | | | | | Re-enabled forwarders and moved the formerly failing tests for #363 and #1745 out of pending.
* Fixed #2183.Philipp Haller2009-07-281-0/+5
|
* Fixed spec-List test.Philipp Haller2009-07-281-2/+2
|
* Fix and test case for #2168.Paul Phillips2009-07-201-0/+5
|
* Fix and test case for #1843.Paul Phillips2009-07-121-0/+25
|
* Fix and test case for #1260.Paul Phillips2009-07-111-0/+18
|
* minor cleanups for named argsLukas Rytz2009-06-301-0/+5
|
* Specialization landed in trunk.Iulian Dragos2009-06-1841-0/+1532
|
* more annotations cleanup.Lukas Rytz2009-06-113-1/+8
|
* Test case for #252.Paul Phillips2009-06-101-0/+17
|
* fixed BeanProperty, added BooleanBeanProperty, ...Lukas Rytz2009-06-0714-0/+108
| | | | | | fixed BeanProperty, added BooleanBeanProperty, added many tests (#1029, #1751, #294, #1942, #1782, #1788, #637).
* big overhaul of annotations implementation.Lukas Rytz2009-05-302-2/+3
|
* Named and default argumentsLukas Rytz2009-05-302-0/+9
| | | | | | | - MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-277-19/+19
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Not sure why the disabled test did not get comm...Martin Odersky2009-05-261-8/+0
| | | | | Not sure why the disabled test did not get committed last time.
* disabled to failing tests for now.Martin Odersky2009-05-262-0/+8
|
* Test case for #715.Paul Phillips2009-05-192-0/+101
|
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-1541-0/+210
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* massive new collections checkin.Martin Odersky2009-05-0810-19/+11
|
* Fix and test for #1937Paul Phillips2009-04-301-0/+1
|
* Fix and test case for #1626.Paul Phillips2009-04-301-0/+4
|
* Forgot testIulian Dragos2009-04-071-0/+13
|
* Moved static forwarder generation behind -Xforw...Paul Phillips2009-03-312-0/+6
| | | | | | | Moved static forwarder generation behind -Xforwarders option. Special cased main so #363 continues to work. Moved test case for #1745 into pending since it requires forwarders to work.
* Fixed #1675Iulian Dragos2009-03-241-0/+11
|
* Added test files for #1789 and #1761Iulian Dragos2009-03-242-0/+15
|