summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #948 from gkossakowski/target-1.6Lukas Rytz2012-07-206-19/+23
|\ \ \ \ \ \
| * | | | | | Switch to 1.6 target for all javac invocations.Grzegorz Kossakowski2012-07-191-13/+13
| * | | | | | Deprecate all JVM 1.5 targets and make 1.6 default.Grzegorz Kossakowski2012-07-193-4/+8
| * | | | | | Better debugging output in GenASM.Grzegorz Kossakowski2012-07-191-1/+1
| * | | | | | Updated list of targets allowed in Ant's scalac.Grzegorz Kossakowski2012-07-191-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #894 from axel22/topic/static-annot-cherry-2.10.xLukas Rytz2012-07-2012-37/+551
|\ \ \ \ \ \
| * | | | | | Use `findMember` to lookup the static field in the host class.Aleksandar Prokopec2012-07-201-6/+6
| * | | | | | WIP add private/lazy checks and a few tests.Aleksandar2012-07-194-1/+73
| * | | | | | Implement @static annotation on singleton object fields.Aleksandar Prokopec2012-07-1812-37/+479
* | | | | | | Merge pull request #956 from phaller/topic/sip14-critical-fix-awaitJosh Suereth2012-07-202-37/+52
|\ \ \ \ \ \ \
| * | | | | | | SIP-14 - Fix critical Java compatibility issue in scala.concurrent.Awaitphaller2012-07-202-37/+52
* | | | | | | | Merge pull request #953 from adriaanm/ticket-6031Adriaan Moors2012-07-201-15/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-6031 customizable budget for patmat analysesAdriaan Moors2012-07-201-15/+41
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #941 from adriaanm/ticket-6104Adriaan Moors2012-07-203-2/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-6104 support This patternAdriaan Moors2012-07-183-2/+11
* | | | | | | | Merge pull request #925 from VladUreche/issue/scaladocAdriaan Moors2012-07-2095-835/+2880
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Scaladoc: Adressed @hubertp's comment on #925Vlad Ureche2012-07-191-16/+21
| * | | | | | | SI-5784 Scaladoc: Type templatesVlad Ureche2012-07-193-4/+5
| * | | | | | | Scaladoc: GroupsVlad Ureche2012-07-1916-67/+436
| * | | | | | | Scaladoc: Typers changeVlad Ureche2012-07-181-3/+1
| * | | | | | | SI-5784 Scaladoc: {Abstract,Alias} type templatesVlad Ureche2012-07-1726-120/+281
| * | | | | | | Scaladoc: Refactoring the entitiesVlad Ureche2012-07-1613-157/+159
| * | | | | | | SI-5533 Skip scaladoc packages from documentationVlad Ureche2012-07-168-42/+98
| * | | | | | | Scaladoc: updated type class descriptionsVlad Ureche2012-07-167-13/+90
| * | | | | | | Scaladoc: Reducing the memory footprint 2Vlad Ureche2012-07-162-1/+4
| * | | | | | | Scaladoc: Reducing the memory footprintVlad Ureche2012-07-165-37/+31
| * | | | | | | SI-3695 SI-4224 SI-4497 SI-5079 scaladoc linksVlad Ureche2012-07-1618-108/+459
| * | | | | | | SI-4887 Link existentials in scaladocVlad Ureche2012-07-165-7/+200
| * | | | | | | Scaladoc minor fix: Typos in diagramsVlad Ureche2012-07-163-7/+7
| * | | | | | | SI-4360 Adds prefixes to scaladocVlad Ureche2012-07-1620-221/+439
| * | | | | | | Scaladoc: workaround for untypical Map usecasesVlad Ureche2012-07-163-8/+50
| * | | | | | | SI-4324 Scaladoc case class argument curryingVlad Ureche2012-07-163-1/+29
| * | | | | | | SI-5558 Package object members indexingVlad Ureche2012-07-163-4/+17
| * | | | | | | 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