summaryrefslogtreecommitdiff
path: root/src/reflect/scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | moves Context.runtimeUniverse to TreeBuild.mkRuntimeUniverseRefEugene Burmako2012-09-272-6/+4
* | | | a more precise type for Context.mirrorEugene Burmako2012-09-271-1/+1
* | | | gets rid of macros.InfrastructureEugene Burmako2012-09-274-16/+7
* | | | simplifies Context.Run and Context.CompilationUnitEugene Burmako2012-09-273-24/+37
* | | | exposes Position.source as SourceFileEugene Burmako2012-09-272-15/+5
* | | | removes extraneous stuff from macros.InfrastructureEugene Burmako2012-09-271-43/+2
* | | | merges macros.CapturedVariables into macros.UniverseEugene Burmako2012-09-273-22/+13
* | | | merges macros.Exprs and macros.TypeTags into ContextEugene Burmako2012-09-274-19/+3
* | | | removes front ends from scala-reflect.jarEugene Burmako2012-09-273-84/+2
* | | | PositionApi => PositionEugene Burmako2012-09-274-172/+171
* | | | hides BuildUtils from ScaladocEugene Burmako2012-09-271-1/+1
* | | | MirrorOf => MirrorEugene Burmako2012-09-2715-51/+45
* | | | no longer docs scala.reflect.ioEugene Burmako2012-09-271-0/+4
* | | | Merge pull request #1393 from scalamacros/topic/leaks-in-toolboxesGrzegorz Kossakowski2012-09-271-86/+96
|\ \ \ \
| * | | | SI-6412 alleviates leaks in toolboxes, attempt #2Eugene Burmako2012-09-271-86/+96
* | | | | Merge pull request #1407 from dragos/issue/fix-SI-6429Paul Phillips2012-09-261-1/+1
|\ \ \ \ \
| * | | | | Don't call `updateInfo` during typing.Iulian Dragos2012-09-261-1/+1
| | |_|/ / | |/| | |
* | | | | Don't write public methods with non-public parameters.Paul Phillips2012-09-261-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1380 from scalamacros/ticket/6277Eugene Burmako2012-09-2610-39/+135
|\ \ \ \ | |/ / / |/| | |
| * | | SI-6277 fixes flags, annotations & privateWithinEugene Burmako2012-09-264-28/+112