summaryrefslogtreecommitdiff
path: root/test/files/neg/nopredefs.check
Commit message (Collapse)AuthorAgeFilesLines
* Disabled "not found" suggestions.Paul Phillips2012-01-261-1/+1
| | | | | The benchmarks charts are confusing me and I want to rule it out as a problem by not having it exist for a while.
* Tweaked ident suggestions.Paul Phillips2011-12-041-1/+1
| | | | | | | Rolled damaru-levenshtein algorithm back to my original "pure" version. Cut max distance to 1. Turned on by default because now it offers nothing unexpected, and removed short-lived -Ysuggest-idents option.
* 1.Martin Odersky2007-01-251-0/+4
2. More detailed error messages for ambiguous implicits. 3. Relaxed rules for necessary overlap in pattern matching