summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Unapplies.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-6675 Avoid spurious warning about pattern bind arity.Jason Zaugg2013-04-211-2/+3
* Merge pull request #1995 from retronym/ticket/5082James Iry2013-02-071-6/+27
|\
| * SI-5082 Cycle avoidance between case companionsJason Zaugg2013-02-071-6/+27
* | Merge pull request #2068 from scalamacros/ticket/7064Adriaan Moors2013-02-071-1/+1
|\ \
| * | [nomaster] Revert "refactors handling of parent types"Eugene Burmako2013-02-051-1/+1
| |/
* | Merge pull request #1992 from retronym/ticket/7033Adriaan Moors2013-02-041-5/+6
|\ \ | |/ |/|
| * SI-7033 Be symful when creating factory methods.Jason Zaugg2013-02-021-5/+6
* | case module toString is syntheticLukas Rytz2013-02-031-1/+1
|/
* SI-6675 -Xlint arity enforcement for extractorsJason Zaugg2013-01-151-2/+2
* refactors handling of parent typesEugene Burmako2012-12-061-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-2/+2
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-231-50/+9
*-. Merge commit 'refs/pull/825/head'; commit 'refs/pull/827/head'; commit 'refs/...Adriaan Moors2012-07-111-0/+8
|\ \
| * | Allow attachments for symbols, just like for trees.Lukas Rytz2012-07-051-0/+8
| |/
* / SI-5907, SI-5009 case-class copy defaults only for first param listLukas Rytz2012-07-051-27/+46
|/
* The new reflectionEugene Burmako2012-06-081-1/+4
* Handled some of our new exhaustiveness warnings.Paul Phillips2012-05-261-3/+3
* Fix SI-5009: case-class copy method now eta-expands over higher parameter lists.Lukas Rytz2012-05-111-5/+17
* Enabling postfix ops feature warning, and working on libs to avoid them.Martin Odersky2012-04-121-1/+1
* Implementation of SIP 13 - implicit classesMartin Odersky2012-04-111-5/+10
* [vpm] TODO note: make unapply type list stricterAdriaan Moors2012-03-201-0/+5
* Merge branch 'master' into merge-inlinePaul Phillips2012-03-141-1/+1
|\
| * Whitespace commit.Paul Phillips2012-02-291-1/+1
* | Mostly eliminated ScalaObject.Paul Phillips2012-02-031-2/+1
|/
* Intercept assert and require calls.Paul Phillips2012-01-261-1/+1
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-1/+1
* More consistent use of Names.Paul Phillips2012-01-051-3/+4
* Consolidated misc collections helper methods.Paul Phillips2012-01-051-4/+4
* ProductN, and method synthesis toolbox.Paul Phillips2011-09-261-5/+5
* close #4441. no reviewLukas Rytz2011-05-101-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* This commit is about not calling .length or .si...Paul Phillips2010-12-201-1/+1
* Determined that half a dozen ways of checking f...Paul Phillips2010-11-041-16/+14
* The second piece of the flags patch.Paul Phillips2010-10-131-1/+1
* close #3667.Lukas Rytz2010-08-051-3/+4
* Fail more gracefully on > 22 case class paramet...Paul Phillips2010-07-021-2/+5
* companion objects of case classes know their name.Lukas Rytz2010-06-291-5/+12
* Swapped the order of the arguments to returning...Paul Phillips2010-05-151-6/+6
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Companion objects of case classes extend Abstra...Iulian Dragos2010-04-121-1/+1
* Cosmetic renamings. No review.Martin Odersky2010-04-121-3/+3
* Modification to the last patch to return None/f...Paul Phillips2010-03-061-1/+2
* Fixes for #3126.Paul Phillips2010-03-061-2/+2
* further speed improvements by eliminating most ...Martin Odersky2010-01-061-2/+2
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* A selection of cleanups stemming from recent in...Paul Phillips2009-10-211-0/+6
* Short/Byte/Char/Int scrutinees will now be comp...Paul Phillips2009-09-251-2/+2
* rewrite of positions in compilerMartin Odersky2009-07-301-9/+9