summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/ContextErrors.scala
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | [nomaster] Revert "refactors handling of parent types"Eugene Burmako2013-02-051-7/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2024 from scalamacros/ticket/6812Eugene Burmako2013-02-011-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | SI-6812 scaladoc can opt out of expanding macrosEugene Burmako2013-01-311-3/+7
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | [backport] Removed restriction on final vars, SI-2418.Paul Phillips2013-01-311-3/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | | | / Addressing warnings.Jason Zaugg2013-01-191-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-101-2/+5
* | | | | | | | | | | | SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-101-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | refactors handling of parent typesEugene Burmako2012-12-061-6/+7
* | | | | | | | | | | unifies approaches to call analysis in TreeInfoEugene Burmako2012-12-061-1/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Take advantage of the margin stripping interpolator.Jason Zaugg2012-11-261-14/+14
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #1333 from paulp/less-inlineGrzegorz Kossakowski2012-09-191-1/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Removed many @inline annotations and final modifiers.Paul Phillips2012-09-181-1/+0
* | | | | | | | Fixes SI-6354: improved error messages for Dynamic signature mismatches.amin2012-09-191-0/+7
|/ / / / / / /
* | | | | | | Merge pull request #1311 from scalamacros/topic/magicEugene Burmako2012-09-161-1/+2
|\ \ \ \ \ \ \
| * | | | | | | extinguishes some magic from scalacEugene Burmako2012-09-161-1/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1290 from retronym/ticket/no-implicit-to-anyrefPaul Phillips2012-09-141-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | A little cleanup along the Any to AnyRef trail.Jason Zaugg2012-09-111-1/+1
| |/ / / / /
* | | | | | SI-6310 AbsTypeTag => WeakTypeTagEugene Burmako2012-09-141-3/+3
* | | | | | Better error message for pattern arity errors.Paul Phillips2012-09-121-5/+2
|/ / / / /
* | | | / Better errors for Any/AnyRef issues.Paul Phillips2012-09-011-41/+67
| |_|_|/ |/| | |
* | | | pull request feedbackEugene Burmako2012-08-191-4/+7
* | | | cleanup for macroExpandEugene Burmako2012-08-181-10/+101
| |_|/ |/| |
* | | more cleanup for typedMacroBodyEugene Burmako2012-08-171-118/+91
* | | shaves more than 150 lines off typedMacroBodyEugene Burmako2012-08-171-9/+174
| |/ |/|
* | update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
|/
* SI-6042 Improve type selection from volatile type errorJason Zaugg2012-07-081-1/+3
* Improves backward compatibility of manifestsEugene Burmako2012-07-021-1/+1
* Merge pull request #735 from retronym/ticket/4842-2Adriaan Moors2012-06-211-1/+7
|\
| * SI-4842 Forbid access to in-construction this in self-constructor argsJason Zaugg2012-06-171-1/+7
* | Merge pull request #697 from retronym/ticket/4270-3Adriaan Moors2012-06-191-4/+4
|\ \ | |/ |/|
| * SI-4270 Rename implicits to avoid name clashes.Jason Zaugg2012-06-091-4/+4
* | SI-5696 Detect excess constructor argument lists.Jason Zaugg2012-06-101-0/+5
|/
* removes array tagsEugene Burmako2012-06-081-3/+3
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* Merge pull request #602 from hubertp/issue/5735Adriaan Moors2012-05-221-14/+24
|\
| * Last minor cleanupHubert Plociniczak2012-05-221-3/+3
| * More consistent solution for errorenous situations when infering the alternat...Hubert Plociniczak2012-05-221-15/+23
| * Closes SI-5735, this could also potentially fix a SO problem that @adriaanm w...Hubert Plociniczak2012-05-211-2/+4
* | SI-5760: Improve error message for package$Klass conflict with KlassSom Snytt2012-05-201-1/+5
* | Merge pull request #578 from lrytz/wip/t5044-squashedAdriaan Moors2012-05-191-0/+6
|\ \ | |/ |/|
| * better feedback for SI-5044Lukas Rytz2012-05-181-0/+6
* | Fix SI-4928Lukas Rytz2012-05-161-2/+6
|/
* Removing extraneous files.Paul Phillips2012-05-151-31/+1
* minor tag-related fixesEugene Burmako2012-05-071-4/+4
* Updated Symbol to record classfile origin.Paul Phillips2012-05-041-10/+14
* Fix reifier crashing repl.Paul Phillips2012-04-251-0/+5
* migrates stdlib and compiler to tagsEugene Burmako2012-04-231-1/+1
* New facility: TypeDestructurers.Paul Phillips2012-04-161-2/+2
*-. Merge commit 'refs/pull/389/head'; commit 'refs/pull/393/head' into developPaul Phillips2012-04-141-0/+3
|\ \