summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1429 from paulp/topic/shortClassPaul Phillips2012-10-043-2/+44
|\
| * Added utility function shortClass.Paul Phillips2012-09-293-2/+44
* | Renamed hasSymbol to hasSymbolField.Paul Phillips2012-10-034-11/+12
* | Merge remote-tracking branch 'scala/2.10.x'Grzegorz Kossakowski2012-10-035-9/+134
|\ \
| * \ 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 #1437 from paulp/typevar-suspensionGrzegorz Kossakowski2012-10-021-205/+204
|\ \ \ \ \
| * | | | | Fix for TypeVar instantiation.Paul Phillips2012-10-011-205/+204
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1430 from paulp/SI-5859-5353-4729Grzegorz Kossakowski2012-10-021-4/+24
|\ \ \ \ \
| * | | | | Fix for SI-4729, overriding java varargs in scala.Paul Phillips2012-09-291-0/+14
| * | | | | Fix for SI-5859, inapplicable varargs.Paul Phillips2012-09-291-4/+10
| |/ / / /
* | | | | Merge pull request #1423 from paulp/issue/5130Grzegorz Kossakowski2012-10-021-6/+0
|\ \ \ \ \
| * | | | | Fix for SI-5130, precision disappearing from refinement.Paul Phillips2012-09-281-6/+0
| |/ / / /
* | | | | Merge pull request #1418 from paulp/no-debruijnPaul Phillips2012-10-012-69/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Purged DebruijnIndex.Paul Phillips2012-09-282-69/+2
* | | | | Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-2837-491/+357
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-2715-185/+279
|\| | | |
| * | | | 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
| |\ \ \ \ | | |/ / / | |/| | |