summaryrefslogtreecommitdiff
path: root/test/files/pos
Commit message (Collapse)AuthorAgeFilesLines
* The non-intrusive bits of my hopefully pending ...Paul Phillips2010-02-111-5/+0
| | | | | | | | | | | | The non-intrusive bits of my hopefully pending "use the static type of the scrutinee to rule out some type/extractor patterns" patch. Includes a cleanup of the (still inadequate) type-parameter-ignoring match test which had been interfering with martin's digestion. Also: implicit search is disabled when typing a pattern, because the matcher never invokes implicits to satisfy a pattern. At worst maybe we'll get a performance bump. No review.
* close #2984. review by community.Lukas Rytz2010-02-101-0/+5
|
* Fixed partially specialized classes.Iulian Dragos2010-02-092-0/+6
|
* suppresses generation of manifests for abstract...Martin Odersky2010-02-012-3/+5
| | | | | suppresses generation of manifests for abstract type members.
* Moved some test cases from pending to files sin...Paul Phillips2010-01-285-0/+63
| | | | | | | | Moved some test cases from pending to files since the bugs they were watching for seem to be fixed. Moved some other test cases from pending to disabled because they deceptively claim to pass while investigation reveals the ticket needs to remain open. Closes #1996, #2660.
* One of those "$.05 for the bolt, $50,000 for kn...Paul Phillips2010-01-285-0/+102
| | | | | | | | | One of those "$.05 for the bolt, $50,000 for knowing where to put it" commits. Closes #425, #816, #2310, #2691. All credit for this patch goes to me for having the genius to know when new eyes were needed (although if you're feeling generous some could also go to walter korman for the actual debugging and code writing part.)
* now correctly fix #2868. no reviewLukas Rytz2010-01-274-0/+21
|
* reverting r20688 for now, no reviewLukas Rytz2010-01-274-21/+0
|
* close #2868.Lukas Rytz2010-01-274-0/+21
|
* Moved test case for just-reverted patch to pend...Paul Phillips2010-01-211-1/+0
| | | | | Moved test case for just-reverted patch to pending. No review.
* Test case closes #1737. Review by community.Paul Phillips2010-01-183-0/+8
|
* new tests. no review.Martin Odersky2010-01-131-0/+1
|
* closes #2421: more complete fix, now also check...Adriaan Moors2010-01-131-0/+19
| | | | | | | closes #2421: more complete fix, now also check validity of inferred type arguments for expressions inferred for implicit values review by odersky
* Fixed #2810.Aleksandar Pokopec2010-01-111-0/+8
| | | | | no review
* 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
|