summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Global.scala
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* decrease duplication of fresh* function definitionsDen Shabalin2013-10-181-2/+3
* Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-051-0/+2
* gets rid of randomness in virtual filenames for bundlesEugene Burmako2013-10-021-10/+10
* Removing unused code.Paul Phillips2013-10-021-10/+1
* Merge pull request #2935 from densh/topic/si-7304-6489-6701Jason Zaugg2013-09-161-6/+18
|\
| * SI-6489 parsing in macros should provide proper positionsDen Shabalin2013-09-121-6/+18
* | SI-7839 Final val breaks checkinit buildSom Snytt2013-09-131-1/+1
* | Merge pull request #2859 from som-snytt/issue/7622-phaserGrzegorz Kossakowski2013-09-121-96/+152
|\ \ | |/ |/|
| * SI-7622 Scaladoc and error message polishSom Snytt2013-08-211-0/+9
| * SI-7622 -Xshow-phases can show disabled phasesSom Snytt2013-08-211-36/+38
| * SI-7622 Phases are enabled or notSom Snytt2013-08-211-60/+105
* | SI-7791 Line number table reflects underlying fileSom Snytt2013-09-051-13/+20
|/
* Merge branch 'master' into patmatPaul Phillips2013-08-201-1/+4
|\
| * No longer crash on NoSymbol.owner.Paul Phillips2013-08-191-1/+4
* | Remedied glaring omission in error output.Paul Phillips2013-08-171-1/+1