summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix Greek Mythology references in compiler packageJanek Bogucki2017-04-101-1/+1
* Correct the AbstractVar error messageJon Pretty2017-02-091-1/+1
* Partial fix for SI-7046Miles Sabin2016-11-281-3/+3
* Fields phaseAdriaan Moors2016-08-111-13/+10
* Merge pull request #5147 from som-snytt/issue/8667-too-many-argsAdriaan Moors2016-06-021-3/+38
|\
| * SI-8667 Caret at bad argSom Snytt2016-05-131-4/+14
| * SI-8667 Improve too-many-args messageSom Snytt2016-05-131-3/+28
* | SI-9794 Error advice uses decoded method nameSom Snytt2016-05-261-1/+1
* | SI-9361 fixed assert allowing display of improved error message.Miles Sabin2016-05-141-2/+3
|/
* SI-9045 Error on recursive ctorSom Snytt2016-05-041-0/+5
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-1/+0
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\
| * less confusing wording for a dependent method type errorSeth Tisue2015-11-071-1/+1
* | SI-9527 Fix NPE in ambiguous implicit error generationJason Zaugg2015-10-211-2/+3
* | Merge pull request #4709 from adriaanm/namers-accessorsJason Zaugg2015-09-081-1/+1
|\ \
| * | Simplify decision whether to derive accessorsAdriaan Moors2015-09-021-1/+1
| |/
* / SI-6806 Add an @implicitAmbiguous annotationBrian McKenna2015-08-111-4/+15
|/
* Improved message for missing argument listSom Snytt2015-06-271-19/+18
* Merge pull request #4195 from lrytz/t8841Adriaan Moors2015-02-131-4/+13
|\
| * SI-8841 report named arg / assignment ambiguity also in silent mode.Lukas Rytz2014-12-121-4/+13
* | Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
|/
* SI-8890 handle reference to overload with errorAdriaan Moors2014-10-091-16/+25
* Introduce `AbsAmbiguousTypeError`.Adriaan Moors2014-07-171-5/+10
* Reduce Context iface: encapsulate buffer manipulation.Adriaan Moors2014-07-171-18/+17
* Make more explicit that TypeError is being thrown.Adriaan Moors2014-07-171-11/+13
* Simplify (ambiguous) error issuing.Adriaan Moors2014-07-171-21/+17
* SI-4492 More informative error when class not found on classpathAdriaan Moors2014-03-141-0/+8
* Addresses pull request feedbackEugene Burmako2014-03-081-3/+9
* SI-8375 saner binary incompat errors for macrosEugene Burmako2014-03-071-2/+3
* Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-171-10/+18
* SI-5920 enables default and named args in macrosEugene Burmako2014-02-101-18/+10
* Fix typo in compiler's error message: anoynmous => anonymousPavel Pavlov2014-02-051-1/+1
* Merge pull request #3275 from paulp/pr/patmatAdriaan Moors2014-01-131-2/+1
|\
| * SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-151-2/+1
* | Removes unnecessary generality in the macro engineEugene Burmako2014-01-081-4/+0
* | humane reporting of macro impl binding version errorsEugene Burmako2013-12-301-0/+5
|/
* fix typo in error messagesJohannes Rudolph2013-12-101-1/+1
* Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-011-3/+20
* blackbox and whitebox macrosEugene Burmako2013-11-121-0/+3
* Removing unused code.Paul Phillips2013-10-021-3/+0
* Merge pull request #2978 from som-snytt/issue/7848-forgotten-interp-msg-lgtmPaul Phillips2013-09-271-5/+8
|\
| * SI-7848 Xlint no warn on $sym with paramsSom Snytt2013-09-231-5/+8
* | SI-3971 error message carat mispoints at curried methods.Paul Phillips2013-09-271-1/+11
|/
* SI-5903 extractor macrosEugene Burmako2013-08-181-0/+3
* SI-4425 do some validity checking on unapplies.Paul Phillips2013-08-171-1/+6
* macro impls can now return subtypes of c.TreeEugene Burmako2013-07-101-4/+7
* introduces unapply macros for internal useEugene Burmako2013-07-081-1/+1
* Seals some case class hierarchies.Lex Spoon2013-06-261-2/+2
* cleans up 82f0925Eugene Burmako2013-06-031-1/+1
* Merge pull request #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-031-146/+16
|\