summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala
Commit message (Expand)AuthorAgeFilesLines
...
| * macro engine refactoringEugene Burmako2013-05-281-11/+27
* | Make all numeric coercions explicit.Paul Phillips2013-05-271-2/+2
|/
* Concision contribution.Paul Phillips2013-05-231-2/+2
* Remove isPossiblyMissingArgs.Paul Phillips2013-05-201-8/+4
* Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-90/+91
|\
| * SI-6815 untangle isStable and hasVolatileTypeAdriaan Moors2013-05-161-1/+1
| * Merge pull request #2483 from adriaanm/merge-2.10.xPaul Phillips2013-05-021-27/+8
| |\
| | * Merge 2.10.x into masterAdriaan Moors2013-05-021-27/+8
| | |\
| * | | SI-7291: Remove error kinds.Hubert Plociniczak2013-04-261-28/+28
| * | | SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-04-261-6/+18
| |/ /
| * | Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-021-2/+2
| |\ \
| | * | SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-2/+2
| * | | SI-7296 Remove arity limit for case classesJason Zaugg2013-03-251-3/+0
| |/ /
| * | Merge pull request #2285 from vigdorchik/silence_scaladocPaul Phillips2013-03-231-1/+1
| |\ \
| | * | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-1/+1
| * | | Merge pull request #2259 from Blaisorblade/issue/6123-try-3Paul Phillips2013-03-221-4/+4
| |\ \ \
| | * | | SI-6123: -explaintypes should not explain errors which won't be reportedPaolo G. Giarrusso2013-03-151-4/+4
| | |/ /
| * / / Eliminate a bunch of -Xlint warnings.Paul Phillips2013-03-121-1/+0
| |/ /
| * | Eliminated all forInteractive/forScaladoc uses.Paul Phillips2013-03-091-9/+9
| * | Merge commit '01eb6f4958' into wip/fresh-merge2Paul Phillips2013-02-011-3/+7
| |\ \
| * | | Changes many calls to normalize to dealiasWiden.Paul Phillips2013-01-291-1/+1
| * | | Merge pull request #1864 from retronym/ticket/4859-6Paul Phillips2013-01-261-2/+2
| |\ \ \
| | * | | Wider use of isTopLevelJason Zaugg2013-01-261-2/+2
| * | | | Merge commit 'ac432bcde6' into pr/merge-2.10Paul Phillips2013-01-251-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | generalizes macroExpandEugene Burmako2013-01-091-3/+10
| * | | | more precise errors for macrosEugene Burmako2013-01-091-4/+11
| * | | | Made Symbol#associatedFile always return non-nullPaul Phillips2013-01-051-1/+2
| * | | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-201-1/+4
| |\ \ \ \
| * | | | | Eliminating var-like setter tpe_= on Tree.Paul Phillips2012-12-191-2/+2
| * | | | | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-7/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #1693 from paulp/name-implicit-removalAdriaan Moors2012-12-061-1/+1
| |\ \ \ \ \ \
| | * | | | | | Remove TermName -> String implicit.Paul Phillips2012-12-021-1/+1
| * | | | | | | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-14/+14
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Removed unused imports.Paul Phillips2012-11-061-2/+1
| * | | | | | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-5/+3
| * | | | | | | | Remove unused private members.Paul Phillips2012-11-011-1/+1
| * | | | | | | | Added some symbol lookup convenience methods.Paul Phillips2012-10-231-5/+8
| * | | | | | | | Experimental option -Ybreak-cycles.Paul Phillips2012-10-091-2/+2
| * | | | | | | | Merge branch '2.10.x'Paul Phillips2012-09-201-1/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '2.10.x' into masterPaul Phillips2012-09-191-2/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-8/+5
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-041-41/+67
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch '2.10.x'amin2012-08-211-10/+104
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-13/+151
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Removed restriction on final vars, SI-2418.Paul Phillips2012-07-261-3/+0
* | | | | | | | | | | | | | | | easy way of writing not implemented macrosEugene Burmako2013-05-121-0/+5
* | | | | | | | | | | | | | | | [nomaster] SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-05-111-3/+26
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-081-27/+8