summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/ClassTag.scala
Commit message (Expand)AuthorAgeFilesLines
* Use if/then/else to avoid box(unbox(_))Adriaan Moors2015-02-181-15/+14
* Simplify `ClassTag.unapply`Adriaan Moors2015-02-131-16/+16
* Scala.js-friendly `ClassTag.unapply`Sébastien Doeraene2015-02-131-2/+2
* SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-2/+1
* SI-6967 Fix ClassTag unapply for primitivesclhodapp2014-06-101-19/+29
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
* Adds lots of new documentation for TypeTags, Mirrors, Universes and moreHeather Miller2012-10-111-10/+25
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-191-2/+2
* improved/fixed reflection docs based on commentsChristopher Vogt2012-09-191-2/+2
* improved reflection documentationChristopher Vogt2012-09-181-10/+13
* More relative path elimination.Paul Phillips2012-09-151-2/+3
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-2/+2
* Merge pull request #1265 from scalamacros/ticket/6318Josh Suereth2012-09-061-1/+20
|\
| * SI-6318 fixes ClassTag.unapply for primitivesEugene Burmako2012-09-061-1/+20
* | fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-061-2/+7
* | SI-6246 deprecated apis for core class tagsEugene Burmako2012-09-061-17/+19
|/
* reverts changes to ClassTag.NothingEugene Burmako2012-08-221-7/+2
* ClassTag.Nothing now throws an exceptionEugene Burmako2012-07-301-2/+7
* tags for AnyVal and AnyRefEugene Burmako2012-07-041-2/+2
* removes ClassTag.String and TypeTag.StringEugene Burmako2012-07-021-3/+0
* Improves backward compatibility of manifestsEugene Burmako2012-07-021-3/+5
* SI-5914 handle null in classtag extractorAdriaan Moors2012-06-261-1/+1
* turn unchecked type patterns into checked onesAdriaan Moors2012-06-081-0/+10
* removes array tagsEugene Burmako2012-06-081-6/+2
* ClassTag.erasure => ClassTag.runtimeClassEugene Burmako2012-06-081-30/+30
* The new reflectionEugene Burmako2012-06-081-3/+5
* rethinks tagsEugene Burmako2012-04-231-167/+39
*-. Merge commit 'refs/pull/414/head'; commit 'refs/pull/415/head'; commit 'refs/...Paul Phillips2012-04-201-1/+8
|\ \
| | * a deprecated method that I forgot to restoreEugene Burmako2012-04-201-0/+3
| |/ |/|
| * fixes SI-5680Eugene Burmako2012-04-201-1/+5
|/
* reintroduces prematurely removed manifest factoriesEugene Burmako2012-04-171-45/+90
* adds erasures to concrete type tagsEugene Burmako2012-04-171-0/+4
* Merge branch 'master' into topic/sip18Martin Odersky2012-04-131-1/+2
* Renamed seven files.Paul Phillips2012-04-131-0/+167