summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Global.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-051-117/+27
|\
| * Remove abstraction layer in classpath implementationLukas Rytz2016-05-021-30/+26
| * remove recursive classpath implementationLukas Rytz2016-04-231-103/+17
* | SD-142 Avoid noisy log output in backend (#5134)Jason Zaugg2016-05-021-5/+8
|/
* General cleanups and less warnings during a Scala buildsoc2016-04-041-3/+3
* Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-64/+141
* Update some phase listsSimon Ochsenreither2015-11-251-1/+1
* Merge commit '8eb1d4c' into merge-2.11-to-2.12-nov-24Lukas Rytz2015-11-241-1/+1
|\
| * it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-1/+1
* | Sbt-compatible implementation of `isPastXXXPhase`Adriaan Moors2015-11-121-9/+0
* | Minor cleanupsLukas Rytz2015-11-061-4/+3
* | Remove the rest of ICodesLukas Rytz2015-11-061-5/+4
* | Remove ICodeSimon Ochsenreither2015-10-311-122/+11
* | Remove GenASM, merge remaining common code snippetsSimon Ochsenreither2015-10-271-8/+0
* | Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-1/+4
|\|
| * fix bug where -Xprint-icode leaked an InputStream and a file handleSeth Tisue2015-09-251-1/+4
* | Warn when combining settings for the old optimizer with -YGenBCodeLukas Rytz2015-07-031-3/+4
* | SI-9350 Command option -XreporterSom Snytt2015-06-291-2/+10
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-11/+14
|\|
| * SI-7773 Restore phase id to icode filenameSom Snytt2015-06-071-10/+12
| * SI-9322 Elapsed times in compiler calculated withSean Riggin2015-05-261-1/+2
* | Require and target Java 8Jason Zaugg2015-05-261-2/+5
|/
* SI-9170 More flexible SessionTestSom Snytt2015-03-031-1/+2
* Fix many typos in docs and commentsmpociecha2014-12-141-2/+2
* Merge pull request #4176 from mpociecha/flat-classpath2Grzegorz Kossakowski2014-12-051-15/+34
|\
| * Cleanup and refactoring - semicolons, unused or commented out codempociecha2014-12-051-2/+2
| * Integrate flat classpath with the compilermpociecha2014-12-051-8/+27
| * Use new asClassPathString method and create FileUtils for classpathmpociecha2014-11-301-5/+5
* | SI-7683 Enable -Ystop-before:typerSom Snytt2014-12-011-3/+2
|/
* SI-6502 Refactorings suggested by reviewHeather Miller2014-11-101-25/+1
* SI-6502 Moving methods concerned with the state of Global from IMain to GlobalHeather Miller2014-11-051-0/+35
* Addresses review commentsHeather Miller2014-11-051-1/+1
* SI-6502 Addressing review commentsHeather Miller2014-11-051-14/+7
* SI-6502 Reenables loading jars into the running REPL (regression in 2.10)Heather Miller2014-11-051-1/+142
* Merge pull request #4054 from soc/SI-8916Lukas Rytz2014-11-041-4/+3
|\
| * SI-8916 Further fixes with -Ywarn-unused includedSimon Ochsenreither2014-10-241-1/+1
| * SI-8916 Fix -Ywarn-unused-import warningsSimon Ochsenreither2014-10-241-3/+2
* | SI-3439 Fix use of implicit constructor params in super callJason Zaugg2014-10-101-3/+2
|/
* -Ystatistics accepts a list of phases, cleanups in MultiChoiceSettingLukas Rytz2014-09-021-1/+1
* Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-011-3/+5
|\
| * Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-011-1/+1
| * Set currentUnit while generating bytecode.Lukas Rytz2014-08-191-2/+4
* | Merge pull request #3886 from adriaanm/report-filterGrzegorz Kossakowski2014-08-261-2/+11
|\ \ | |/ |/|
| * Move more parsing hooks out of reporting.Adriaan Moors2014-07-171-2/+3
| * Regularize `comment` hook methodAdriaan Moors2014-07-171-0/+8
* | Remove invalidation from Global.scalampociecha2014-07-171-237/+0
|/
* Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-041-5/+2
* Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-041-2/+2
* Move reporting logic into Reporting traitAdriaan Moors2014-07-041-105/+45
* Unclutter Reporter. Move truncation to ReplReporter.Adriaan Moors2014-07-041-28/+30