summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/EtaExpansion.scala
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-011-1/+1
* Clarify how/when typedFunction unrolls eta-expansionAdriaan Moors2016-03-311-16/+21
* typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-301-15/+0
* Merge pull request #2327 from paulp/pr/2315-rebasedPaul Phillips2013-04-021-1/+1
|\
| * SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
* | Merge commit '395e90a786' into pr/merge-395e90a786Paul Phillips2013-03-281-0/+1
|\ \ | |/ |/|
| * SI-7233 Account for aliased imports in eta expansion.Jason Zaugg2013-03-101-0/+1
* | Doc -> C-style comments for local symbols to avoid "discardingEugene Vigdorchik2013-03-211-4/+3
* | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-1/+1
* | Eliminating var-like setter tpe_= on Tree.Paul Phillips2012-12-191-3/+3
* | Removing ancient comments and pointless comments.Paul Phillips2012-11-191-6/+3
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | Fix for SI-5859, inapplicable varargs.Paul Phillips2012-09-291-1/+1
|/
* SI-6274 Fix owners when eta-expanding function with byName paramLukas Rytz2012-09-041-2/+6
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Merge pull request #771 from retronym/ticket/4176-2Adriaan Moors2012-07-021-4/+13
|\
| * SI-4176 A repeat dose of repeated parameter type sanitization.Jason Zaugg2012-06-301-4/+13
* | SI-5966 Fix eta expansion for repeated parameters with zero arguments.Jason Zaugg2012-06-231-3/+5
|/
* Fix for SI-5610Lukas Rytz2012-05-151-5/+11
* Renamed isPureExpr to isExprSafeToInline.Paul Phillips2011-10-131-1/+1
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-1/+1
* Proliferating the number of debugging modes bec...Paul Phillips2011-06-061-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed the Name => TypeName implicit conversion.Paul Phillips2011-01-011-2/+2
* It's a big one!Paul Phillips2010-12-021-1/+1
* There was a fascinating tangle of name creation...Paul Phillips2010-10-151-16/+3
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* lifted out core compiler data structures into r...Martin Odersky2010-02-011-3/+1
* Made some cosmetic but clarity-increasing chang...Paul Phillips2010-01-201-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Deprecation patrol exercises the new capabiliti...Paul Phillips2009-11-191-5/+6
* new starr, with some changes to varargs handling.Martin Odersky2009-09-171-0/+1
* Deprecation patrol.Paul Phillips2009-08-221-1/+1
* rewrite of positions in compilerMartin Odersky2009-07-301-5/+8
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Fixed positionsMartin Odersky2009-07-051-9/+7
* cleaned up eta-expansion of partial named appli...Lukas Rytz2009-06-161-0/+10
* Named and default argumentsLukas Rytz2009-05-301-6/+6
* more work on rangepositions.Martin Odersky2009-05-281-1/+0
* Unreasonably satisfying patch which sets immuta...Paul Phillips2009-05-201-13/+9
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* fixed #807. More stuff for virtual classes.Martin Odersky2008-05-301-7/+2
* (1) Removed generation of $tag method for inter...Martin Odersky2008-04-071-0/+13
* Another massive IDE checkin.Sean McDirmid2008-01-271-9/+6
* fixed several problems with implicits. Martin Odersky2007-10-311-2/+9
* Fixing a bug with long lists in GenerateIDESyms...Sean McDirmid2007-10-041-1/+2
* Fixed method freshName to return distinct names.Iulian Dragos2007-10-021-1/+1
* Massive check-in for IDE.Sean McDirmid2007-09-171-5/+21