summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala
Commit message (Expand)AuthorAgeFilesLines
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-4/+5
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-2/+3
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-2/+1
* Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-2/+16
|\
| * Merge pull request #4195 from lrytz/t8841Adriaan Moors2015-02-131-2/+16
| |\
| | * SI-8841 report named arg / assignment ambiguity also in silent mode.Lukas Rytz2014-12-121-2/+16
* | | SI-9140 Minor refactor for readabilitySom Snytt2015-02-091-58/+56
* | | SI-9140 Allow omitting pleonastic parameter nameSom Snytt2015-02-091-3/+7
* | | SI-9140 Allow deprecating current parameter nameSom Snytt2015-02-081-8/+16
|/ /
* / Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
|/
* SI-8117 Fix bug when mixing well-positioned named and positional argsLukas Rytz2014-07-111-11/+30
* Route type checker reporting through contextAdriaan Moors2014-07-041-1/+1
* Track symbol that caused a deprecation warning.Adriaan Moors2014-07-041-2/+2
* Merge remote-tracking branch 'origin/2.10.x' into merge/2.10.x-to-2.11.x-2014...Jason Zaugg2014-06-041-2/+2
|\
| * SI-8596 Fix rangepos crasher with defaults, poly methodsJason Zaugg2014-05-291-3/+3
| * SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-191-3/+6
* | standardizes prefixes used in named/default desugaringEugene Burmako2014-02-101-2/+2
* | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-3/+3
* | SI-7915 Corrected range positions created during default args expansionMirco Dotta2013-11-151-3/+6
* | decrease duplication of fresh* function definitionsDen Shabalin2013-10-181-1/+1
* | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2013-08-291-4/+5
|\|
| * Merge remote-tracking branch 'origin/2.10.2' into merge/2.10.2-to-2.10.xJason Zaugg2013-08-211-8/+13
| |\
| * | SI-7694 @uncheckedBounds, an opt-out from type bounds checkingJason Zaugg2013-08-131-4/+5
* | | Merge branch 'pr/merge-2.10.2' into masterPaul Phillips2013-06-041-8/+13
|\ \ \ | | |/ | |/|
| * | SI-7516 Revert "SI-7234 Make named args play nice w. depmet types"Jason Zaugg2013-05-291-5/+7
| * | SI-7509 Avoid crasher as erronous args flow through NamesDefaultsJason Zaugg2013-05-231-3/+6
| |/
* | Cleaning up isApplicable and neighbors.Paul Phillips2013-05-201-0/+2
* | SI-6815 untangle isStable and hasVolatileTypeAdriaan Moors2013-05-161-1/+1
* | Created utility function for dropping by-name-ness.Paul Phillips2013-04-251-4/+1
* | SI-7345 Drive by refactoring of pattern matching for `arg: _*`.Jason Zaugg2013-04-211-7/+5
* | SI-7345 Factor out method to clear and restore undetparams.Jason Zaugg2013-04-211-16/+2
* | SI-7345 Doc and TODO comments around Context.Jason Zaugg2013-04-211-0/+1
* | Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-1/+1
|\|
| * SI-6921 SI-7239 Tread lightly during exploratory typingJason Zaugg2013-03-131-1/+1
* | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-2/+2
* | Merge 2.10.x into masterAdriaan Moors2013-03-121-10/+13
|\|
| * Merge pull request #2224 from retronym/ticket/7238Adriaan Moors2013-03-111-3/+3
| |\
| | * SI-7328 Bail out of names/defaults if args are error typedJason Zaugg2013-03-091-3/+3
| * | SI-7234 Make named args play nice with dep. method typesJason Zaugg2013-03-091-7/+10
| |/
* | Merge commit 'b403234a27' into wip/fresh-merge2Paul Phillips2013-02-011-28/+36
|\|
| * SI-3353 don't extract <unapply-selector> into named-arg local valLukas Rytz2013-01-311-28/+36
* | Renamed methods to be less ambiguous in intent.Paul Phillips2013-01-261-7/+7
* | Made "mode" into a value class.Paul Phillips2013-01-091-1/+1
* | adds c.introduceTopLevelEugene Burmako2013-01-051-1/+1
* | Removed code from the typechecker.Paul Phillips2012-11-201-2/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-1/+1
* | Commenting out unused members.Paul Phillips2012-11-191-1/+1
* | Removed unused imports.Paul Phillips2012-11-061-1/+0
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|