summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* evicts calls to reify from our codebaseEugene Burmako2012-07-205-32/+44
* an improvement based on Adriaan's commentEugene Burmako2012-07-201-1/+7
* SI-5999 staticXXX is now friendly to packagelessEugene Burmako2012-07-201-47/+77
* SI-5949 updates documentation of staticClassEugene Burmako2012-07-201-0/+18
* SI-5999 removes the macro context mirrorEugene Burmako2012-07-202-45/+1
* more meaningful name for a missing hook methodEugene Burmako2012-07-201-2/+2
* SI-5999 deploys a new starrEugene Burmako2012-07-201-4/+0
* SI-5999 removes Context.reifyEugene Burmako2012-07-205-49/+11
* Merge pull request #929 from scalamacros/ticket/5895Adriaan Moors2012-07-203-53/+150
|\
| * improves docs of scala.reflect.api.MirrorsEugene Burmako2012-07-191-34/+110
| * SI-5984 improves error reporting in JavaMirrorsEugene Burmako2012-07-192-17/+31
| * SI-5895 fixes FieldMirrorsEugene Burmako2012-07-171-9/+16
* | Merge pull request #952 from adriaanm/ticket-4897Adriaan Moors2012-07-191-1/+1
|\ \
| * | SI-4897 derive expected value from single typeAdriaan Moors2012-07-191-1/+1
* | | Merge pull request #947 from phaller/topic/sip14-critical-fixes-blockingAdriaan Moors2012-07-198-440/+70
|\ \ \
| * | | Clean ups in impl.Futurephaller2012-07-192-13/+4
| * | | Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-197-427/+66
* | | | Print the stack trace.Paul Phillips2012-07-191-1/+2
* | | | Shield from InterruptedException in partest.Paul Phillips2012-07-191-1/+4
|/ / /
* | | Merge pull request #919 from scalamacros/ticket/6086Adriaan Moors2012-07-191-1/+1
|\ \ \
| * | | SI-6086 magic symbols strike backEugene Burmako2012-07-171-1/+1
* | | | Merge pull request #944 from dgruntz/issue/EpsilonAdriaan Moors2012-07-192-6/+0
|\ \ \ \
| * | | | Removes Float.Epsilon and Double.EpsilonDominik Gruntz2012-07-192-6/+0
| | |/ / | |/| |
* | | | Merge pull request #943 from adriaanm/rebase-ticket-5939Adriaan Moors2012-07-193-17/+12
|\ \ \ \
| * | | | SI-5939 resident compilation of sources in empty packageMartin Odersky2012-07-193-17/+12
| |/ / /
* | | | Merge pull request #906 from adriaanm/optimize-findmemberAdriaan Moors2012-07-1911-73/+226
|\ \ \ \ | |/ / / |/| | |
| * | | Variation #10 to optimze findMemberMartin Odersky2012-07-143-49/+55
| * | | Attempt #9 to opimize findMember.Martin Odersky2012-07-141-24/+43
| * | | Attempt #8 to opimize findMember.Martin Odersky2012-07-141-1/+3
| * | | Attempty #7 to optimize findMemberMartin Odersky2012-07-141-18/+45
| * | | Fixing problem that caused fingerprints to fail in reflection.Martin Odersky2012-07-144-4/+5
| * | | Attemmpt #6 to optimize findMemberMartin Odersky2012-07-141-16/+19
| * | | Attempt #5 to optimize findMember.Martin Odersky2012-07-141-53/+52
| * | | Attempt #4 to optimize findMemberMartin Odersky2012-07-141-1/+70
| * | | Attempt #3 to optimize findMemberMartin Odersky2012-07-144-8/+23
| * | | Attempt #2 to optimize findMemberMartin Odersky2012-07-143-12/+12
| * | | Attempt #1 to optimize findMemberMartin Odersky2012-07-142-4/+16
* | | | Merge pull request #922 from dragos/issue/fix-SI-6092Adriaan Moors2012-07-192-6/+16
|\ \ \ \
| * | | | Fixed SI-6092. Fixed leaky annotations, and relaxed the conditions under whic...Iulian Dragos2012-07-182-6/+16
* | | | | Merge pull request #939 from adriaanm/ticket-6089Adriaan Moors2012-07-191-5/+11
|\ \ \ \ \
| * | | | | SI-6089 better tail position analysis for matchesAdriaan Moors2012-07-181-5/+11
| | |_|_|/ | |/| | |
* | | | | Merge pull request #940 from axel22/issue/5937Adriaan Moors2012-07-181-10/+16
|\ \ \ \ \
| * | | | | Make field strict and private.Aleksandar Prokopec2012-07-181-1/+1
| * | | | | Fix SI-5937.Aleksandar Prokopec2012-07-181-10/+16
* | | | | | Merge pull request #935 from scalamacros/ticket/5695Adriaan Moors2012-07-182-5/+0
|\ \ \ \ \ \
| * | | | | | SI-5695 removes Context.enclosingApplicationEugene Burmako2012-07-182-5/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #909 from lrytz/t5892Adriaan Moors2012-07-182-2/+8
|\ \ \ \ \ \
| * | | | | | SI-5892 allow implicit views in annotation argsLukas Rytz2012-07-182-2/+8
* | | | | | | Merge pull request #934 from paulp/partest-timeoutAdriaan Moors2012-07-181-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Increase partest timeout and emit warning when it hits.Paul Phillips2012-07-171-1/+2
| | |/ / / / / | |/| | | | |