summaryrefslogtreecommitdiff
path: root/test/files/neg
Commit message (Expand)AuthorAgeFilesLines
* Migration message and version cleanupSimon Ochsenreither2011-12-071-3/+2
* Tweaked ident suggestions.Paul Phillips2011-12-045-10/+6
* Added -Ysuggest-idents.Paul Phillips2011-12-033-0/+25
* Eliminated redundant error message.Paul Phillips2011-12-033-1/+21
* Tests for SI-3481.Simon Ochsenreither2011-12-022-0/+57
* Fix for octal test.Paul Phillips2011-11-291-1/+4
* Fixed -Xfuture 5.ds, deprecated 0-octal.Paul Phillips2011-11-294-18/+25
* Reworked AnnotationInfo patch.Paul Phillips2011-11-231-10/+4
* revert r25877. no reviewLukas Rytz2011-11-149-0/+0
* Deprecated ambiguous dot syntaxes.Paul Phillips2011-11-116-0/+46
* Fixing tests, no review.Paul Phillips2011-11-101-1/+1
* Updates for the ten tests I broke recently.Paul Phillips2011-11-081-0/+1
* Fix crash with HK types.Paul Phillips2011-11-072-0/+26
* Begone t1737...Hubert Plociniczak2011-11-02120-301/+301
* Added *.log and build/ to gitignore so partest/...Josh Suereth2011-11-2311-15/+15
* Fixed type unsoundness problem in t5120 and als...Martin Odersky2011-11-013-3/+44
* Fixed paths for 'neg' tests.Hubert Plociniczak2011-11-013-6/+6
* Disabled test.Paul Phillips2011-10-292-40/+0
* Better report on missing methods.Paul Phillips2011-10-283-4/+48
* fixed svn props in test directorymichelou2011-10-229-0/+0
* Warn about surprising shadowing.Paul Phillips2011-10-223-0/+59
* Overhaul of Namers.Paul Phillips2011-10-211-1/+4
* dependent methods types are now always enabledAdriaan Moors2011-10-203-6/+1
* Cycle defense.Paul Phillips2011-10-193-1/+17
* Fix for comparison warnings.Paul Phillips2011-10-182-21/+33
* Harden the typer against surprise unapply types.Paul Phillips2011-10-152-0/+24
* Fix regression in companion check.Paul Phillips2011-10-151-2/+4
* Better error when abstract methods are missing.Paul Phillips2011-10-148-12/+165
* Flipped varargs eta-expansion behavior.Paul Phillips2011-10-092-0/+12
* Fix for error printing regression.Paul Phillips2011-10-092-0/+10
* Closing soundness hole in variance checking.Paul Phillips2011-10-062-0/+26
* Selective dealiasing when printing errors.Paul Phillips2011-10-0330-58/+60
* Massively simplified caseFieldAccessors.Paul Phillips2011-09-302-2/+2
* Improved an error message.Paul Phillips2011-09-284-16/+23
* Back to square one.Hubert Plociniczak2011-09-237-40/+36
* Removed devirtualize.Paul Phillips2011-09-221-1/+1
* Fixes #4417.Aleksandar Pokopec2011-09-202-0/+24
* Brought back unrelated type comparison warning.Paul Phillips2011-09-092-23/+30
* Allow for the overriding of objects.Paul Phillips2011-09-086-1/+78
* First refactoring related to Error trees.Hubert Plociniczak2011-09-077-36/+40
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-0518-23/+47
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-24346-417/+417
* Improved the error message given when a concret...Paul Phillips2011-08-162-0/+15
* Removing the code which has been deprecated sin...Paul Phillips2011-08-1513-56/+22
* 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