summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Global.scala
Commit message (Expand)AuthorAgeFilesLines
* Improve stub error messages (SCP-009 proposal)jvican2017-03-241-0/+14
* Partial fix for SI-7046Miles Sabin2016-08-151-0/+13
* it's Scaladoc, not "ScalaDoc" or "Scala doc"Seth Tisue2015-11-121-1/+1
* fix bug where -Xprint-icode leaked an InputStream and a file handleSeth Tisue2015-09-251-1/+4
* 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
* 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
* SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-141-2/+4
* SI-8265 Restore 2.10 variance behavior under -Xsource:2.10Paul Phillips2014-03-121-2/+3
* Selectively revert "SI-8315 Better debugging facility for ICode"Adriaan Moors2014-02-261-2/+4
* Merge pull request #3567 from retronym/ticket/8315Jason Zaugg2014-02-221-3/+1
|\
| * SI-8315 Better debugging facility for ICodeJason Zaugg2014-02-201-3/+1
* | establishes scala.reflect.api#internalEugene Burmako2014-02-141-4/+2
* | SI-6732 deprecates internal#Symbol.isPackageEugene Burmako2014-02-141-1/+1
* | Merge remote-tracking branch 'origin/master' into topic/palladium0Eugene Burmako2014-02-141-7/+23
|\|
| * SI-8153 Mutation is hard, let's go shopping with an empty listRex Kerr2014-02-121-7/+23
* | additional class tags for reflection APIEugene Burmako2014-02-141-0/+5
|/
* SI-6411 reflection is now aware of posterasureEugene Burmako2014-01-241-1/+3
* changes bundles to be classes, not traits extending MacroEugene Burmako2014-01-121-19/+0
* Add a per-run cache for member symbolsJason Zaugg2013-11-081-0/+3
* Add a skeletal Delambdafy phase.James Iry2013-11-011-0/+11
* Update description of explicitouter phase.Jason Zaugg2013-10-241-1/+1
* re-wire fresh name creator to currentUnit.fresh at compile-timeDen Shabalin2013-10-181-0/+1