summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Global.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5724 from jvican/stub-errors-2.12.xAdriaan Moors2017-03-271-0/+13
|\
| * Improve stub error messages (SCP-009 proposal)jvican2017-03-241-0/+13
* | Avoid forcing info transforms of primitive methodsJason Zaugg2017-02-191-2/+3
|/
* Fix typos in compiler and reflectJanek Bogucki2017-02-131-1/+1
* SI-10173 Crash output shows true line numberSom Snytt2017-02-051-3/+4
* remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-011-6/+0
* Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-301-0/+13
|\
| * Partial fix for SI-7046Miles Sabin2016-11-281-0/+13
* | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-301-2/+0
|\ \
| * | Typevar experimentals now default; t5729 pos -> neg.Miles Sabin2016-11-281-2/+0
| |/
* / SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-281-0/+3
|/
* Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* Don't clip descrip when -YdebugSom Snytt2016-09-301-6/+6
* Shorten fields phase descriptionSom Snytt2016-09-301-1/+1
* Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-291-10/+2
* Uncurry's info transform: non-static module --> methodAdriaan Moors2016-08-111-1/+1
* Fields phaseAdriaan Moors2016-08-111-2/+16
* Retain javadoc comments in scaladocJakob Odersky2016-07-151-1/+3
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-4/+4
* 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