summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/internal/Flags.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-071-1/+1
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-8/+4
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+0
* Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-221-63/+63
* SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-221-8/+25
* SI-6565 Adds missing flag values to reflection APIEugene Burmako2014-02-121-13/+1
* Merge pull request #3293 from soc/SI-7469Adriaan Moors2014-01-151-2/+2
|\
| * SI-7469 Remove misc. @deprecated elementsSimon Ochsenreither2014-01-091-2/+2
* | SI-8058 Better support for enum treesSimon Ochsenreither2014-01-041-3/+4
|/
* Fix up DEFAULTPARAM semantics.Paul Phillips2013-09-271-4/+9
* Cull extraneous whitespace.Paul Phillips2013-09-181-2/+2
* Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-11/+28
|\
| * Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
| * SI-6601 Close access loophole for value class constructorsJason Zaugg2013-03-111-1/+5
| * Modernize legacy backquotes in comments.Jason Zaugg2013-02-251-2/+2
| * Merge 2.10.x into master.Adriaan Moors2013-02-201-1/+1
| |\
| * \ Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2013-02-101-1/+1
| |\ \
| * | | Incorporated Variance value class in Variances.Paul Phillips2013-01-091-1/+1
| * | | Merge remote-tracking branch 'origin/2.10.x' into merge-2.10.xPaul Phillips2012-12-201-1/+1
| |\ \ \
| * \ \ \ Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
| |\ \ \ \
| * \ \ \ \ Merge 2.10.x into master to fix breaking tests and keep things up-to-date.Josh Suereth2012-09-271-0/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/2.10.x' into merge-210Lukas Rytz2012-08-161-15/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '2.10.x'Adriaan Moors2012-08-081-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | Expanded use of HIDDEN flag.Paul Phillips2012-07-191-3/+16
* | | | | | | | | SI-7398 Add support for java8 default methodsPaul Phillips2013-04-261-5/+7
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | SI-5744 evidence params are now SYNTHETICUladzimir Abramchuk2013-02-161-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | SI-6591 Reify and path-dependent typesDmitry Bushev2013-02-081-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Implicit vars should have non-implicit setters.Jason Zaugg2012-12-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
| |_|_|/ |/| | |
* | | | SI-6277 fixes flags, annotations & privateWithinEugene Burmako2012-09-261-0/+6
| |_|/ |/| |
* | | HIDDEN => ARTIFACTEugene Burmako2012-08-131-11/+11
| |/ |/|
* | update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
|/
* Merge branch '2.10.x' into topic/pickledflagsPaul Phillips2012-07-111-1/+11
|\
| * Added a HIDDEN flag.Paul Phillips2012-07-081-1/+2
* | Pickled flag reorgMartin Odersky2012-07-111-41/+40
|/
* Introduces scala-reflect.jarEugene Burmako2012-06-081-0/+483