summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Collapse)AuthorAgeFilesLines
* new testcase no review necessary.Martin Odersky2009-12-231-0/+16
|
* close #2809.Lukas Rytz2009-12-221-0/+20
|
* Fixed lift 2.8 beta RC4 build problem.Martin Odersky2009-12-211-0/+23
|
* Closed #2801.Martin Odersky2009-12-181-1/+1
|
* Closed #1492. review by extemporeMartin Odersky2009-12-181-0/+11
|
* Closed #2795. review by dubochet.Martin Odersky2009-12-171-0/+16
|
* Added test for #2794Hubert Plociniczak2009-12-111-0/+9
|
* see #2708Hubert Plociniczak2009-12-081-0/+1
|
* new doc comment generation, including some new ...Martin Odersky2009-12-071-0/+7
| | | | | | new doc comment generation, including some new style doc comments in collection classes.
* Updated copyright notices to 2010Antonio Cunei2009-12-072-2/+2
|
* Closed #2726 and added test for #2464 (refs #2464)Iulian Dragos2009-11-305-0/+24
|
* quick fix for #2673: relaxed zipped on Tuple2/T...Adriaan Moors2009-11-251-0/+4
| | | | | | quick fix for #2673: relaxed zipped on Tuple2/Tuple3 (back to using A => B for constraint instead of A <%< B)
* closed #2624: instantiate type params after eta...Adriaan Moors2009-11-251-0/+4
| | | | | | | | | closed #2624: instantiate type params after eta expansion of polymorphic method does not blow the stack on pos/t0674 (previous private fix did typed(tree); instantiate(tree) instead of instantiate(typed(tree))) fixed check file for neg/bug608 -- got better error message
* Closed #2664Martin Odersky2009-11-242-0/+19
|
* Closed #2629 #2639 #2669Martin Odersky2009-11-242-0/+44
|
* close #2665 and close #2667: use weak conforman...Adriaan Moors2009-11-242-0/+9
| | | | | | | | | | | | close #2665 and close #2667: use weak conformance in polymorphic case of isApplicable reviewed by: odersky exprTypeArgs now takes a comparison function: isWeaklyCompatible is ) passed in isApplicable's typesCompatible (to mimic what happens in the ) monomorphic case Martin: please review as this is different from my ) original proposal (that one broke type inference, this one passes all ) tests and does not slow down quick.comp )
* Closed #1226. Added new test cases.Martin Odersky2009-11-233-0/+18
|
* Moved failing test due to fix of #2635 to pending.Martin Odersky2009-11-221-21/+0
|
* Closed #2635Martin Odersky2009-11-221-0/+16
|
* new testMartin Odersky2009-11-203-0/+30
|
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-201-1/+1
| | | | | | Simplifiations in collections libraries, enabled by introduction of Self type in TraversableLike.
* closes #1422Hubert Plociniczak2009-11-201-0/+2
|
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-186-6/+6
| | | | | | Finally completed the incredibly tedious task of removing the lower case primitive aliases from Predef. Had to rebuild msil.jar along the way.
* Allow implicit modifier on single-parameter fun...Martin Odersky2009-11-171-0/+14
| | | | | | Allow implicit modifier on single-parameter function literals. Fixes and closes #1492.
* Fixed #2848 and #2630; Improvements in equality...Martin Odersky2009-11-151-0/+17
| | | | | Fixed #2848 and #2630; Improvements in equality speed
* fixed #1236Adriaan Moors2009-11-131-0/+14
| | | | | another Symbol::tpe bites the dust (should'be been tpeHK)
* fixed #2454Adriaan Moors2009-11-122-0/+51
|
* added CanBuild type alias in package object sca...Adriaan Moors2009-11-101-1/+1
| | | | | | added CanBuild type alias in package object scala.collection.generic added breakout to scala.collection test for breakout
* test for #2591Adriaan Moors2009-11-101-0/+15
|
* added `locally' to Predef.Martin Odersky2009-11-092-0/+22
| | | | | | added overloaded hashes to Predef. some small changes.
* Fixed #2504Martin Odersky2009-11-092-0/+44
| | | | | Fixed #2517
* Removed remaining invalid tests.Philipp Haller2009-11-082-22/+0
|
* Fixed #2497Martin Odersky2009-11-071-1/+1
|
* Moved disabled tests back into their original p...Antonio Cunei2009-11-062-1/+1
| | | | | | Moved disabled tests back into their original place. Expect 7 tests to fail.
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-031-0/+6
| | | | | | | | | | fixed #2500: refactoring collections so that a `collection.{Map|SortedMap|SortedSet}` can be built from the corresponding collection (thus, do not require the immutable one) pulling up newBuilder method from Immutable*Factory to *Factory, and inheriting *Factory in scala.collection companion objects, instead of the Immutable*Factory this way, you can, e.g., build a collection.Map from a collection.Map (instead of requiring an immutable.Map)
* Fixed #2545.Martin Odersky2009-11-021-0/+10
|
* separated Vector impl from IndexedSeqTiark Rompf2009-10-302-3/+3
|
* Fix for #1909Hubert Plociniczak2009-10-282-0/+14
|
* fixed #2428 for good.Martin Odersky2009-10-231-0/+4
|
* the essence of tcpoly inference + test casesAdriaan Moors2009-10-226-0/+143
| | | | | | fixes to check files and removed nonapplicable test case Tuple2 impl, but commented out so that we can bootstrap whitespace...
* fixed breakage caused by r19219 -- sorry!Adriaan Moors2009-10-221-1/+1
| | | | | (thanks for alerting me, Toni)
* Revert "added CanBuild type alias in package ob...Adriaan Moors2009-10-221-1/+1
| | | | | | | Revert "added CanBuild type alias in package object scala.collection.generic" because it broke scaladoc (I consider that a bug -- filing ticket) This reverts commit 5b3ba1c27cdce76d8aef2bfb9aa5a836237521a9.
* built new starr and fixed test casesTiark Rompf2009-10-213-4/+4
|
* added CanBuild type alias in package object sca...Adriaan Moors2009-10-211-1/+1
| | | | | added CanBuild type alias in package object scala.collection.generic
* Fixed #2429.Martin Odersky2009-10-211-0/+21
|
* fixed failing testcases due to previous commit ...Adriaan Moors2009-10-213-6/+9
| | | | | | fixed failing testcases due to previous commit (renaming of BuilderFactory)
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-211-0/+14
| | | | | | | | | | | | | | | | | | | | | renamed BuilderFactory[El, To, From] -> CanBuildFrom[From, El, To] and added apply() overload to create collections from scratch generically added def apply() overload to BuilderFactory so that we can also create collections from scratch generically (see test test/files/pos/collectGenericCC.scala) renaming: - BuilderFactory[El, To, From] -> CanBuildFrom[From, El, To] bulk type-param reordering using: s/CanBuildFrom\[\s*([^,()\s]*)\s*,(\s+[^\s,()]*)\s*,\s+([^\s,()]*)\s*\]/CanBuildFrom[$3, $1,$2]/ some argument lists got mixed up because they contained 4 comma's... - builderFactory -> canBuildFrom removed explicit implicit value in DocDriver that was renamed renamed collection/generic/BuilderFactory.scala -> collection/generic/CanBuildFrom.scala tested with clean build using ant strap.done -- everything went well on my machine
* Fix and test case for #2260. Hooray for thePaul Phillips2009-10-201-0/+10
| | | | | ability to influence the priority of implicits.
* Relaxing a check for ticket #2486, plus test case.Paul Phillips2009-10-191-0/+3
| | | | | | proposing this as the long-term fix (unless by some miracle it is the right fix, in which case good for me.)
* Fixed #2234.Philipp Haller2009-10-131-0/+4
|