summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
Commit message (Expand)AuthorAgeFilesLines
* [backport] no longer warns on calls to vampire macrosEugene Burmako2014-03-051-1/+1
* SI-8111 Expand the comment with a more detailed TODOJason Zaugg2014-01-081-3/+8
* SI-8111 Repair symbol owners after abandoned named-/default-argsJason Zaugg2014-01-061-0/+18
* SI-8060 Avoid infinite loop with higher kinded type aliasJason Zaugg2013-12-101-1/+1
* SI-8005 Fixes NoPositon error for updateDynamic callsSimon Schaefer2013-11-261-1/+3
* SI-8004 Resolve NoPosition error for applyDynamicNamed method callSimon Schaefer2013-11-261-2/+7
* SI-7463,SI-8003 Correct wrong position for {select,apply}Dynamic callsSimon Schaefer2013-11-261-1/+4
* [nomaster] SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-10-231-2/+3
* typedAnnotated no longer emits nullsEugene Burmako2013-08-291-1/+1
* SI-7636 Fix a NPE in typing class constructorsChristopher Vogt2013-07-161-0/+2
* Merge pull request #2689 from scalamacros/ticket/7617Adriaan Moors2013-07-121-3/+6
|\
| * SI-7617 typedAssign no longer expands lhsEugene Burmako2013-07-091-1/+4
| * makes it more convenient to work with SuppressMacroExpansionAttachmentEugene Burmako2013-06-281-2/+2
* | SI-7571 Allow nesting of anonymous classes in value classesJason Zaugg2013-06-191-2/+2
|/
* SI-6138 Centralize and refine detection of `getClass` callsJason Zaugg2013-05-231-2/+1
* easy way of writing not implemented macrosEugene Burmako2013-05-121-1/+1
* [nomaster] SI-7291: No exception throwing for diverging implicit expansionHubert Plociniczak2013-05-111-1/+6
* [nomaster] macroExpandAll is now triggered in all invocations of typedEugene Burmako2013-05-111-3/+7
* [nomaster] SI-5923 instantiates targs in deferred macro applicationsEugene Burmako2013-05-111-5/+9
* Merge pull request #2420 from retronym/ticket/6675-2Jason Zaugg2013-04-231-3/+3
|\
| * SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-211-3/+3
* | Merge pull request #2358 from adriaanm/ticket-7330Jason Zaugg2013-04-211-1/+4
|\ \
| * | SI-7330 better error when pattern isn't a valueAdriaan Moors2013-04-081-1/+4
* | | Merge pull request #2408 from paulp/pr/fully-qualified-namePaul Phillips2013-04-191-9/+12
|\ \ \
| * | | Absolute path in error message.Paul Phillips2013-04-171-9/+12
| | |/ | |/|
* | | Merge pull request #2402 from retronym/ticket/7377Paul Phillips2013-04-191-1/+6
|\ \ \
| * | | SI-7377 Fix retypechecking of patterns on case companion aliasJason Zaugg2013-04-171-1/+6
| |/ /
* / / SI-7319 Clear error buffer during Typer reset.Jason Zaugg2013-04-151-18/+12
|/ /
* / SI-6386 typed existential type tree's original now have tpe setUladzimir Abramchuk2013-04-091-2/+10
|/
* Refactor existential related code out of types.Jason Zaugg2013-04-021-69/+1
* SI-7299 Improve error message for eta-expanding 23+ param methodJason Zaugg2013-03-251-2/+8
* Merge pull request #2269 from retronym/ticket/7259James Iry2013-03-201-1/+3
|\
| * SI-7259 Fix detection of Java defined SelectsJason Zaugg2013-03-161-1/+3
* | Merge pull request #2253 from retronym/ticket/7239Adriaan Moors2013-03-171-3/+2
|\ \
| * | SI-6921 SI-7239 Tread lightly during exploratory typingJason Zaugg2013-03-131-3/+2
| |/
* / SI-7232 Fix Java import vs defn. binding precendenceJason Zaugg2013-03-131-1/+19
|/
* Fix SI-7224.Iulian Dragos2013-03-071-1/+1
* Merge pull request #2156 from vigdorchik/hierarchyAdriaan Moors2013-03-051-2/+1
|\
| * SI-7109 SI-7153 Generalize the API to get docComments: allow to force docTreesEugene Vigdorchik2013-02-241-2/+1
* | Merge 2.10.1 into 2.10.xAdriaan Moors2013-03-031-3/+10
|\ \
| * | [nomaster] SI-7195 minor version mustn't introduce warningsAdriaan Moors2013-03-011-1/+3
| * | SI-7126 Account for the alias types that don't dealias.Jason Zaugg2013-02-251-2/+7
| * | Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-211-9/+5
* | | Fix typing idempotency bug with Annotated treesLukas Rytz2013-02-121-9/+5
| |/ |/|
* | Merge pull request #2111 from retronym/2.10.xJames Iry2013-02-111-3/+3
|\ \ | |/ |/|
| * SI-6514 Avoid spurious dead code warningsJason Zaugg2013-02-101-3/+3
* | Fix for paramaccessor alias regression.Paul Phillips2013-02-081-1/+1
|/
* Merge pull request #2090 from adriaanm/rebase-pr-2011James Iry2013-02-071-13/+72
|\
| * SI-6187 Make partial functions re-typableJason Zaugg2013-02-071-13/+72
* | Merge pull request #2079 from JamesIry/2.10.x_SI-7070James Iry2013-02-071-8/+8
|\ \ | |/ |/|