summaryrefslogtreecommitdiff
path: root/test/files/neg/names-defaults-neg.check
Commit message (Expand)AuthorAgeFilesLines
* Fields phase expands lazy vals like modulesAdriaan Moors2016-08-291-4/+4
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-3/+3
* Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-261-3/+3
* Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-2/+2
|\
| * Fix some typos (a-c)Janek Bogucki2015-06-181-2/+2
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-6/+6
|\|
| * SI-8841 report named arg / assignment ambiguity also in silent mode.Lukas Rytz2014-12-121-6/+6
* | SI-9140 Allow omitting pleonastic parameter nameSom Snytt2015-02-091-21/+24
* | SI-9140 Allow deprecating current parameter nameSom Snytt2015-02-081-21/+24
|/
* SI-8237 Avoid cyclic constraints when inferring hk type argsJason Zaugg2014-02-091-1/+1
* SI-7895 Issue all buffered errors after silent mode.Jason Zaugg2013-10-091-1/+15
* Revert "Merge pull request #2957 from paulp/pr/parser-improvements"François Garillot2013-09-241-1/+1
* SI-7854, SI-6768 better parsing/positioning in parserPaul Phillips2013-09-181-1/+1
* SI-6221 inference with Function1 subtypes.Paul Phillips2013-06-131-3/+6
* SI-6923 Context now buffers warnings as well as errorsBrian McKenna2013-01-071-1/+9
* refactors handling of parent typesEugene Burmako2012-12-061-1/+1
* Better error message for pattern arity errors.Paul Phillips2012-09-121-1/+1
* Merge pull request #578 from lrytz/wip/t5044-squashedAdriaan Moors2012-05-191-1/+5
|\
| * better feedback for SI-5044Lukas Rytz2012-05-181-1/+5
* | Fix SI-4928Lukas Rytz2012-05-161-6/+6
|/
* TypeVar tracing.Paul Phillips2012-01-061-1/+1
* More performance work.Paul Phillips2011-12-301-10/+5
* Selective dealiasing when printing errors.Paul Phillips2011-10-031-13/+13
* Since I don't want to commit anything "interest...Paul Phillips2011-05-011-8/+8
* Some cleanup from investigating #4041, with a c...Paul Phillips2011-02-091-6/+6
* A raw tree was making its way into an error mes...Paul Phillips2011-01-281-5/+1
* Some refinement of the error messages when the ...Paul Phillips2010-11-181-2/+2
* better error message for default arguments.Lukas Rytz2010-09-031-13/+16
* close #3685. review by moors.Lukas Rytz2010-08-051-1/+27
* added @deprecatedName annotation, allowing to d...Lukas Rytz2010-08-031-5/+18
* close #3648 (again).Lukas Rytz2010-07-131-5/+8
* removed integration of placeholder syntax and n...Lukas Rytz2010-06-161-3/+16
* Fixed typo in error message. No review.Martin Odersky2010-04-231-2/+2
* fix #2488.Lukas Rytz2009-11-121-26/+23
* the essence of tcpoly inference + test casesAdriaan Moors2009-10-221-2/+5
* fixed #2290 and #2325Lukas Rytz2009-09-241-10/+1
* rewrite of positions in compilerMartin Odersky2009-07-301-5/+1
* added "diagnostic" to context.Lukas Rytz2009-07-011-0/+3
* Enhanced error message when a type error is bec...Paul Phillips2009-06-301-2/+2
* small fix to named argumentsLukas Rytz2009-06-251-20/+24
* named arguments only at top level in () paramet...Lukas Rytz2009-06-251-20/+29
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-201-15/+26
* allow using named / default arguments in self- ...Lukas Rytz2009-06-151-14/+2
* removed code for parsing old pickle format.Lukas Rytz2009-06-031-1/+6
* named argument disallowed when assignment expre...Lukas Rytz2009-06-021-16/+8
* Named and default argumentsLukas Rytz2009-05-301-0/+108