summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
Commit message (Expand)AuthorAgeFilesLines
* Revert "SI-5920 enables default and named args in macros"Jason Zaugg2014-02-171-5/+14
* Merge pull request #3397 from xeno-by/ticket/5920Jason Zaugg2014-02-161-14/+5
|\
| * SI-5920 enables default and named args in macrosEugene Burmako2014-02-101-14/+5
* | Merge pull request #3521 from xeno-by/ticket/8270Jason Zaugg2014-02-161-1/+5
|\ \
| * | SI-8270 unconfuses bundles and vanilla macrosEugene Burmako2014-02-131-1/+5
* | | Merge pull request #3389 from retronym/ticket/8134-2Jason Zaugg2014-02-131-26/+0
|\ \ \ | |/ / |/| |
| * | SI-8134 SI-5954 Fix companions in package object under separate comp.Jason Zaugg2014-01-201-26/+0
* | | Revert "SI-1786 incorporate defined bounds in inference"Adriaan Moors2014-02-111-16/+6
* | | SI-8129 Crack the case of the curiously incoherent ContextJason Zaugg2014-02-101-1/+2
* | | Merge pull request #3496 from adriaanm/t6169Grzegorz Kossakowski2014-02-101-0/+3
|\ \ \
| * | | SI-6169 TODO: consolidate with fix for SI-1786 (#2518)Adriaan Moors2014-02-091-0/+3
| | |/ | |/|
* | | Merge pull request #3494 from retronym/topic/opt-any-ref-mapGrzegorz Kossakowski2014-02-101-3/+4
|\ \ \ | |/ / |/| |
| * | Optimization: use AnyRef map for Namer -> Typer tree handoffJason Zaugg2014-02-091-3/+4
* | | renames resetLocalAttrs to resetAttrsEugene Burmako2014-02-071-3/+3
* | | does away with resetAllAttrs in typedLabelDefEugene Burmako2014-02-071-1/+2
|/ /
* | Merge pull request #3445 from retronym/topic/opt7Grzegorz Kossakowski2014-02-021-9/+10
|\ \
| * | Optimize lookup of tree/symbol attachment search.Jason Zaugg2014-02-011-1/+1
| * | Optimize typedDefDef: disable some checks post typerJason Zaugg2014-01-311-7/+7
| * | Typers#stabilize is a noop in erasure's typer.Jason Zaugg2014-01-311-1/+2
* | | Avoid generic collections operations hot pathsJason Zaugg2014-01-311-4/+4
|/ /
* | Merge pull request #3368 from retronym/ticket/8151Grzegorz Kossakowski2014-01-211-55/+7
|\ \
| * | SI-8151 Remove -Yself-in-annots and associated implementationJason Zaugg2014-01-151-55/+7
| |/
* | Merge pull request #3365 from retronym/ticket/8133Jason Zaugg2014-01-211-1/+1
|\ \
| * | SI-8133 Fix regression with package objects, overloadingJason Zaugg2014-01-141-1/+1
| |/
* | Merge commit 'd5801b9eee' from 2.10.x into masterAdriaan Moors2014-01-171-0/+23
|\ \
| * | 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-8126 Puts SI-7335 fix behind a source level flagFrançois Garillot2014-01-161-1/+1
| |/ |/|
* | Merge pull request #3269 from dotta/issue/si-4287Jason Zaugg2014-01-091-1/+1
|\ \
| * | SI-4827 Corrected positions assigned to constructor's default argMirco Dotta2014-01-081-1/+1
* | | Merge pull request #3235 from xeno-by/topic/macro-plugin-interfaceEugene Burmako2014-01-081-28/+32
|\ \ \
| * | | hooks for naming and synthesis in Namers.scala and Typers.scalaEugene Burmako2013-12-301-6/+6
| * | | unprivates important helpers in Namers.scalaEugene Burmako2013-12-301-17/+23
| * | | hooks for typecheck and expansion of macro defsEugene Burmako2013-12-301-3/+3
| * | | gives a more specific signature to `computeMacroDefType`Eugene Burmako2013-12-301-10/+8
| * | | macroExpandApply => macroExpandEugene Burmako2013-12-301-1/+1
* | | | Merge pull request #3331 from retronym/ticket/8120Jason Zaugg2014-01-081-1/+5
|\ \ \ \
| * | | | SI-8120 Avoid tree sharing when typechecking patmat anon functionsJason Zaugg2014-01-071-1/+5
| |/ / /
* | | | Merge pull request #3305 from xeno-by/topic/copy-untypedJason Zaugg2014-01-081-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | awakens default getter synthesis from the untyper nightmareEugene Burmako2014-01-071-10/+0
* | | | SI-8006 prevents infinite applyDynamicNamed desugaringsEugene Burmako2013-12-281-3/+3
* | | | SI-7777 applyDynamic macro fails for nested applicationEugene Burmako2013-12-271-3/+6
|/ / /
* | | Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * SI-8060 Avoid infinite loop with higher kinded type aliasJason Zaugg2013-12-101-1/+1
* | deprecates macro def return type inferenceEugene Burmako2013-12-101-1/+17
* | Merge pull request #3225 from som-snytt/issue/8013-interp-nowarnAdriaan Moors2013-12-081-6/+15
|\ \
| * | SI-8013 Nowarn on macro str interpolationSom Snytt2013-12-041-6/+15
* | | Merge pull request #3202 from retronym/topic/function1-tuplenAdriaan Moors2013-12-031-1/+3
|\ \ \
| * | | Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-011-1/+3
| |/ /
* | | SI-8023 Address review comments around typedHigherKindedTypeJason Zaugg2013-12-031-18/+14