summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* fixes a typoEugene Burmako2012-10-111-1/+1
* scala.reflect.api.Symbols documentationVlad Ureche2012-10-111-50/+330
* Symbols docs cleanup, mostly moved to guideingoem2012-10-111-198/+32
* scala.reflect.api.Position documentationVlad Ureche2012-10-113-61/+50
* scala.reflect.api.StandardNames documentationVlad Ureche2012-10-113-11/+27
* scala.reflect.api.Constants documentationVlad Ureche2012-10-112-82/+124
* removed docs for internal TypeCreator and TreeCreatorChristopher Vogt2012-10-112-37/+5
* simplified reflection docs for treesChristopher Vogt2012-10-111-216/+28
* Rearranged some reflection docs, moving things to the guideingoem2012-10-1111-437/+86
* reflection docs improvements and moves to doc pageChristopher Vogt2012-10-114-234/+20
* docs for reflection and macrosEugene Burmako2012-10-1140-385/+3051
* Fix for SI-6499, regression in type inference.Paul Phillips2012-10-101-7/+29
* Merge pull request #1458 from scalamacros/pullrequest/reflectionJosh Suereth2012-10-0931-166/+117
|\
| * removes strongly-typed Constant.value wrappersEugene Burmako2012-10-081-12/+0
| * upgrades showRawEugene Burmako2012-10-041-18/+29
| * introduces api.JavaMirrorsEugene Burmako2012-10-042-12/+17
| * moves Attachments from api to macrosEugene Burmako2012-10-045-9/+18
| * introduces macros.package.scalaEugene Burmako2012-10-041-0/+4
| * removes extraneous methods from api.StandardNamesEugene Burmako2012-10-041-2/+0
| * removes extraneous methods from api.StandardDefinitionsEugene Burmako2012-10-041-11/+0
| * removes extraneous methods from api.TreesEugene Burmako2012-10-031-3/+0
| * hides internal methods of api.PrintersEugene Burmako2012-10-031-3/+3
| * removes extraneous methods from api.MirrorsEugene Burmako2012-10-032-41/+1
| * removes extraneous methods from api.ScopesEugene Burmako2012-10-031-10/+4
| * removes extraneous indirection from FlagValuesEugene Burmako2012-10-032-5/+1
| * removes extraneous methods from api.ConstantsEugene Burmako2012-10-031-3/+0
| * removes EmptyTermName and EmptyTypeNameEugene Burmako2012-10-032-10/+2
| * renames macros.ReificationError to ReificationExceptionEugene Burmako2012-10-031-2/+10
| * renames macros.TypeError to TypecheckExceptionEugene Burmako2012-10-031-12/+14
| * renames macros.ParseError to ParseExceptionEugene Burmako2012-10-031-2/+3
| * turns on documentation of scala.reflect.runtimeEugene Burmako2012-10-039-11/+11
* | SI-6485 stops creating extmethods for macrosEugene Burmako2012-10-081-1/+1
* | MethodSymbol.params => MethodSymbol.paramssEugene Burmako2012-10-074-9/+8
|/
* fixes a bug in a weak cache in runtime reflectionEugene Burmako2012-10-011-1/+2
* Merge pull request #1415 from scalamacros/is-value-typeEugene Burmako2012-09-283-8/+115
|\
| * fully initializes symbols on `typeSignature`Eugene Burmako2012-09-281-2/+2
| * Implementations of isValueType and isNonValueType.Paul Phillips2012-09-281-5/+111
| * showRaw no longer crashes on NoSymbolEugene Burmako2012-09-281-1/+2
* | Merge pull request #1395 from odersky/topic/valueclass-cleanupGrzegorz Kossakowski2012-09-281-1/+1
|\ \
| * | Removes discrepancy between SIP 15 and compilerMartin Odersky2012-09-251-1/+1
* | | Merge pull request #1347 from soc/SI-6380Grzegorz Kossakowski2012-09-282-2/+21
|\ \ \ | |_|/ |/| |
| * | SI-6380 #1 Add @throws[Exception]Simon Ochsenreither2012-09-212-2/+21
* | | Merge pull request #1399 from paulp/210-uncheckedGrzegorz Kossakowski2012-09-284-9/+32
|\ \ \
| * | | Moved isNonRefinementClassType somewhere logical.Paul Phillips2012-09-271-0/+7
| * | | Moved isVariableName to StdNames where it belong.sPaul Phillips2012-09-252-9/+11
| * | | Added exists3 to fast collections.Paul Phillips2012-09-251-0/+14
| | |/ | |/|
* | | Merge pull request #994 from phaller/issue/5314Grzegorz Kossakowski2012-09-281-0/+26
|\ \ \
| * | | Simplify the adaptation of types of return expressionsphaller2012-08-121-0/+26
* | | | moves Context.ParseError outside the cakeEugene Burmako2012-09-271-9/+5
* | | | revives macros.InfrastructureEugene Burmako2012-09-274-40/+20