summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Collapse)AuthorAgeFilesLines
* Attempted to resolve the improbable mess surrou...Paul Phillips2009-06-224-6/+19
| | | | | | | | Attempted to resolve the improbable mess surrounding implicit conversions from Unit. Modified test case which relied on the supposedly verboten behavior; verbotenized () => AnyRef; added new test case which fails if verboten behavior should ever return.
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-204-20/+46
| | | | | | improvements to names / defaults (implicits, type of defaults, #2064, ...)
* allow using named / default arguments in self- ...Lukas Rytz2009-06-152-32/+3
| | | | | | allow using named / default arguments in self- and super constructor calls. fixes #2050 and #2052.
* removed code for parsing old pickle format.Lukas Rytz2009-06-032-1/+9
|
* named argument disallowed when assignment expre...Lukas Rytz2009-06-021-16/+8
| | | | | | named argument disallowed when assignment expression would typecheck. minor fixe to names / defaults.
* reverted 17960, restored bug1241 w/ new check fileAntonio Cunei2009-06-023-4/+7
|
* Reverting 17948, disabling test.Antonio Cunei2009-06-023-7/+4
|
* Changed output error for bug1241.David MacIver2009-06-011-1/+4
|
* big overhaul of annotations implementation.Lukas Rytz2009-05-303-4/+4
|
* Named and default argumentsLukas Rytz2009-05-3016-35/+243
| | | | | | | - MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"
* Further development of the Numeric and Ordering...Paul Phillips2009-05-281-2/+2
| | | | | | | Further development of the Numeric and Ordering traits. Replaced Predef implicits from everything => Ordered with a single implicit from Ordering => Ordered.
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-2710-33/+7
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Updated neg check files to the new output of r1...Antonio Cunei2009-05-2024-23/+49
| | | | | Updated neg check files to the new output of r17773
* 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
|