summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/Manifest.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-9534 Use BoxedUnit in all cases for creating Array[Unit]Stefan Zeiger2016-01-271-0/+3
* ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-2/+2
* SI-8549 Enforce serialization stability for selected collectionsJason Zaugg2014-05-051-0/+3
* Removing deprecated code.Paul Phillips2013-11-181-6/+6
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* a few performance improvements for toArrayEugene Burmako2012-12-281-0/+5
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* undeprecates manifests for 2.10.0Eugene Burmako2012-10-031-2/+4
* More relative path elimination.Paul Phillips2012-09-151-2/+2
* fixes Manifest.Nothing and Manifest.NullEugene Burmako2012-09-061-4/+4
* SI-6246 deprecated apis for core class tagsEugene Burmako2012-09-061-6/+13
* Improves backward compatibility of manifestsEugene Burmako2012-07-021-20/+22
* TypeTag => AbsTypeTag, ConcreteTypeTag => TypeTagEugene Burmako2012-06-081-2/+2
* The new reflectionEugene Burmako2012-06-081-1/+0
* resurrects manifests in their pre-2.10 gloryEugene Burmako2012-04-231-0/+259
* Next generation of macrosEugene Burmako2012-04-121-302/+0
* Add symbol to Manifests.Paul Phillips2012-03-091-6/+19
* Refining the reflection api.Paul Phillips2012-02-051-1/+1
* Make AnyValManifest not a sealed class.Grzegorz Kossakowski2012-01-151-1/+1
* Made Array manifests return type arguments.Paul Phillips2012-01-071-1/+1
* Init order issue in Manifest toStrings.Paul Phillips2012-01-051-43/+22
* More consistent use of Names.Paul Phillips2012-01-051-14/+17
* Towards better reflection APIs.Martin Odersky2011-11-151-0/+20
* Small changes to reflection prompted by code re...Martin Odersky2011-11-111-1/+1
* Linked Manifests up with Reflection.Martin Odersky2011-08-151-2/+16
* 2nd round of clean ups (see r25285)michelou2011-07-151-6/+6
* Fixes #4490 and #4467.Kato Kazuyoshi2011-06-181-7/+7
* Added some implicitNotFound annotations to comm...Paul Phillips2011-03-281-21/+33
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Optimization for Manifest.equals.Paul Phillips2011-01-131-3/+6
* "I invite everyone to change this rule, and obs...Paul Phillips2010-11-291-24/+18
* A manifest init order issue motivates some shuf...Paul Phillips2010-11-261-19/+19
* Altered a bunch of places which call hashCode t...Paul Phillips2010-05-211-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Fixed implicits problem in specs; Manifest[Clas...Martin Odersky2010-04-231-8/+7
* Improved equality for Manifests.Paul Phillips2010-03-021-2/+16
* Added hashCode implementations to Manifest type...Paul Phillips2010-01-291-0/+6
* Fixed build problem caused by r20203.Martin Odersky2009-12-171-0/+12
* Closed #2795. review by dubochet.Martin Odersky2009-12-171-2/+2
* Gave all the manifest singletons a readResolve ...Paul Phillips2009-12-091-9/+23
* Took manifests a little closer to the finish line.Paul Phillips2009-12-091-21/+32
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* changed standard library so that it does not re...Martin Odersky2009-10-281-0/+1
* moved sortWith from Iterable to Sequence (becau...Martin Odersky2009-09-241-1/+1
* new arrays are done.Martin Odersky2009-09-211-31/+46
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-17/+22
* Preparing for array switchoverMartin Odersky2009-09-121-9/+9
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-9/+9
* some changes and additions to move to new arrays.Martin Odersky2009-09-041-0/+10
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-14/+45