summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Infer.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Wipe some dirt off protoTypeArgs's face.Paul Phillips2013-05-201-14/+8
* Splashed soap and water on checkAccessible.Paul Phillips2013-05-201-67/+29
* Pull some big chunks out of checkAccessible.Paul Phillips2013-05-201-0/+43
* Remove isPossiblyMissingArgs.Paul Phillips2013-05-201-10/+0
* Annotated return type of a method.Paul Phillips2013-05-201-4/+3
* Commented out code from 2008.Paul Phillips2013-05-201-7/+0
* Commented out code from 2007.Paul Phillips2013-05-201-43/+0
* Commented out code from 2006.Paul Phillips2013-05-201-13/+0
* Scrubbing up inferPolyAlternatives.Paul Phillips2013-05-201-77/+67
* Moving on to checkBounds.Paul Phillips2013-05-201-26/+19
* Cleaning crew moves down the hall.Paul Phillips2013-05-201-98/+70
* Cleaning up isApplicable and neighbors.Paul Phillips2013-05-201-99/+70
* Merge pull request #2483 from adriaanm/merge-2.10.xPaul Phillips2013-05-021-3/+9
|\
| * Merge 2.10.x into masterAdriaan Moors2013-05-021-3/+9
| |\
| | * Merge pull request #2420 from retronym/ticket/6675-2Jason Zaugg2013-04-231-3/+9
| | |\
| | | * SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-211-3/+9
* | | | Merge pull request #2447 from paulp/pr/bynamePaul Phillips2013-04-261-8/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Created utility function for dropping by-name-ness.Paul Phillips2013-04-251-8/+4
* | | | Merge pull request #2436 from paulp/pr/lub-productionPaul Phillips2013-04-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Added ensureFullyDefined.Paul Phillips2013-04-231-0/+1
* | | | Merge remote-tracking branch 'origin/master' into ticket/7345-2Jason Zaugg2013-04-211-1/+5
|\| | |
| * | | Merge remote-tracking branch 'origin/2.10.x' into merge/v2.10.1-245-g5147bb2-...Jason Zaugg2013-04-201-1/+5
| |\| |
| | * | SI-7388 Be more robust against cycles in error symbol creation.Jason Zaugg2013-04-181-1/+5
| | |/
* | | SI-7345 Move `inSilentMode` from Infer to Context.Jason Zaugg2013-04-211-14/+3
* | | SI-7345 Prefer using a throwaway silent context over buffer flushing.Jason Zaugg2013-04-211-10/+19
* | | SI-7345 More refactoring and documentation in ContextsJason Zaugg2013-04-211-9/+10
|/ /
* | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-3/+3
* | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-231-15/+13
|\ \
| * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-15/+13
* | | Merge pull request #2259 from Blaisorblade/issue/6123-try-3Paul Phillips2013-03-221-2/+4
|\ \ \
| * | | SI-6123: -explaintypes should not explain errors which won't be reportedPaolo G. Giarrusso2013-03-151-2/+4
| |/ /
* / / Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-1/+1
|/ /
* | Enabling commit for interactive/scaladoc modules.Paul Phillips2013-03-091-1/+1
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-6/+6
* | Add some logging to sinful typevar methods.Paul Phillips2013-03-041-31/+26
* | Address some ScaladocrotJason Zaugg2013-02-251-8/+5
* | Be explicit about empty param list calls.Jason Zaugg2013-02-241-1/+1
* | Merge commit '81d8f9d3da' into merge-210Paul Phillips2013-02-091-28/+42
|\|
| * Merge pull request #2051 from adriaanm/ticket-7039Adriaan Moors2013-02-041-28/+42
| |\
| | * SI-7039 unapplySeq result type independent of subpattern countAdriaan Moors2013-02-011-28/+42
| * | Merge pull request #2022 from lrytz/analyzerPlugins210Lukas Rytz2013-02-031-2/+2
| |\ \
| * | | [backport] SI-6482, lost bounds in extension methods.Jason Zaugg2013-02-021-0/+11
| | |/ | |/|
* | | Merge commit 'f3cdf146709e0dd98533ee77e8ca2566380cb932'Lukas Rytz2013-02-041-2/+2
|\ \ \ | | |/ | |/|
| * | Analyzer PluginsLukas Rytz2013-02-031-2/+2
| |/
| * SI-5859, inapplicable varargs.Paul Phillips2013-01-301-12/+15
* | Add PolyType to Infer#normalize.Paul Phillips2013-01-261-0/+2
* | Cleaning up dummy applied types and friends.Paul Phillips2013-01-261-4/+2
* | Renamed methods to be less ambiguous in intent.Paul Phillips2013-01-261-1/+1
* | Merge branch '2.10.x'Adriaan Moors2013-01-161-25/+38
|\|
| * Merge pull request #1888 from retronym/ticket/6675Paul Phillips2013-01-151-4/+11
| |\