summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
* SI-7406 crasher with specialized lazy valPaul Phillips2013-12-211-1/+1
* Merge pull request #3274 from retronym/ticket/8017Grzegorz Kossakowski2013-12-191-2/+20
|\
| * SI-8017 Value class awareness for -Ydelamdafy:methodJason Zaugg2013-12-151-2/+20
* | Remove obsolete diagnostic error for SI-6231Jason Zaugg2013-12-191-15/+1
* | SI-5508 Fix crasher with private[this] in nested traitsJason Zaugg2013-12-191-6/+22
* | Merge pull request #3224 from soc/SI-7971Adriaan Moors2013-12-183-49/+73
|\ \
| * | SI-7971 Handle static field initializers correctlySimon Ochsenreither2013-12-143-49/+73
* | | Merge pull request #3258 from jrudolph/w/fix-typo-that-that-occurs-twice-in-e...Adriaan Moors2013-12-131-1/+1
|\ \ \
| * | | fix typo in error messagesJohannes Rudolph2013-12-101-1/+1
| | |/ | |/|
* | | Merge commit 'a774157' into merge/2.10.x-to-masterJason Zaugg2013-12-111-0/+13
|\ \ \ | |/ / |/| |
| * | SI-8010 Fix regression in erasure double definition checksJason Zaugg2013-12-061-0/+13
| * | [backport] SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-081-2/+6
* | | Better error messages for common Function/Tuple mistakesJason Zaugg2013-12-011-3/+0
| |/ |/|
* | Refactor away duplication between -Ydelambdafy:{inline,method}Jason Zaugg2013-11-231-64/+7
* | Substitute new parameter symbols into lambda bodyJason Zaugg2013-11-231-3/+3
* | Tidy up the Uncurry component of delambdafyJason Zaugg2013-11-171-42/+20
* | Address review commentsJason Zaugg2013-11-081-1/+1
* | Avoid needless TypeRef allocation during erasure.Jason Zaugg2013-11-081-1/+1
* | Merge pull request #3092 from retronym/ticket/7678-2Grzegorz Kossakowski2013-11-085-9/+14
|\ \
| * | SI-7678 Don't cache member symbols of TypeTags in Definitions.Jason Zaugg2013-11-085-9/+14
* | | Merge pull request #3101 from xeno-by/ticket/7776Eugene Burmako2013-11-071-4/+7
|\ \ \ | |/ / |/| |
| * | SI-7776 post-erasure signature clashes are now macro-awareEugene Burmako2013-11-051-4/+7
* | | Merge pull request #3081 from JamesIry/wip_delayed_delambdafy_cleanupAdriaan Moors2013-11-076-187/+756
|\ \ \
| * | | Make specialization aware of anonymous functions.James Iry2013-11-061-1/+7
| * | | Flesh out the Delambdafy phase.James Iry2013-11-061-3/+436
| * | | Refactor Erasure for delambdafication.James Iry2013-11-063-165/+194
| * | | Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-061-21/+106
| * | | Add a skeletal Delambdafy phase.James Iry2013-11-011-0/+16
| |/ /
* / / Don't use runtime reflection from the batch compiler.Jason Zaugg2013-11-011-3/+7
|/ /
* | SI-6385 Avoid bridges to identical signatures over value classesJason Zaugg2013-10-282-14/+9
* | SI-7020 Deterministic warnings for pattern matcher, take 2Jason Zaugg2013-10-222-8/+11
* | Merge remote-tracking branch 'scala/master' into fix-merge-3018Grzegorz Kossakowski2013-10-142-279/+81
|\ \
| * | Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-052-279/+81
* | | Extract SerialVersionUIDAnnotation. Make SAM body synthetic.Adriaan Moors2013-10-081-4/+1
|/ /
* | Merge pull request #3005 from paulp/pr/7886Paul Phillips2013-10-031-5/+0
|\ \
| * | SI-7886 unsoundness in pattern matcher.Paul Phillips2013-10-011-5/+0
* | | Merge pull request #2965 from retronym/ticket/7859Grzegorz Kossakowski2013-10-031-0/+3
|\ \ \
| * | | SI-7859 Value classes may wrap a non-public memberJason Zaugg2013-09-291-0/+3
* | | | Removing unused code.Paul Phillips2013-10-026-26/+1
| |/ / |/| |
* | | Updating Position call sites.Paul Phillips2013-09-271-1/+1
* | | SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-273-6/+6
|/ /
* | Remove octal escape literals from the codebaseSimon Schaefer2013-09-251-1/+1
* | SI-4742 Make -Xcheckinit aware of constants.Jason Zaugg2013-09-241-0/+1
* | SI-7868 Account for numeric widening in match translationJason Zaugg2013-09-231-1/+7
* | Type housekeeping.Paul Phillips2013-09-186-40/+29
* | SI-7853 A less ad-hoc place to call memberTypeJason Zaugg2013-09-181-2/+1
* | SI-7853 An unsatisfying fix regression in explicit outerJason Zaugg2013-09-181-5/+5
* | Merge pull request #2884 from retronym/ticket/3832Jason Zaugg2013-09-152-17/+11
|\ \
| * | SI-3832 Don't lift methods in aux constructor trailing stats as STATICJason Zaugg2013-09-111-2/+9
| * | SI-3832 Extract tracking of under-construction classes to a mixinJason Zaugg2013-09-111-15/+2