summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | SI-5965 Scaladoc crashVlad Ureche2012-07-162-0/+25
| * | | | | | | Scaladoc: Inherited templates in diagramsVlad Ureche2012-07-169-27/+163
| * | | | | | | SI-3314 SI-4888 Scaladoc: Relative type prefixesVlad Ureche2012-07-1625-204/+459
| * | | | | | | SI-5235 Correct usecase variable expansionVlad Ureche2012-07-168-22/+140
* | | | | | | | Merge pull request #936 from scalamacros/ticket/5999Adriaan Moors2012-07-2061-237/+471
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | SI-5999 a real fix to the packageless problemEugene Burmako2012-07-2019-56/+310
| * | | | | | | evicts calls to reify from our codebaseEugene Burmako2012-07-206-33/+45
| * | | | | | | 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-207-10/+6
| * | | | | | | SI-5999 removes Context.reifyEugene Burmako2012-07-2028-79/+41
* | | | | | | | Merge pull request #927 from dgruntz/issue/5856Adriaan Moors2012-07-205-2/+63
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | changes error message generated by compilerDominik Gruntz2012-07-172-2/+2
| * | | | | | | SI-5856 enables use of $this in string interpolationDominik Gruntz2012-07-175-2/+63
* | | | | | | | Merge pull request #937 from adriaanm/ticket-5739Adriaan Moors2012-07-207-55/+194
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-5739 address @retronym's feedback, more docsAdriaan Moors2012-07-201-4/+28
| * | | | | | | SI-5739 store sub-patterns in local valsAdriaan Moors2012-07-177-53/+168
* | | | | | | | Merge pull request #929 from scalamacros/ticket/5895Adriaan Moors2012-07-2017-92/+236
|\ \ \ \ \ \ \ \
| * | | | | | | | improves docs of scala.reflect.api.MirrorsEugene Burmako2012-07-191-34/+110
| * | | | | | | | SI-5984 improves error reporting in JavaMirrorsEugene Burmako2012-07-1912-28/+80
| * | | | | | | | SI-5895 fixes FieldMirrorsEugene Burmako2012-07-176-38/+54
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #952 from adriaanm/ticket-4897Adriaan Moors2012-07-193-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-4897 derive expected value from single typeAdriaan Moors2012-07-193-1/+12
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #947 from phaller/topic/sip14-critical-fixes-blockingAdriaan Moors2012-07-1911-456/+89
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean ups in impl.Futurephaller2012-07-192-13/+4
| * | | | | | | | Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-1910-443/+85
* | | | | | | | | Merge pull request #923 from scalamacros/ticket/6047Adriaan Moors2012-07-192-0/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test case closes SI-6047Eugene Burmako2012-07-172-0/+21
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #946 from paulp/girl-interruptedPaul Phillips2012-07-191-1/+5
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | 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-1911-34/+118
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6086 magic symbols strike backEugene Burmako2012-07-1711-34/+118
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | 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