summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Address pull request feedbackDenys Shabalin2014-02-242-3/+3
* Add ScalaDoc to Quasiquotes and Liftables parts of apiDenys Shabalin2014-02-242-7/+58
* Merge pull request #3571 from xeno-by/ticket/8321Adriaan Moors2014-02-231-4/+9
|\
| * more helpful bundle error messagesEugene Burmako2014-02-211-3/+7
| * prohibits polymorphic bundlesEugene Burmako2014-02-211-1/+2
| * bundles now reject invalid context typesEugene Burmako2014-02-211-9/+5
| * SI-8321 whitebox bundles are now recognized as suchEugene Burmako2014-02-211-2/+6
* | SI-8324 Fix regression in override checks for sealed classesJason Zaugg2014-02-221-1/+2
|/
* Merge pull request #3557 from adriaanm/t8224Jason Zaugg2014-02-213-37/+34
|\
| * SI-8224 Fix regression in f-bound aware LUBsJason Zaugg2014-02-183-37/+34
* | Merge pull request #3546 from VladimirNik/typedTreesPrinter-2.11.0Jason Zaugg2014-02-215-58/+217
|\ \
| * | fixes for wrappingIntoTermVladimirNik2014-02-201-1/+0
| * | block wrapping for trees modifiedVladimirNik2014-02-201-5/+7
| * | block processing fixed for syntactics in typechecked treesVladimirNik2014-02-203-4/+5
| * | printOwners support added to Printers; whitespaces removedVladimirNik2014-02-204-29/+32
| * | move methods for typechecked trees processing to TreeInfoVladimirNik2014-02-203-62/+65
| * | CodePrinter: TypedTreePrinter merged with ParsedTreePrinterVladimirNik2014-02-201-123/+89
| * | lazy vals printing fixed for typechecked treesVladimirNik2014-02-202-14/+20
| * | printers flag processing improvements: printRootPkg flag fixed, comments to f...VladimirNik2014-02-201-12/+23
| * | Attributed val/var processing for syntactics (SI-8180)VladimirNik2014-02-203-33/+201
* | | Merge pull request #3555 from adriaanm/rebase-3553Jason Zaugg2014-02-212-2/+3
|\ \ \
| * | | SI-7788 Avoid accidental shadowing of Predef.conformsAdriaan Moors2014-02-182-2/+3
| | |/ | |/|
* | | Tweak signature for quasiquote's applyDenys Shabalin2014-02-201-1/+1
| |/ |/|
* | Merge pull request #3452 from xeno-by/topic/palladium0Jason Zaugg2014-02-1960-1648/+3248
|\ \ | |/ |/|
| * undeprecates typeSignature and typeSignatureInEugene Burmako2014-02-181-2/+0
| * improves situation with auto-initEugene Burmako2014-02-182-9/+26
| * makes sure compat._ provides full compatibility with 2.10.xEugene Burmako2014-02-183-0/+43
| * reverses SI-6484Eugene Burmako2014-02-183-27/+3
| * Merge remote-tracking branch 'retronym/topic/8301' into topic/palladium0Eugene Burmako2014-02-182-5/+5
| |\
| * \ Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-172-4/+9
| |\ \
| * | | better deprecation message for Symbol.companionSymbolEugene Burmako2014-02-161-1/+1
| * | | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-1613-103/+210
| |\ \ \
| * | | | adds missing signature of appliedTypeEugene Burmako2014-02-152-0/+6
| * | | | updates deprecation hints in compatEugene Burmako2014-02-152-35/+35
| * | | | some extension methods that I forgot to exposeEugene Burmako2014-02-153-0/+46
| * | | | fixes compat for tree and type extractorsEugene Burmako2014-02-154-219/+169
| * | | | exposes scope mutation APIsEugene Burmako2014-02-153-1/+27
| * | | | SI-6785 exposes Symbol.flags, setFlag and resetFlagEugene Burmako2014-02-153-0/+22
| * | | | exposes Symbol.setOwnerEugene Burmako2014-02-152-0/+7
| * | | | better appliedType signaturesEugene Burmako2014-02-152-1/+9
| * | | | makes internal.decorators signatures workEugene Burmako2014-02-153-34/+37
| * | | | upgrades typingTransformEugene Burmako2014-02-151-0/+9
| * | | | exposes additional TreeGen methodsEugene Burmako2014-02-153-0/+18
| * | | | introduces Flag.STABLEEugene Burmako2014-02-152-0/+6
| * | | | staticXXX now throw ScalaReflectionExceptionEugene Burmako2014-02-155-16/+15
| * | | | provides extension methods for internalEugene Burmako2014-02-153-2/+171
| * | | | addresses pull request feedbackEugene Burmako2014-02-151-6/+6
| * | | | Type.companionType => Type.companionEugene Burmako2014-02-152-2/+2
| * | | | addresses pull request feedbackEugene Burmako2014-02-152-34/+57
| * | | | renames some methods in ReificationSupportEugene Burmako2014-02-153-11/+15