summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* 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
| * distinguishes flag-agnostic completersEugene Burmako2012-09-245-8/+20
| * minor cleanup for reflectionEugene Burmako2012-09-223-5/+5
* | Revert "SI-6412 alleviates leaks in toolboxes"Grzegorz Kossakowski2012-09-251-86/+78
* | Merge pull request #1385 from scalamacros/ticket/6412Paul Phillips2012-09-244-92/+121
|\ \
| * | fixes mirrorThatLoaded in JavaMirrorsEugene Burmako2012-09-242-13/+12
| * | SI-6412 alleviates leaks in toolboxesEugene Burmako2012-09-241-78/+86
| * | SI-6412 fixes leaks in Types.uniquesEugene Burmako2012-09-241-1/+23
* | | Merge pull request #1373 from smessmer/2.10.xGrzegorz Kossakowski2012-09-241-1/+1
|\ \ \ | |/ / |/| |
| * | Changed implementation comments from /** */ to /* */, so ScalaDoc remains rea...smessmer2012-09-211-1/+1
* | | SI-5918 fixes the ConstantType uglinessEugene Burmako2012-09-233-44/+11
| |/ |/|
* | Merge pull request #1344 from jsuereth/wip/osgi-supportEugene Burmako2012-09-2016-27/+60
|\ \
| * | Fixes SI-6305 scala.tools.nsc.io split between jars.Josh Suereth2012-09-1816-27/+60
* | | Value classes: eliminated half-boxingMartin Odersky2012-09-201-12/+10
| |/ |/|
* | Merge pull request #1354 from scalamacros/ticket/6363Eugene Burmako2012-09-1937-244/+3462
|\ \
| * | SI-6363 removes scala.reflect.baseEugene Burmako2012-09-1937-233/+3441
| * | prepping for the refactoringEugene Burmako2012-09-192-0/+7
| * | fixes NameTypes in base namesEugene Burmako2012-09-191-2/+0
| * | SI-6390 removes Trees#ArrayValue from the APIEugene Burmako2012-09-192-13/+18
* | | Merge pull request #1333 from paulp/less-inlineGrzegorz Kossakowski2012-09-195-13/+13
|\ \ \ | |/ / |/| |
| * | Removed many @inline annotations and final modifiers.Paul Phillips2012-09-185-13/+13
* | | Merge pull request #1324 from scalamacros/ticket/6374Eugene Burmako2012-09-181-8/+8
|\ \ \ | |_|/ |/| |
| * | SI-6374 Reflection now works for anns with enum fieldsEugene Burmako2012-09-171-2/+4
| * | Reflection no longer produces faux existentialsEugene Burmako2012-09-171-1/+1
| * | SI-6374 Scala reflection now supports Java CRTPEugene Burmako2012-09-171-5/+3
* | | Revert "Implement @static annotation on singleton object fields."Grzegorz Kossakowski2012-09-173-3/+0
| |/ |/|
* | Merge pull request #1320 from scalamacros/topic/is-implicitPaul Phillips2012-09-171-4/+4
|\ \
| * | moves isImplicit from TermSymbol to SymbolEugene Burmako2012-09-161-4/+4
* | | Merge pull request #1322 from paulp/topic/emptyArrayJosh Suereth2012-09-172-2/+2
|\ \ \