summaryrefslogtreecommitdiff
path: root/src/library/scala/runtime/AbstractPartialFunction.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary binary compat scaffolding from AbstractPartiionFun.Jason Zaugg2014-01-091-12/+0
* SI-7841 Remove AnyRef specialization from AbstractPartialFunctionJason Zaugg2013-09-161-1/+13
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+4
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* PartialFunction polishingPavel Pavlov2012-08-231-37/+3
* @unspecialized annotation.Paul Phillips2012-04-281-4/+4
* a fast, functional PartialFunction implementationPavel Pavlov2012-03-301-34/+50
* Fix for PartialFunction NPE.Paul Phillips2012-01-081-2/+2
* Fast PartialFunction # orElse.Martin Odersky2011-11-241-9/+15
* Preparations for new version of AbstractPartial...Martin Odersky2011-11-231-2/+6
* More beautiful fast orElse infrastructure.Martin Odersky2011-11-221-6/+10
* First part of campaign to make orElse on partia...Martin Odersky2011-11-221-1/+28
* AbstractPartialFunction.Paul Phillips2011-10-191-0/+11