summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Collapse)AuthorAgeFilesLines
* Rebuild all plugin tests and moved them back to...nielsen2009-05-1142-0/+374
| | | | | Rebuild all plugin tests and moved them back to the working test cases
* Fix and test case for #1960.Paul Phillips2009-05-082-0/+9
|
* massive new collections checkin.Martin Odersky2009-05-0856-390/+16
|
* Fix and test case for #1286.Paul Phillips2009-05-043-0/+8
|
* some small changes to implicits handling, exist...Martin Odersky2009-04-231-1/+1
| | | | | | some small changes to implicits handling, existential abstraction, type parameter bounds checking
* changed overloaing resolution to make Builders ...Martin Odersky2009-03-302-8/+7
| | | | | | | changed overloaing resolution to make Builders work. generalized companion object generation in Namers. Fixed a problem in Types that made the collection build crash.
* Fix for #1838Ingo Maier2009-03-302-0/+14
|
* chyanged implicits so that implicit Builder pat...Martin Odersky2009-03-171-1/+1
| | | | | chyanged implicits so that implicit Builder pattern works.
* The birth of the @switch and @tailrec annotations.Paul Phillips2009-03-164-0/+139
| | | | | | | | | | | | They are located in package scala.annotation. Also in this patch: * numerous test cases for both annotations * addition of @tailrec and @switch in a few strategic locations * fixes for critical section NewScanners methods which were not being compiled into switches, immediately proving the value of @switch * tail recursive implementations for Iterator.{ dropWhile, drop} and List.dropWhile tagged with @tailrec, closing bug #1376
* Better inference for implicits; some preparatio...Martin Odersky2009-03-151-2/+3
| | | | | Better inference for implicits; some preparations for new collections.
* Reverted a small parser change which had the un...Paul Phillips2009-03-061-1/+1
| | | | | | Reverted a small parser change which had the unfortunate side effect of making it much harder to enter code into the interpreter.
* Fix and test case for #1392.Paul Phillips2009-03-022-0/+5
|
* Reverting last commit as it seems to have cause...Paul Phillips2009-02-262-5/+0
| | | | | Reverting last commit as it seems to have caused breakage.
* Fix and test case for #1392.Paul Phillips2009-02-262-0/+5
|
* fixed several problems with cyclic references u...Martin Odersky2009-02-235-45/+18
| | | | | | fixed several problems with cyclic references uncovered by experimenting with collections. Added early type definitions.
* Continuation of r17177 to also check type annot...Paul Phillips2009-02-232-1/+10
| | | | | | Continuation of r17177 to also check type annotations; test case broadened accordingly.
* Fix and test case for #935; added test in RefCh...Paul Phillips2009-02-232-0/+10
| | | | | | Fix and test case for #935; added test in RefChecks to confirm that parameterized annotations conform to type bounds.
* Fix and test for #1659Antonio Cunei2009-02-192-0/+9
|
* Improved error messages for certain illegal ove...Paul Phillips2009-02-192-0/+12
| | | | | | Improved error messages for certain illegal overriding situations, plus test cases. Resolves bug #276.
* Issue warning when attempting to refine Unit, p...Paul Phillips2009-02-182-0/+14
| | | | | Issue warning when attempting to refine Unit, plus test case; bug #284.
* Fix and test case for #1565; an anonymous funct...Paul Phillips2009-02-181-1/+1
| | | | | | | Fix and test case for #1565; an anonymous function can now be used as a statement (primarily for use in the interpreter) unless it cannot be distinguished from a self-type declaration.
* Fix and test case for #1623.Paul Phillips2009-02-162-0/+16
|
* Began evaluation of the tests in pending, and m...Paul Phillips2009-02-1612-0/+66
| | | | | | Began evaluation of the tests in pending, and moved/updated/removed .scala and .check files as warranted.
* Fix for bug #473 and test case.Paul Phillips2009-02-162-0/+7
|
* hopefully fixed the build by fixing deSkolemize...Martin Odersky2009-02-161-8/+8
| | | | | | hopefully fixed the build by fixing deSkolemize, and adapting the new collection libraries to stricter override checking.
* test case for #278Paul Phillips2009-02-122-0/+13
|
* Fixes and test cases for #944 and #1523.Paul Phillips2009-02-104-0/+19
|
* Removes underscore from the list of characters ...Paul Phillips2009-02-101-1/+1
| | | | | | | Removes underscore from the list of characters used during semicolon inference which it believes cannot start a statement on a new line, fixing bug #756; adds 1 test case, updates 1.
* Missed some files.... but how ?nielsen2009-02-0517-0/+82
|
* Test that make sure the implementation in SIP 0...nielsen2009-02-0525-0/+292
| | | | | Test that make sure the implementation in SIP 00002 behaves correctly
* updated check fileMartin Odersky2009-01-291-0/+4
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-132-2/+2
|
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-081-3/+3
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* corrected check fileMartin Odersky2008-12-091-1/+1
|
* added comments; better errror messages; trace u...Martin Odersky2008-12-083-12/+24
| | | | | added comments; better errror messages; trace utility
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-257-16/+16
| | | | | | | | 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
* Fix for #1371.Geoffrey Washburn2008-11-222-0/+6
|
* Starting on improving the abstraction level of ...David MacIver2008-11-131-0/+1
| | | | | | | | Starting on improving the abstraction level of the pattern matcher (code from paul) Still needs a fair bit of work.
* Fixed the test that broke because of the Geoffrey Washburn2008-11-041-1/+1
| | | | | | | | change in the error message. Adjusted the error message slightly because saying that a "def needs to be stable" does not make much sense because you can't make defs stable.
* Correct handling of unreachable code testing wh...David MacIver2008-10-252-0/+12
| | | | | | Correct handling of unreachable code testing when matching on primitives.
* Tightened volatile checking.Martin Odersky2008-10-152-0/+31
|
* New test concerning volatile intersections.Geoffrey Washburn2008-09-092-0/+25
|
* updated testMartin Odersky2008-09-052-2/+2
|
* fixed problem with volatile types.Martin Odersky2008-09-052-0/+20
|
* disabled volatile checks because eclipse plugin...Martin Odersky2008-09-042-20/+0
| | | | | disabled volatile checks because eclipse plugin build breaks.
* now checking for volatile types.Martin Odersky2008-09-047-15/+44
|
* Fixed #1215.Geoffrey Washburn2008-08-192-0/+7
|
* corrected several problems with error reporting...Martin Odersky2008-08-182-0/+13
| | | | | | | corrected several problems with error reporting: positions checked twice, warnings masking errors. Refined solution of forward implicits without5 result type.
* Fixing more deprecation warnings.Geoffrey Washburn2008-08-1210-21/+21
|
* fixed broken build (sorry)Martin Odersky2008-08-062-0/+11
|