summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/javac
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |_|_|/ |/| | |
* | | | 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-023-3/+3
|/
* Eliminate breaking relative names in source.Paul Phillips2012-09-142-2/+2
* Hunting down eliminable :: allocations.Paul Phillips2012-08-171-3/+3
* update and normalize copyright noticeAdriaan Moors2012-08-073-3/+3
* Eliminated all the current feature warnings.Paul Phillips2012-07-271-1/+1
* Avoid conflict with String's apply.Paul Phillips2012-07-131-2/+2
* Fix for java parser edge case.Paul Phillips2012-06-141-1/+2
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-082-2/+3
* 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-122-0/+2