summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #958 from adriaanm/ticket-1832Josh Suereth2012-07-212-57/+67
|\
| * SI-1832 consistent symbols in casedef's pattern&bodyAdriaan Moors2012-07-201-32/+43
| * update docs for (partial) fun synth in uncurryAdriaan Moors2012-07-201-25/+24
* | Merge pull request #963 from adriaanm/ticket-6089Josh Suereth2012-07-211-0/+3
|\ \
| * | SI-6089 pt2: _ is tailpos in `_ || _` and `_ && _`Adriaan Moors2012-07-211-0/+3
* | | Merge pull request #961 from VladUreche/issue/scaladocLukas Rytz2012-07-212-5/+0
|\ \ \
| * | | Scaladoc: Removing forgotten debugging infoVlad Ureche2012-07-212-5/+0
* | | | Merge pull request #957 from adriaanm/annoying-throwableAdriaan Moors2012-07-2116-26/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | address "this would catch all throwables" warningsMartin Odersky2012-07-2016-26/+24
* | | | Merge pull request #954 from odersky/optimize/outerAdriaan Moors2012-07-201-2/+5
|\ \ \ \
| * | | | Removes redundant outersMartin Odersky2012-07-201-2/+5
* | | | | Merge pull request #924 from hubertp/2.10.x-issue/5385Adriaan Moors2012-07-203-10/+21
|\ \ \ \ \
| * | | | | Fix for SI-5385.Paul Phillips2012-07-173-10/+21
* | | | | | Merge pull request #948 from gkossakowski/target-1.6Lukas Rytz2012-07-204-4/+6
|\ \ \ \ \ \
| * | | | | | Deprecate all JVM 1.5 targets and make 1.6 default.Grzegorz Kossakowski2012-07-192-2/+4
| * | | | | | 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-209-37/+242
|\ \ \ \ \ \
| * | | | | | 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-191-0/+11
| * | | | | | Implement @static annotation on singleton object fields.Aleksandar Prokopec2012-07-189-37/+231
* | | | | | | Merge pull request #956 from phaller/topic/sip14-critical-fix-awaitJosh Suereth2012-07-201-36/+42
|\ \ \ \ \ \ \
| * | | | | | | SIP-14 - Fix critical Java compatibility issue in scala.concurrent.Awaitphaller2012-07-201-36/+42
* | | | | | | | 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-201-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-6104 support This patternAdriaan Moors2012-07-181-2/+2
* | | | | | | | Merge pull request #925 from VladUreche/issue/scaladocAdriaan Moors2012-07-2042-706/+1672
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Scaladoc: Adressed @hubertp's comment on #925Vlad Ureche2012-07-191-16/+21
| * | | | | | | SI-5784 Scaladoc: Type templatesVlad Ureche2012-07-192-2/+3
| * | | | | | | Scaladoc: GroupsVlad Ureche2012-07-1913-52/+294
| * | | | | | | Scaladoc: Typers changeVlad Ureche2012-07-181-3/+1
| * | | | | | | SI-5784 Scaladoc: {Abstract,Alias} type templatesVlad Ureche2012-07-1721-119/+204
| * | | | | | | Scaladoc: Refactoring the entitiesVlad Ureche2012-07-169-144/+146
| * | | | | | | SI-5533 Skip scaladoc packages from documentationVlad Ureche2012-07-165-33/+60
| * | | | | | | Scaladoc: updated type class descriptionsVlad Ureche2012-07-164-13/+18
| * | | | | | | 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-1613-104/+357
| * | | | | | | SI-4887 Link existentials in scaladocVlad Ureche2012-07-161-6/+120
| * | | | | | | Scaladoc minor fix: Typos in diagramsVlad Ureche2012-07-163-7/+7
| * | | | | | | SI-4360 Adds prefixes to scaladocVlad Ureche2012-07-1611-200/+303
| * | | | | | | Scaladoc: workaround for untypical Map usecasesVlad Ureche2012-07-161-8/+11
| * | | | | | | SI-4324 Scaladoc case class argument curryingVlad Ureche2012-07-161-1/+4
| * | | | | | | SI-5558 Package object members indexingVlad Ureche2012-07-161-1/+1
| * | | | | | | Scaladoc: Inherited templates in diagramsVlad Ureche2012-07-165-24/+44
| * | | | | | | SI-3314 SI-4888 Scaladoc: Relative type prefixesVlad Ureche2012-07-1613-106/+187
| * | | | | | | SI-5235 Correct usecase variable expansionVlad Ureche2012-07-166-22/+49
* | | | | | | | Merge pull request #936 from scalamacros/ticket/5999Adriaan Moors2012-07-2022-195/+284
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | SI-5999 a real fix to the packageless problemEugene Burmako2012-07-2010-51/+160