aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/typer/ErrorReporting.scala
Commit message (Expand)AuthorAgeFilesLines
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-221-153/+0
* Improve error message for WrongNumberOfArgsShane Delmore2016-10-251-2/+2
* Fix TypeMismatch not getting nonsensical tags in some casesFelix Mulder2016-10-101-3/+3
* Refactor explanation interpolatorFelix Mulder2016-10-101-6/+5
* Make relevant parts of compiler conform to new error handlingFelix Mulder2016-10-101-1/+2
* Add modifiers to highlightingFelix Mulder2016-10-101-3/+3
* Rename Diagnostic to diagnostic.MessageFelix Mulder2016-10-101-1/+0
* New string infterpolatorsMartin Odersky2016-08-161-52/+33
* Fix #1430: Avoid constrained polyparams in error messageMartin Odersky2016-08-161-1/+15
* Make use of implicitNotFound for eqaulity errorsMartin Odersky2016-05-231-1/+2
* Support implicitNotFound annotationMartin Odersky2016-04-221-0/+12
* Refactor DiagnosticMartin Odersky2016-02-231-8/+3
* Make all Dotty source files end in newline.Dmitry Petrashko2015-04-091-1/+1
* Use normnalized type to report type errors.Martin Odersky2015-01-271-1/+1
* Accessor methods print as "method", not "val/var".Martin Odersky2014-11-091-1/+1
* Account for PolyProto and IgnoredProto types in expectedTypeStrMartin Odersky2014-10-111-2/+4
* Detect cycles and protected legal ones with LazyRefsMartin Odersky2014-08-081-6/+8
* Added utility method: underlyingSymbolMartin Odersky2014-08-031-1/+8
* Various cleanups and utility additionsMartin Odersky2014-07-171-1/+1
* Nothing is not a superclass of Null.Martin Odersky2014-05-201-1/+5
* fix: isSensical in d"..." impl must inspect contents of List argSamuel Gruetter2014-04-021-0/+1
* replace i"..." by d"..." if string might go into aSamuel Gruetter2014-04-021-9/+9
* remove SuppressedMessage exception and update Diagnostic as neededSamuel Gruetter2014-04-021-1/+0
* add d string interpolator (marks nonsensical error messages)Samuel Gruetter2014-04-021-0/+28
* move InfoString from ErrorReporting to Decorators andSamuel Gruetter2014-04-021-38/+0
* First step towards Typer Reorganization.Martin Odersky2014-03-071-1/+1
* Better reporting of cyclic references involving imports.Martin Odersky2014-01-111-1/+1
* Fixing unpickling of refinements.Martin Odersky2013-12-261-0/+4
* Better handling of cyclic reference errors.Martin Odersky2013-12-161-0/+19
* Fixed missing type comparisons for bound types.Martin Odersky2013-10-101-6/+4
* Added disambiguation for reported messages.Martin Odersky2013-10-101-1/+2
* Fixing a display bug.Martin Odersky2013-09-281-1/+1
* Better display of list arguments in "i" interpolatorMartin Odersky2013-09-231-4/+8
* Bug fixes and improvements in error diagnostics.Martin Odersky2013-09-161-3/+8
* Improvements in implicits error reportingMartin Odersky2013-09-061-3/+4
* Changes in typecomparersMartin Odersky2013-09-051-1/+1
* More tests and fixes related to inference.Martin Odersky2013-08-301-1/+1
* Reverting explicit arguments for zipoped/unzipMartin Odersky2013-08-291-1/+1
* Added implicit parameters, need to find out why they are suddenly needed.Martin Odersky2013-08-271-1/+1
* More typer bug fixes and improvements in error messagesMartin Odersky2013-08-221-8/+8
* Refactoring to prototype schemeMartin Odersky2013-08-211-2/+2
* ErrorSymbols now have TypeBounds as info when they are type symbols.Martin Odersky2013-08-141-17/+20
* Converted more strings to be "i" interpolated.Martin Odersky2013-08-141-1/+4
* New error reporting scheme.Martin Odersky2013-08-141-12/+47
* Handling typevars in inference.Martin Odersky2013-08-011-1/+1
* More typer logic, in particular dealing with variants of applicationsMartin Odersky2013-07-251-3/+10
* Some refactorings and additions on error reporting.Martin Odersky2013-07-231-0/+66