summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Infer.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * SI-6675 -Xlint arity enforcement for extractorsJason Zaugg2013-01-151-4/+11
| * | Merge pull request #1859 from retronym/ticket/6912Paul Phillips2013-01-121-0/+7
| |\ \ | | |/ | |/|
| | * SI-6912 Avoid a typer cycle in overload resolution.Jason Zaugg2013-01-081-0/+7
| * | Backport of SI-6846.Jason Zaugg2013-01-081-5/+7
| |/
* | Incorporated Variance value class in Variances.Paul Phillips2013-01-091-13/+11
* | SI-6846, regression in type constructor inference.Paul Phillips2012-12-281-2/+4
* | Cleaning up type alias usage.Paul Phillips2012-12-281-3/+3
* | Removed old pattern matcher.Paul Phillips2012-12-261-2/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-201-16/+16
|\|
| * simplifies checkBoundsEugene Burmako2012-12-131-21/+15
| * prevents spurious kind bound errorsEugene Burmako2012-12-101-2/+8
* | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-1/+1
|\|
| * evicts assert(false) from the compilerEugene Burmako2012-12-061-1/+1
* | Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-211-31/+0
|\ \
| * | Removing ancient comments and pointless comments.Paul Phillips2012-11-191-31/+0
* | | Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-1/+2
|/ /
* | Removed unused imports.Paul Phillips2012-11-061-2/+1
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|