summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/javac/JavaParsers.scala
Commit message (Expand)AuthorAgeFilesLines
* Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-291-1/+4
* Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
* SI-8700 Exhaustiveness warning for enums from Java sourceSimon Ochsenreither2016-01-141-9/+3
* Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-221-4/+4
* SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-221-1/+1
* Java parser: default methods in interfaces are not `DEFERRED`Lukas Rytz2015-07-011-3/+5
* SI-9359 Fix InnerClass entry flags for nested Java enumsLukas Rytz2015-06-191-4/+20
* Removed warningsEECOLOR2015-03-261-0/+1
* new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-261-1/+1
* SI-8852 Support joint compilation of Java interfaces w. staticsJason Zaugg2014-09-181-2/+3
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-3/+3
* SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-101-3/+3
* SI-8058 Better support for enum treesSimon Ochsenreither2014-01-041-5/+2
* Updating Position call sites.Paul Phillips2013-09-271-2/+2
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+2
* DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1
* Concision contribution.Paul Phillips2013-05-231-11/+11
* Merge commit 'd93826f278' into pr/enter-elimination-modePaul Phillips2013-05-181-1/+1
|\
| * Corralling Modes into a smaller pen.Paul Phillips2013-05-111-1/+1
* | Merge v2.10.1-326-g4f8c306' into merge/v2.10.1-326-g4f8c306-to-masterJason Zaugg2013-05-171-129/+70
|\|
| * Simplify type bounds.Paul Phillips2013-04-201-18/+4
| * Merge remote tracking branch 'origin/2.10.x' into topic/merge-2.10.x-to-v2.11...Jason Zaugg2013-04-021-7/+1
| |\
| * | Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-6/+6
| * | Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
| * | Be explicit about empty param list calls.Jason Zaugg2013-02-241-54/+54
| * | Merge branch 'merge-wip-into-2.10.x' into merge-2.10-into-masterPaul Phillips2012-12-111-1/+1
| |\ \
| * | | Remove Name -> TermName implicit.Paul Phillips2012-12-011-6/+6
| * | | Remove code from compiler central.Paul Phillips2012-11-201-45/+1
| * | | Revert "Commenting out unused members."Paul Phillips2012-11-191-4/+4
| * | | Commenting out unused members.Paul Phillips2012-11-191-4/+4
| * | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-051-1/+1
| |\ \ \
| * | | | Removing unused locals and making vars into vals.Paul Phillips2012-11-031-2/+1
* | | | | SI-7398 Add support for java8 default methodsPaul Phillips2013-04-261-1/+5
| |_|_|/ |/| | |
* | | | SI-5699 correct java parser for annotation defs.Eugene Vigdorchik2013-03-191-7/+1
* | | | [nomaster] Revert "more ListOfNil => Nil"Eugene Burmako2013-02-051-1/+1
| |_|/ |/| |
* | | more ListOfNil => NilEugene Burmako2012-12-061-1/+1
| |/ |/|
* | Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
|/
* Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-3/+3
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Fix for java parser edge case.Paul Phillips2012-06-141-1/+2
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+1
* Recognize java enums as constants from source.Paul Phillips2012-05-111-1/+4
* Removed a few more @deprecated members.Paul Phillips2012-04-281-6/+7
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* Specialized NonLocalReturnControl.Paul Phillips2012-02-271-1/+1
* One more to derive trees.Paul Phillips2012-02-231-1/+1
* Methods to derive ValDefs and Templates.Paul Phillips2012-02-231-4/+1
* Cleanup in aisle New.Paul Phillips2012-02-181-2/+1
* Optimizing TypeRef, starting with Symbols.Paul Phillips2012-01-111-3/+7