summaryrefslogtreecommitdiff
path: root/src/reflect
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2013 from paulp/pr/normalize-lessPaul Phillips2013-01-316-12/+42
|\
| * Expanded the comment on Type#normalize.Paul Phillips2013-01-301-0/+22
| * Changes many calls to normalize to dealiasWiden.Paul Phillips2013-01-296-12/+20
* | Merge remote-tracking branch 'origin/2.10.x' into pr/merge-210Paul Phillips2013-01-293-6/+34
|\ \ | |/ |/|
| * Merge pull request #1936 from retronym/ticket/6891Adriaan Moors2013-01-282-0/+27
| |\
| | * SI-6891 Fix value class + tailrec crasher.Jason Zaugg2013-01-261-0/+16
| | * Ill-scoped reference checking in TreeCheckersJason Zaugg2013-01-262-0/+11
| * | SI-7018 Fix memory leak in Attachments.Jason Zaugg2013-01-271-6/+8
| * | Merge pull request #1953 from retronym/backport/1586Paul Phillips2013-01-242-6/+23
| |\ \
| | * | [backport] Fix unsafe array opt. / opt. primitive Array(...)Jason Zaugg2013-01-232-6/+23
| | |/
| * | Merge pull request #1954 from retronym/backport/1565Paul Phillips2013-01-241-4/+6
| |\ \
| | * | [backport] SI-6567 Warning for Option(implicitView(foo))Jason Zaugg2013-01-231-4/+6
| | |/
* | | Merge pull request #1978 from retronym/ticket/6556-2Paul Phillips2013-01-271-12/+1
|\ \ \
| * | | SI-6556 Remove unneeded workaround in erasure.Jason Zaugg2013-01-261-12/+1
* | | | Merge pull request #1864 from retronym/ticket/4859-6Paul Phillips2013-01-264-12/+18
|\ \ \ \
| * | | | Laying groundwork for a followup ticket.Jason Zaugg2013-01-261-0/+3
| * | | | Wider use of isTopLevelJason Zaugg2013-01-264-12/+12
| * | | | Introduce a new Symbol test: isTopLevel.Jason Zaugg2013-01-261-0/+3
| |/ / /
* | | | Put back a method which sbt is using.Paul Phillips2013-01-261-0/+7
* | | | Add PolyType to Infer#normalize.Paul Phillips2013-01-261-8/+6
* | | | Cleaning up dummy applied types and friends.Paul Phillips2013-01-262-61/+74
* | | | Renamed methods to be less ambiguous in intent.Paul Phillips2013-01-262-0/+12
* | | | SI-2577, SI-6860: annotation type inference.Paul Phillips2013-01-263-6/+22
* | | | Merge commit 'ac432bcde6' into pr/merge-2.10Paul Phillips2013-01-251-1/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / SI-6434 Pretty print function types with by name arg as (=> A) => BJames Iry2013-01-231-2/+4
| |/
* | Revert "SI-5824 Fix crashes in reify with _*"Paul Phillips2013-01-251-7/+0
* | Merge pull request #1930 from aztek/ticket/5824Paul Phillips2013-01-251-0/+7
|\ \
| * | SI-5824 Fix crashes in reify with _*Evgeny Kotelnikov2013-01-221-0/+7
* | | Merge pull request #1965 from Dinduks/fix_some_typosPaul Phillips2013-01-253-4/+4
|\ \ \
| * | | Fix some typosSamy Dindane2013-01-243-4/+4
| |/ /
* | | Merge pull request #1900 from paulp/pr/maybe-rewrap-lessPaul Phillips2013-01-251-1/+8
|\ \ \
| * | | Modifies "maybeRewrap" to focus more on the maybe.Paul Phillips2013-01-141-1/+8
* | | | Merge pull request #1921 from soc/SI-6811-removalsPaul Phillips2013-01-241-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6811 Remove usages of scala.annotation.cloneableSimon Ochsenreither2013-01-171-1/+0
* | | | Merge pull request #1908 from retronym/ticket/6979Paul Phillips2013-01-201-0/+1
|\ \ \ \
| * | | | SI-6979 Small optimization in lubJason Zaugg2013-01-161-0/+1
| |/ / /
* | | | Merge branch '2.10.x'Adriaan Moors2013-01-162-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | SI-5954 Implementation restriction preventing companions in package objsJames Iry2013-01-132-0/+3
| * | Backport of SI-6846.Jason Zaugg2013-01-081-20/+40
* | | Cleaned up meta-annotations.Paul Phillips2013-01-141-5/+16
| |/ |/|
* | Remove EqualsPatternClass.Jason Zaugg2013-01-142-4/+1
* | Merge commit 'refs/pull/1844/head' into merge/pr-1844Paul Phillips2013-01-116-17/+41
|\ \
| * | generalizes macroExpandEugene Burmako2013-01-091-13/+0
| * | parentTypes => typedParentTypesEugene Burmako2013-01-091-1/+1
| * | changes isTermMacro checks to something more universalEugene Burmako2013-01-093-3/+14
| * | adds Trees.replace(Tree, Tree)Eugene Burmako2013-01-091-0/+13
| * | adds c.macroRoleEugene Burmako2013-01-091-0/+13
* | | Merge pull request #1874 from paulp/pr/mode-value-classPaul Phillips2013-01-112-5/+154
|\ \ \
| * | | Made "mode" into a value class.Paul Phillips2013-01-092-5/+154
| |/ /
* | | Renamed isTrackingVariance to trackVariance.Paul Phillips2013-01-092-11/+11