summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/javac
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-202-2/+61
|\
| * Support implicit converstions from java literalsLukas Rytz2016-11-021-38/+41
| * SI-3236 constant types for literal final static java fieldsJohannes Rudolph2016-10-282-2/+58
| * Rename the ENUM / DEFAULTMETHOD flags to include JAVA_Lukas Rytz2015-07-241-4/+4
| * SI-9393 fix modifiers of ClassBTypes for Java annotationsLukas Rytz2015-07-241-1/+1
| * [backport] Java parser: default methods in interfaces are not `DEFERRED`Lukas Rytz2015-07-231-3/+5
* | DocScanner has doc-comment scanning hooks.Adriaan Moors2016-10-191-7/+2
* | Keep `skipBlockComment` tail recursiveAdriaan Moors2016-10-191-8/+18
* | Javadoc: fix problems in community buildJakob Odersky2016-08-131-8/+12
* | Javadoc: java static name resolutionAdriaan Moors2016-08-131-20/+2
* | Retain javadoc comments in scaladocJakob Odersky2016-07-152-20/+33
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-292-3/+3
* | 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
* Move more parsing hooks out of reporting.Adriaan Moors2014-07-171-1/+1
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-042-6/+6
* SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-103-107/+79
* SI-8058 Better support for enum treesSimon Ochsenreither2014-01-041-5/+2
* Updating Position call sites.Paul Phillips2013-09-272-3/+3
* SI-6762 rename emptyValDef to noSelfType.Paul Phillips2013-09-271-2/+2
* DefDef.name is now TermName againEugene Burmako2013-08-101-1/+1
* Make all numeric coercions explicit.Paul Phillips2013-05-271-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-173-308/+183
|\|
| * 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
| |\
| * | Moved scaladoc code into src/scaladoc.Paul Phillips2013-03-091-10/+0
| * | Enabling commit for interactive/scaladoc modules.Paul Phillips2013-03-091-28/+15
| * | Name boolean arguments in src/compiler.Jason Zaugg2013-03-052-8/+8
| * | Banish needless semicolons.Jason Zaugg2013-02-241-1/+1
| * | Be explicit about empty param list calls.Jason Zaugg2013-02-242-155/+155
| * | 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-203-88/+1
| * | | Revert "Commenting out unused members."Paul Phillips2012-11-193-34/+34
| * | | Commenting out unused members.Paul Phillips2012-11-193-34/+34
| * | | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-053-3/+3
| |\ \ \
| * | | | 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
| |_|_|/ |/| | |