summaryrefslogtreecommitdiff
path: root/src/scalap
Commit message (Expand)AuthorAgeFilesLines
* Merge 2.11.x into 2.12.xAdriaan Moors2017-04-071-1/+1
|\
| * bump copyright year to 2017Philippus Baalman2017-03-021-1/+1
* | Adds three Java 8 new Constant Pool structures to scalap.wpopielarski2017-03-132-1/+13
* | Reduce deprecations and warningsSimon Ochsenreither2016-08-022-3/+2
* | Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-10/+7
* | remove recursive classpath implementationLukas Rytz2016-04-231-13/+4
* | General cleanups and less warnings during a Scala buildsoc2016-04-041-2/+0
* | Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-101-1/+1
|\|
| * bump copyright year to 2016Seth Tisue2016-02-031-1/+1
* | Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+3
|/
* Apply some static code analysis recommendationsJanek Bogucki2015-11-266-18/+18
* [backport] Support methodHandle / invokeDynamic constant pool entries in scalapLukas Rytz2015-07-231-0/+6
* bump copyright year to 2015Seth Tisue2015-07-171-1/+1
* SI-8679 Add support for ScalaLongSignature attribute in scalapMichaƂ Pociecha2015-05-032-5/+18
* Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-052-12/+12
* Create possibility to skip flat classpath cachingmpociecha2014-12-051-1/+4
* Integrate flat classpath with the compilermpociecha2014-12-051-7/+32
* Refactor scalap's mainmpociecha2014-12-011-85/+84
* Use new asClassPathString method and create FileUtils for classpathmpociecha2014-11-301-1/+1
* Abstract over ClassPath and ClassRepmpociecha2014-11-281-2/+2
* Revert "SI-7624 Fix -feature warnings in scala/tools/scalap"Grzegorz Kossakowski2014-02-2624-82/+160
* deprecate Pair and TripleDen Shabalin2013-11-201-3/+3
* Cull extraneous whitespace.Paul Phillips2013-09-181-1/+0
* Whitespace fixes in scala/tools/scalapSimon Ochsenreither2013-08-1511-242/+241
* SI-7624 Fix -feature warnings in scala/tools/scalapSimon Ochsenreither2013-08-1524-173/+97
* SI-7624 Fix a few remaining -Xlint warnings ...Simon Ochsenreither2013-08-153-3/+1
* Removing unused things from scalap.folone2013-07-255-241/+0
* Make all numeric coercions explicit.Paul Phillips2013-05-272-7/+7
* Absolutized paths involving the scala package.Paul Phillips2013-05-034-4/+8
* removed a redundant var in JavaWriter.flagsToStrSagie Davidovich2013-03-151-5/+4
* Merge commit '644eb7078a' into wip/fresh-merge2Paul Phillips2013-02-011-1/+1
|\
| * SI-6669 Add . to the default scalap classpathJames Iry2013-01-301-1/+1
* | Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
* | Merge commit 'refs/pull/1574/head' into merge-210Paul Phillips2012-11-0512-12/+12
|\|
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-0212-12/+12
* | Removing unused locals and making vars into vals.Paul Phillips2012-11-032-5/+5
* | Purged DebruijnIndex.Paul Phillips2012-09-283-50/+0
* | Merge branch '2.10.x'Paul Phillips2012-09-201-3/+8
|\|
| * Fix problem with names encoding in scalap.Grzegorz Kossakowski2012-09-191-3/+8
* | Merge branch '2.10.x' into masterPaul Phillips2012-09-192-5/+5
|\|
| * More relative path elimination.Paul Phillips2012-09-152-5/+5
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-09-151-1/+1
|\|
| * Eliminate breaking relative names in source.Paul Phillips2012-09-141-1/+1
* | Merge remote-tracking branch 'origin/2.10.x' into merge-210Paul Phillips2012-08-171-3/+3
|\|
| * Absolutize tools.nsc => scala.tools.nsc.Paul Phillips2012-08-171-3/+3
* | Warn when Any or AnyVal is inferred.Paul Phillips2012-08-092-3/+3
|/
* Eliminated all the current feature warnings.Paul Phillips2012-07-273-3/+12
* Eliminated remainder of "catches Throwable" warnings.Paul Phillips2012-07-272-3/+3
* Handled some of our new exhaustiveness warnings.Paul Phillips2012-05-261-1/+1
* Pushing ClassfileParser toward a new day.Paul Phillips2012-05-031-27/+6