summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* fixed text in error messagemichelou2011-08-114-8/+8
* Expanded the range of a warning, and made suppr...Paul Phillips2011-08-103-0/+33
* Reversed the values of "is" and "is not" in rec...Paul Phillips2011-08-104-24/+24
* Test update to go with the previous patch.Paul Phillips2011-08-081-12/+13
* Fixing all the tests and source which still use...Paul Phillips2011-08-084-3/+39
* Better error message for case class/object matc...Paul Phillips2011-08-073-0/+29
* Avoid some spurious errors after a cyclical ref...Paul Phillips2011-08-072-0/+8
* Improved structural type error messages, and ot...Paul Phillips2011-08-063-0/+45
* Disallowed implicit modifier on auxiliary const...Paul Phillips2011-08-062-0/+7
* Issue a warning about classes/objects inside pa...Paul Phillips2011-08-043-0/+11
* Cleanups in Namers and AddInterfaces emerging f...Paul Phillips2011-08-041-1/+1
* Made error messages like "object List is not a ...Paul Phillips2011-08-023-1/+12
* Working on jar creation infrastructure.Paul Phillips2011-08-013-0/+72
* Added two new compiler options:Paul Phillips2011-07-295-0/+93
* prohibit case-to-case inheritance instead of is...Hubert Plociniczak2011-07-136-4/+34
* Don't enter into same line infinite recursion w...Paul Phillips2011-07-132-0/+15
* Test case closes #1432, no review.Paul Phillips2011-07-132-0/+18
* Catch type projections even when they disguise ...Paul Phillips2011-07-132-0/+14
* Suppressed an error in type constructor bounds ...Paul Phillips2011-07-132-0/+9
* Moved a warning behind -Xlint.Paul Phillips2011-07-091-1/+1
* Having established that r25051 is not responsib...Paul Phillips2011-06-301-1/+1
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-298-12/+31
* Added sanity check to lub calculation to preven...Paul Phillips2011-06-244-24/+0
* Overrode contains and apply in mutable.HashMap ...Paul Phillips2011-06-231-1/+1
* Moved test for #4727 to where it was supposed t...Paul Phillips2011-06-222-0/+18
* Updated a test with GenSetLike.Aleksandar Pokopec2011-06-221-1/+1
* The usual unbreaking of broken builds, no review.Paul Phillips2011-06-181-1/+1
* Reverts r25051 due to witnessed movement of sca...Paul Phillips2011-06-121-1/+1
* Proliferating the number of debugging modes bec...Paul Phillips2011-06-068-14/+14
* Carved out access exception for java protected ...Paul Phillips2011-06-064-0/+42
* The eagerly awaited companion commit to r23622,...Paul Phillips2011-06-011-1/+1
* Fixed a crasher in the scanner when unicode esc...Paul Phillips2011-05-292-0/+5
* Fix for failing { val x = classOf[List[_]] } in...Paul Phillips2011-05-232-0/+7
* Reverts a change as a tribute to the performanc...Paul Phillips2011-05-231-1/+11
* Removes SUnit (long deprecated!) from the stand...Paul Phillips2011-05-192-13/+9
* Made -Yno-predef work again, also in the repl.Paul Phillips2011-05-073-0/+20
* Made GenTraversableOnce public.Paul Phillips2011-05-072-3/+3
* Tightened a condition to avoid a self-referenti...Paul Phillips2011-05-062-0/+15
* Finally figured out what was going on with a ce...Paul Phillips2011-05-066-10/+89
* A better test case for #4537 than the one r2488...Paul Phillips2011-05-054-0/+22
* close #4524 and close #4425, review by odersky.Lukas Rytz2011-05-052-0/+8
* Fix for failing test, no review.Paul Phillips2011-05-041-1/+1
* Since I don't want to commit anything "interest...Paul Phillips2011-05-016-16/+16
* Completely to my surprise, found that fixing al...Paul Phillips2011-04-304-21/+17
* Don't crash the pickler with erroneous types.Paul Phillips2011-04-302-0/+12
* Closes #4457. Review by oderskyHubert Plociniczak2011-04-294-0/+86
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-289-35/+35
* Improved the error message for another of the m...Paul Phillips2011-04-285-0/+32
* Added warning when someone tries to return a no...Paul Phillips2011-04-243-0/+16
* Removed restriction on case classes having only...Paul Phillips2011-04-242-5/+0