summaryrefslogtreecommitdiff
path: root/src/library/scala/annotation
Commit message (Expand)AuthorAgeFilesLines
* SI-4700 Make infix notation default for symbolic types.allisonhb2016-12-141-18/+24
* SI-4700 Add `@infix` annotation for type printingVlad Ureche2016-09-191-0/+21
* Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-1/+1
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-182-6/+2
* Minor fixes to Scaladoc of implicitAmbiguousLukas Rytz2015-10-061-7/+7
* SI-6806 Add an @implicitAmbiguous annotationBrian McKenna2015-08-111-0/+34
* SI-8731 don't issue a @switch warning for two-case matchesLukas Rytz2015-03-311-0/+3
* Remove deprecated constructor from the migration annotationJames Iry2013-11-181-4/+1
* Describe type parameter interpolation in @implicitNotFound documentationCody Allen2013-10-031-2/+5
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+1
* moves compileTimeOnly to scala-libraryEugene Burmako2013-08-141-0/+22
* SI-6811 Remove scala.annotation.cloneableSimon Ochsenreither2013-06-071-15/+0
* Merge commit 'b403234a27' into wip/fresh-merge2Paul Phillips2013-02-011-1/+2
|\
| * SI-6963 Add version to -XmigrationJames Iry2013-01-291-1/+2
* | SI-6811 Remove the scala.annotation.target packageSimon Ochsenreither2013-01-171-29/+0
* | SI-6811 Remove scala.annotation.serializableSimon Ochsenreither2013-01-171-15/+0
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0228-28/+28
* SI-6453 Documentation links for @switch are brokenHeather Miller2012-10-101-2/+1
* Fix incomplete version strings (2.10 -> 2.10.0)Simon Ochsenreither2012-09-291-1/+1
* Remove `@static` annotation from the library.Grzegorz Kossakowski2012-09-181-20/+0
* Eliminate breaking relative names in source.Paul Phillips2012-09-1423-29/+29
* Implement @static annotation on singleton object fields.Aleksandar Prokopec2012-07-181-0/+20
* SI-4763 Deprecated the `cloneable` annotationLukas Rytz2012-07-111-2/+1
* starr sources to move cloneable class to package `annotation`Lukas Rytz2012-07-111-0/+16
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-2/+6
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-281-0/+1
* @unspecialized annotation.Paul Phillips2012-04-281-0/+17
* Added languageFeature annotation (was missing before). Resolved problem with ...Martin Odersky2012-04-131-0/+13
* new annotation targets for companion classes/objects/factory methods.Martin Odersky2012-04-113-0/+48
* Fixed broken links in sources of scala/annotationDominik Gruntz2012-04-052-3/+3
* Whitespace commit.Paul Phillips2012-02-291-2/+2
* Reworking synchronized patch.Paul Phillips2012-02-281-15/+0
* Merge remote-tracking branch 'szabolcsberecz/SI-64' into SI-64-freshPaul Phillips2012-02-281-0/+15
|\
| * replace methods containing a synchronized body with synchronized methodsSzabolcs Berecz2012-02-161-0/+15
* | Fleshed out the @elidable documentation.Paul Phillips2012-02-231-15/+43
* | update api docs for @elidable to match the behaviour more closely.Szabolcs Berecz2012-02-231-4/+7
|/
* Migration message and version cleanupSimon Ochsenreither2011-12-071-8/+10
* Moved meta annotations to annotation.meta, plus.Paul Phillips2011-10-108-12/+158
* Shuffling classes around.Paul Phillips2011-10-017-144/+27
* 2nd round of clean ups (see r25285)michelou2011-07-157-51/+45
* Cleaned up some hopelessly atrophied documentat...Paul Phillips2011-04-271-26/+17
* Added bridge method capability to compiler.Martin Odersky2011-04-211-0/+13
* Various addenda to soc's patch: regenerating Pr...Paul Phillips2011-04-141-1/+1
* Adds "since" field to @deprecated.Paul Phillips2011-04-141-1/+1
* Removed uniqueness annotations. Review by rytz.Philipp Haller2011-03-174-95/+0
* improved documentation for annotations in scala...Lukas Rytz2011-03-157-234/+74
* Added documentation in annotation.unique packag...Philipp Haller2011-03-081-0/+10
* Updated copyright notices to 2011Antonio Cunei2011-01-2024-24/+24
* Some modifications to @elidable: for reasons lo...Paul Phillips2011-01-121-12/+27
* Added uniqueness annotations. Review by rytz.Philipp Haller2010-12-074-0/+85