summaryrefslogtreecommitdiff
path: root/test/files/neg/viewtest.check
Commit message (Collapse)AuthorAgeFilesLines
* Capitalized type params in Predef, fixed bug in...michelou2007-05-311-1/+1
| | | | | Capitalized type params in Predef, fixed bug in URLZipArchive
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-191-2/+2
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* 1.Martin Odersky2007-01-251-1/+1
| | | | | | 2. More detailed error messages for ambiguous implicits. 3. Relaxed rules for necessary overlap in pattern matching
* added colonBurak Emir2007-01-071-2/+2
|
* fixed bugs 729, 752Martin Odersky2006-10-311-2/+2
|
* fixed problems in type patternsMartin Odersky2006-10-201-1/+6
| | | | | made some type error messages more precise
* changed "All/AllRef" to "Nothing/Null" in test/...michelou2006-10-131-1/+1
| | | | | changed "All/AllRef" to "Nothing/Null" in test/library/compiler
* 1.Martin Odersky2006-03-271-0/+7
2. Cleaned up search of implicit names to make it conformant to the spec. 3. Made Sean's SOURCE CHANGE messages dependent on option -debug.