summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/UnCurry.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1693 from paulp/name-implicit-removalAdriaan Moors2012-12-061-1/+1
|\
| * Remove Name -> TermName implicit.Paul Phillips2012-12-011-1/+1
* | Merge branch 'merge-2.10-wip' into merge-2.10Paul Phillips2012-12-051-1/+1
|\ \ | |/ |/|
| * Mark pattern matcher synthetics as SYNTHETIC.Paul Phillips2012-11-241-1/+1
* | Merge pull request #1648 from paulp/unused-bonanza-2Adriaan Moors2012-11-211-1/+1
|\ \
| * | applyOrElse is a synthetic method.Paul Phillips2012-11-191-1/+1
* | | Added -Xdev setting... you know, for devsPaul Phillips2012-11-161-2/+3
|/ /
* | Deprecation patrol.Paul Phillips2012-11-061-1/+1
* | 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
* | Remove unused private members.Paul Phillips2012-11-011-6/+0
* | Merge pull request #1382 from paulp/topic/tpe_starPaul Phillips2012-10-071-1/+1
|\ \
| * | All the actual changes of tpe to tpe_* or tpeHK.Paul Phillips2012-10-021-1/+1
* | | Fix for spurious warning.Paul Phillips2012-10-041-11/+8
|/ /
* | Merge branch '2.10.x' into 210-mergePaul Phillips2012-09-281-2/+3
|\|
| * Annotate non local returns with @unchecked.Paul Phillips2012-09-261-2/+3
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-12/+3
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-8/+8
| * Merge pull request #1255 from Blaisorblade/issue/6306Josh Suereth2012-09-121-5/+0
| |\
| | * SI-6306 Remove incorrect eta-expansion optimization in UncurryPaolo Giarrusso2012-09-121-5/+0
| * | Large logging cleanup effort.Paul Phillips2012-09-011-5/+1
| |/
* | Merge branch '2.10.x'amin2012-08-211-27/+44
|\|
| * Method splitting for erasure, genJVM, parsers, scanners, uncurryMartin Odersky2012-08-201-27/+44
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-4/+8
|\|
| * Hunting down eliminable :: allocations.Paul Phillips2012-08-171-7/+11
* | Warn about catching non-local returns.Paul Phillips2012-08-101-0/+6
* | Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
|\|
| * update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* | Fix for SI-6154, VerifyError originating in uncurry.Paul Phillips2012-07-301-4/+4
* | Merge 2.10.xAdriaan Moors2012-07-281-1/+1
|\|
| * SI-6111 accept single-subpattern unapply patternAdriaan Moors2012-07-231-1/+1
* | Merge branch '2.10.x`Adriaan Moors2012-07-221-25/+39
|\|
| * update docs for (partial) fun synth in uncurryAdriaan Moors2012-07-201-25/+24
| * Fixed SI-6092. Fixed leaky annotations, and relaxed the conditions under whic...Iulian Dragos2012-07-181-0/+15
* | Renaming phase time-travel methods.Paul Phillips2012-07-191-4/+4
* | Merge branch '2.10.x'Adriaan Moors2012-07-181-6/+0
|\|
| * SI-6035: Specialization and separate compilation.Grzegorz Kossakowski2012-07-161-6/+0
* | Removed AestheticSettings.Paul Phillips2012-07-131-1/+1
|/
* removes array tagsEugene Burmako2012-06-081-9/+9
* brings reification up to speedEugene Burmako2012-06-081-1/+1
* Fix @varargs forwarder generation in the presence of nested templates.Jason Zaugg2012-05-201-10/+18
* Fix 4812Lukas Rytz2012-05-191-3/+8
* fix SI-1247: don't create a thunk for a by-name argument if the argument expr...Johannes Rudolph2012-05-081-1/+9
* minor tag-related fixesEugene Burmako2012-05-071-8/+8
* Don't admit primitive arrays as a generic Java varargs param.Jason Zaugg2012-05-051-1/+2
* Fix for SI-3718.Paul Phillips2012-05-031-51/+61
* cleaned up partialfun synth in uncurryAdriaan Moors2012-05-021-186/+102
* rethinks tagsEugene Burmako2012-04-231-1/+1
* restore typedMatchAnonFun in all its gloryAdriaan Moors2012-04-141-2/+4
* synth PartialFunction in uncurryAdriaan Moors2012-04-141-11/+135