summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect
Commit message (Expand)AuthorAgeFilesLines
* Typo and spelling correctionsJanek Bogucki2016-11-111-2/+2
* Explicit SerialVersionUID for all ClassTags / ManifestsLukas Rytz2016-09-303-10/+31
* Make some name suffixes constantsAdriaan Moors2016-09-281-9/+10
* SI-6967 Primitive ClassTag.unapply is removedSom Snytt2016-08-291-15/+0
* Drive accessor synthesis from info transformerAdriaan Moors2016-08-111-0/+1
* SI-8561 named subclasses for known Manifest / ClassTag instancesLukas Rytz2016-07-062-48/+69
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-283-17/+17
* Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-211-1/+1
* Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-131-2/+1
* SI-9534 Use BoxedUnit in all cases for creating Array[Unit]Stefan Zeiger2016-01-271-0/+3
* Apply some static code analysis recommendationsJanek Bogucki2015-11-262-2/+2
* Merge pull request #4727 from SethTisue/unset-stray-execute-bitsSeth Tisue2015-09-141-0/+0
|\
| * unset inappropriate execute bitsSeth Tisue2015-09-021-0/+0
* | fix assorted typosSeth Tisue2015-08-281-2/+2
|/
* ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-2/+2
* 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
* SI-8549 Enforce serialization stability for selected collectionsJason Zaugg2014-05-051-0/+3
* SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-091-15/+0
* Removing deprecated code.Paul Phillips2013-11-182-17/+18
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
* Merge pull request #2577 from scalamacros/pullrequest/paradiseEugene Burmako2013-06-031-1/+1
|\
| * less magic in fast track macrosEugene Burmako2013-05-271-1/+1
* | Make all numeric coercions explicit.Paul Phillips2013-05-271-4/+4
|/
* Absolutized paths involving the scala package.Paul Phillips2013-05-034-4/+8
* Added ensureAccessible to reflection library.Paul Phillips2013-04-031-0/+14
* Overhauled local/getter/setter name logic.Paul Phillips2013-03-251-3/+6
* Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
* Merge pull request #1821 from scalamacros/ticket/6638Adriaan Moors2013-01-041-0/+5
|\
| * a few performance improvements for toArrayEugene Burmako2012-12-281-0/+5
* | cleans up usages of <init>Eugene Burmako2012-12-291-1/+1
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-025-5/+5
* Adds lots of new documentation for TypeTags, Mirrors, Universes and moreHeather Miller2012-10-111-10/+25
* undeprecates manifests for 2.10.0Eugene Burmako2012-10-034-5/+10
* SI-6363 deploys the updated starrEugene Burmako2012-09-193-30/+0
* SI-6363 removes scala.reflect.baseEugene Burmako2012-09-1926-4371/+29
* prepping for the refactoringEugene Burmako2012-09-191-25/+27
* fixes NameTypes in base namesEugene Burmako2012-09-192-4/+4
* SI-6390 removes Trees#ArrayValue from the APIEugene Burmako2012-09-192-42/+5
* improved/fixed reflection docs based on commentsChristopher Vogt2012-09-1915-70/+155
* improved reflection documentationChristopher Vogt2012-09-1822-181/+591
* Merge pull request #1309 from paulp/210-no-relative-pathsPaul Phillips2012-09-164-6/+9
|\
| * More relative path elimination.Paul Phillips2012-09-154-6/+9
* | Merge pull request #1311 from scalamacros/topic/magicEugene Burmako2012-09-162-2/+4
|\ \ | |/ |/|
| * extinguishes some magic from scalacEugene Burmako2012-09-162-2/+4
* | SI-6360 revises naming of AnnotationInfo and its membersEugene Burmako2012-09-156-64/+67
* | SI-6372 cleans up the API of AttachmentsEugene Burmako2012-09-151-4/+7