summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/javac/JavaScanners.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-201-0/+2
|\
| * SI-3236 constant types for literal final static java fieldsJohannes Rudolph2016-10-281-0/+2
* | DocScanner has doc-comment scanning hooks.Adriaan Moors2016-10-191-7/+2
* | Keep `skipBlockComment` tail recursiveAdriaan Moors2016-10-191-8/+18
* | Retain javadoc comments in scaladocJakob Odersky2016-07-151-15/+23
* | Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-2/+2
|/
* Move more parsing hooks out of reporting.Adriaan Moors2014-07-171-1/+1
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-3/+3
* SI-8226 Deduplicate Scala's Tokens and JavaTokensSimon Ochsenreither2014-02-101-2/+2
* Updating Position call sites.Paul Phillips2013-09-271-1/+1
* Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+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-051-2/+2
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-101/+101
* Remove code from compiler central.Paul Phillips2012-11-201-37/+0
* Revert "Commenting out unused members."Paul Phillips2012-11-191-24/+24
* Commenting out unused members.Paul Phillips2012-11-191-24/+24
* 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
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Eliminated all the current feature warnings.Paul Phillips2012-07-271-1/+1
* Avoid conflict with String's apply.Paul Phillips2012-07-131-2/+2
* moves positions to scala.reflect.internal.utilEugene Burmako2012-06-081-1/+2
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+1
* Deprecated ambiguous dot syntaxes.Paul Phillips2011-11-111-0/+1
* Removed parens from calls to Name#toString.Paul Phillips2011-09-151-1/+1
* Moved scala.reflect.Chars to scala.reflect.inte...Iulian Dragos2011-05-201-1/+1
* This patch and the several to follow represent ...Paul Phillips2011-05-161-1/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-6/+6
* Changed scala.io.Position into something other ...Paul Phillips2011-04-101-2/+2
* Primarily a cleanup of the organization of keyw...Paul Phillips2011-01-271-159/+133
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Disentangled scaladoc and the presentation comp...Iulian Dragos2011-01-041-1/+1
* A foot in the door with Parsers/JavaParsers and...Paul Phillips2010-12-041-13/+7
* It's a big one!Paul Phillips2010-12-021-2/+2
* Removes a bunch of private functions which are ...Paul Phillips2010-10-031-6/+0
* Scala IDE needs mutable files with changing con...Eugene Vigdorchik2010-09-211-1/+1
* [scaladoc] Make a DocDef node for javadoc comme...Donna Malayeri2010-07-201-3/+3
* You know Cutty McPastington is having a good ti...Paul Phillips2010-03-231-19/+1
* The initial results of running a basic cut and ...Paul Phillips2010-02-231-6/+6
* refined doc comments generation; refactored cod...Martin Odersky2009-12-101-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* More world-shaking deprecation work.Paul Phillips2009-11-201-2/+2
* The preferred way to convert between primitives...Paul Phillips2009-11-111-1/+1
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-0/+0
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-221-1/+1
* rewrite of positions in compilerMartin Odersky2009-07-301-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* small modifications to collections.Martin Odersky2009-05-191-2/+3